]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove allow_failure from cross-version-config-tests
authorNicki Křížek <nicki@isc.org>
Wed, 16 Apr 2025 13:25:03 +0000 (15:25 +0200)
committerNicki Křížek <nicki@isc.org>
Wed, 16 Apr 2025 13:32:42 +0000 (15:32 +0200)
v9.21.7 was released and the job now passes.

.gitlab-ci.yml

index 54fed1e52209ad09203b1553c35f36d200ff2b82..06a4c810c367c4605b118197e025a5d4315bb243 100644 (file)
@@ -808,11 +808,6 @@ 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)