From 4072cc2b9328a7c888bd90d96c178ea4b8b3bbc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 4 Mar 2021 15:21:28 +0100 Subject: [PATCH] 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. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a6311230e..7de6c7664b 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 {} \;