]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Allow the system:clang:tsan job to fail in CI
authorTom Krizek <tkrizek@isc.org>
Tue, 23 May 2023 13:28:22 +0000 (15:28 +0200)
committerTom Krizek <tkrizek@isc.org>
Wed, 24 May 2023 08:37:45 +0000 (10:37 +0200)
There are couple of known failures currently affecting this test:
- rrl (GL #4082)
- upforwd (GL #4072)

.gitlab-ci.yml

index c3d30a2d1583381110934ff34cb65d3c70041d4e..c0c70efc6bdf62ed9770a6ea7f89b64b002450da 100644 (file)
@@ -1111,6 +1111,7 @@ system:clang:tsan:
   needs:
     - job: clang:tsan
       artifacts: true
+  allow_failure: true  # rrl (GL#4082), upforwd (GL#4072)
 
 unit:clang:tsan:
   variables: