]> 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 15:25:50 +0000 (16:25 +0100)
Since the main branch is now TSAN-clean, it's a good opportunity to
enable hard failures for the TSAN system test jobs.

(cherry picked from commit 4072cc2b9328a7c888bd90d96c178ea4b8b3bbc6)

.gitlab-ci.yml

index 89ac3344e2bad6ec77c61310834113162b8057a1..0db1caabd64f2415bca94d4c4f468d0c8fb9f7af 100644 (file)
@@ -310,7 +310,6 @@ stages:
 
 .system_test_tsan: &system_test_tsan_job
   <<: *system_test_common
-  allow_failure: true
   after_script:
     - find bin -name 'tsan.*' -exec python3 util/parse_tsan.py {} \;
   artifacts: