CI: Disable tsan task until it can be fixed

This commit is contained in:
Tim Wojtulewicz 2023-09-22 14:12:12 -07:00
parent 3be86d4b0d
commit f7cfbfd51a

View file

@ -387,21 +387,21 @@ ubsan_sanitizer_task:
ZEEK_TAILORED_UB_CHECKS: 1 ZEEK_TAILORED_UB_CHECKS: 1
UBSAN_OPTIONS: print_stacktrace=1 UBSAN_OPTIONS: print_stacktrace=1
tsan_sanitizer_task: # tsan_sanitizer_task:
container: # container:
# Just uses a recent/common distro to run memory error/leak checks. # # Just uses a recent/common distro to run memory error/leak checks.
dockerfile: ci/ubuntu-22.04/Dockerfile # dockerfile: ci/ubuntu-22.04/Dockerfile
<< : *SANITIZERS_RESOURCE_TEMPLATE # << : *SANITIZERS_RESOURCE_TEMPLATE
<< : *CI_TEMPLATE # << : *CI_TEMPLATE
<< : *SKIP_TASK_ON_PR # << : *SKIP_TASK_ON_PR
env: # env:
ZEEK_CI_CONFIGURE_FLAGS: *TSAN_SANITIZER_CONFIG # ZEEK_CI_CONFIGURE_FLAGS: *TSAN_SANITIZER_CONFIG
ZEEK_CI_DISABLE_SCRIPT_PROFILING: 1 # ZEEK_CI_DISABLE_SCRIPT_PROFILING: 1
# If this is defined directly in the environment, configure fails to find # # If this is defined directly in the environment, configure fails to find
# OpenSSL. Instead we define it with a different name and then give it # # OpenSSL. Instead we define it with a different name and then give it
# the correct name in the testing scripts. # # the correct name in the testing scripts.
ZEEK_TSAN_OPTIONS: suppressions=/zeek/ci/tsan_suppressions.txt # ZEEK_TSAN_OPTIONS: suppressions=/zeek/ci/tsan_suppressions.txt
windows_task: windows_task:
# 2 hour timeout just for potential of building Docker image taking a while # 2 hour timeout just for potential of building Docker image taking a while