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.
This commit is contained in:
Ondřej Surý
2021-03-04 15:21:28 +01:00
parent a730bc47f5
commit 4072cc2b93

View 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 {} \;