]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update cross-version-config-tests CI
authorAndoni Duarte Pintado <andoni@isc.org>
Thu, 30 Jan 2025 09:24:48 +0000 (10:24 +0100)
committerAndoni Duarte Pintado <andoni@isc.org>
Thu, 30 Jan 2025 09:24:48 +0000 (10:24 +0100)
Remove `allow_failure: true` from .gitlab-ci.yaml, as the relevant
MRs have been merged in the January 2025 release.

.gitlab-ci.yml

index b97e119e136d152db7aea8e2d345f5997fcdec34..4ba258a53b31735a723d6b2c251c55a84c552481 100644 (file)
@@ -772,18 +772,6 @@ cross-version-config-tests:
     untracked: true
     expire_in: "1 day"
     when: always
-  # Changes in the January milestone necessitate allowing this job to fail. The
-  # "soft failure" should be reverted when January releases are published.
-  # - #4261 introduced extra artifacts check but missed a file visible only in
-  #   this job. This is fixed in !9815 but present in December releases.
-  #   System test affected: mkeys.
-  # - #4666 removed the "fixed" value for the "rrset-order" option, but the
-  #   value is still present in the December release system test.
-  #   System test affected: rrsetorder.
-  # - #4482 removed the "dnssec-must-be-secure" feature that is still present
-  #   in the December release.
-  #   System tests affected: autosign, dnssec, and dsdigest.
-  allow_failure: true
 
 # Jobs for regular GCC builds on Alpine Linux 3.21 (amd64)