]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Temporarily allow failure of respdiff-long:tsan job
authorTom Krizek <tkrizek@isc.org>
Thu, 7 Dec 2023 15:42:43 +0000 (16:42 +0100)
committerTom Krizek <tkrizek@isc.org>
Thu, 7 Dec 2023 15:42:43 +0000 (16:42 +0100)
There was a change in the branch that uncovered preexisting data races
when testing with respdiff under TSAN. This isn't a new issue that
should stop the releases. Allow the check to temporarily fail until the
underlying issue GL #4475 is addressed.

.gitlab-ci.yml

index 66a2156cfa2dfb4ab779b9e72775557ce280e7e2..227948f02896cfe509927e6dd7b776ca5f4546b3 100644 (file)
@@ -1622,6 +1622,7 @@ respdiff-long:tsan:
   after_script:
     - *find_python
     - *parse_tsan
+  allow_failure: true  # affected by GL #4475
 
 respdiff-long-third-party:
   <<: *respdiff_job