]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Disable allow_failure for ThreadSanitizer jobs
authorOndřej Surý <ondrej@isc.org>
Thu, 4 Mar 2021 14:21:28 +0000 (15:21 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 4 Mar 2021 14:32:55 +0000 (15:32 +0100)
Since the main branch is now TSAN-clean, it's a good opportunity to
enable hard failures for the TSAN system test jobs.

.gitlab-ci.yml

index 2a6311230e6b49e72761c080e41f26626ec18034..7de6c7664b33ab2a486740294572ac137be6a832 100644 (file)
@@ -334,7 +334,6 @@ stages:
 
 .system_test_tsan: &system_test_tsan_job
   <<: *system_test_common
-  allow_failure: true
   after_script:
     - cat bin/tests/system/test-suite.log
     - find bin -name 'tsan.*' -exec python3 util/parse_tsan.py {} \;