From: Ondřej Surý Date: Thu, 4 Mar 2021 14:21:28 +0000 (+0100) Subject: Disable allow_failure for ThreadSanitizer jobs X-Git-Tag: v9.17.11~13^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4072cc2b9328a7c888bd90d96c178ea4b8b3bbc6;p=thirdparty%2Fbind9.git Disable allow_failure for ThreadSanitizer jobs Since the main branch is now TSAN-clean, it's a good opportunity to enable hard failures for the TSAN system test jobs. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a6311230e6..7de6c7664b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 {} \;