From: Michal Nowak Date: Wed, 26 Mar 2025 09:45:13 +0000 (+0100) Subject: cross-version-config-tests should allow_failure due to !10262 X-Git-Tag: v9.21.7~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=796cac7f1d2318f63474a783c912ebfbe68201dd;p=thirdparty%2Fbind9.git cross-version-config-tests should allow_failure due to !10262 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3cef187fb2e..fda94aa60e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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)