]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Make cross-version-config-tests allow_failure: true 12136/head
authorMichal Nowak <mnowak@isc.org>
Thu, 28 May 2026 15:49:22 +0000 (17:49 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 28 May 2026 15:49:22 +0000 (17:49 +0200)
The issue #6007 failed to mark cross-version-config-tests with
allow_failure: true. This should be reverted when the June release is
out.

.gitlab-ci.yml

index 7f03bdb8ed37e403c5f0ddb9c564bb66db69644d..27bb9ca7b8f9abeb2cf87e868a4486036e16fa0b 100644 (file)
@@ -1128,6 +1128,7 @@ cross-version-config-tests:
     untracked: true
     expire_in: "1 day"
     when: always
+  allow_failure: true # #6007
 
 # Jobs for regular GCC builds on Alpine Linux 3.23 (amd64)