]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
cross-version-config-tests should allow_failure due to !10262
authorMichal Nowak <mnowak@isc.org>
Wed, 26 Mar 2025 09:45:13 +0000 (10:45 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 26 Mar 2025 09:45:13 +0000 (10:45 +0100)
.gitlab-ci.yml

index 3cef187fb2ed61a875b34874bb944cf890c6e1d6..fda94aa60e8ada06e71e6fe405e017d94c6de369 100644 (file)
@@ -819,6 +819,11 @@ cross-version-config-tests:
     untracked: true
     expire_in: "1 day"
     when: always
+    # The !10262 merge request introduced a backward incompatible change by
+    # removing several dnssec-keygen and dnssec-keyfromlabel options that are
+    # still in use in the base system test (9.21.6). The "allow_failure: true"
+    # should be removed after 9.21.7 is released.
+  allow_failure: true
 
 # Jobs for regular GCC builds on Alpine Linux 3.21 (amd64)