]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Allow unit tests to fail on AlmaLinux 8
authorNicki Křížek <nicki@isc.org>
Tue, 5 Aug 2025 15:28:52 +0000 (17:28 +0200)
committerNicki Křížek <nicki@isc.org>
Wed, 6 Aug 2025 08:38:17 +0000 (10:38 +0200)
The doh unit test has been timing out recently and we don't have a fix
for it yet. Mark it as warning rather than a hard failure, since it's a
known issue.

Related #5448

.gitlab-ci.yml

index 1c694395b9bc489512134fe997464dbf0b74ce03..d7ef028700204606f0d3a6fc5abc320ee1315d3f 100644 (file)
@@ -887,6 +887,7 @@ unit:gcc:almalinux8:amd64:
   needs:
     - job: gcc:almalinux8:amd64
       artifacts: true
+  allow_failure: true  # remove once GL#5448 is fixed
 
 # Jobs for regular GCC builds on Alma Linux 9 (amd64)