]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add allow_failure to cross-version-config tests 12264/head
authorNicki Křížek <nicki@isc.org>
Wed, 17 Jun 2026 15:25:40 +0000 (17:25 +0200)
committerNicki Křížek <nicki@isc.org>
Wed, 17 Jun 2026 15:25:40 +0000 (17:25 +0200)
Due to a recent change which dropped the non-IN-class in views, the
following tests are failing in cross-version-config-tests:

auth
catz
class
resolver
unknown

This can be reverted once the July releases are public.

.gitlab-ci.yml

index ec82ef64201e75fa9dc389e2d06ff276a4d68060..a0281d1c7ed74c4333222b579e2c0ac31b249963 100644 (file)
@@ -1131,6 +1131,7 @@ cross-version-config-tests:
     untracked: true
     expire_in: "1 day"
     when: always
+  allow_failure: true # !12163, commit 9771df0a
 
 # Jobs for regular GCC builds on Alpine Linux 3.23 (amd64)