mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Disable TSan CI task temporarily while we sort out some intermittent test failures
This commit is contained in:
parent
090c55bdf7
commit
468f90b99e
1 changed files with 13 additions and 13 deletions
26
.cirrus.yml
26
.cirrus.yml
|
@ -301,16 +301,16 @@ ubsan_sanitizer_task:
|
|||
ZEEK_TAILORED_UB_CHECKS: 1
|
||||
UBSAN_OPTIONS: print_stacktrace=1
|
||||
|
||||
tsan_sanitizer_task:
|
||||
container:
|
||||
# Just uses a recent/common distro to run memory error/leak checks.
|
||||
dockerfile: ci/ubuntu-20.04/Dockerfile
|
||||
cpu: 4
|
||||
# AddressSanitizer uses a lot more memory than a typical config.
|
||||
memory: 12GB
|
||||
<< : *CI_TEMPLATE
|
||||
test_fuzzers_script: ./ci/test-fuzzers.sh
|
||||
env:
|
||||
CXXFLAGS: -DZEEK_DICT_DEBUG
|
||||
ZEEK_CI_CONFIGURE_FLAGS: *TSAN_SANITIZER_CONFIG
|
||||
ZEEK_CI_DISABLE_SCRIPT_PROFILING: 1
|
||||
# tsan_sanitizer_task:
|
||||
# container:
|
||||
# # Just uses a recent/common distro to run memory error/leak checks.
|
||||
# dockerfile: ci/ubuntu-20.04/Dockerfile
|
||||
# cpu: 4
|
||||
# # AddressSanitizer uses a lot more memory than a typical config.
|
||||
# memory: 12GB
|
||||
# << : *CI_TEMPLATE
|
||||
# test_fuzzers_script: ./ci/test-fuzzers.sh
|
||||
# env:
|
||||
# CXXFLAGS: -DZEEK_DICT_DEBUG
|
||||
# ZEEK_CI_CONFIGURE_FLAGS: *TSAN_SANITIZER_CONFIG
|
||||
# ZEEK_CI_DISABLE_SCRIPT_PROFILING: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue