From 5423bae2dc8d80ceb76a1502ac04900df75cbbf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Tue, 5 Aug 2025 17:28:52 +0200 Subject: [PATCH] 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 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1c694395b9..d7ef028700 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)