2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 18:19:42 +00:00

fix: ci: 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

Merge branch '5448-allow-failure-unit-almalinux8-doh' into 'main'

See merge request isc-projects/bind9!10835
This commit is contained in:
Nicki Křížek 2025-08-06 12:38:32 +02:00
commit 0d344ac5fb

View File

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