From: Nicki Křížek Date: Tue, 5 Aug 2025 15:28:52 +0000 (+0200) Subject: Allow unit tests to fail on AlmaLinux 8 X-Git-Tag: v9.21.11~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5423bae2dc8d80ceb76a1502ac04900df75cbbf1;p=thirdparty%2Fbind9.git Allow unit tests to fail on AlmaLinux 8 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 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c694395b9b..d7ef0287002 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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)