]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Allow failure of cross-version-config due to !9201
authorNicki Křížek <nicki@isc.org>
Wed, 31 Jul 2024 11:43:00 +0000 (13:43 +0200)
committerNicki Křížek <nicki@isc.org>
Mon, 5 Aug 2024 15:54:11 +0000 (17:54 +0200)
When attempting to run the system tests using v9.20.0 code, the test
setup will fail with ERROR due to setup.sh calling conf.sh which
attempts to call get_algorithms.py script which was deleted in this MR.

This should be reverted once v9.20.1 with the updated code is released.

.gitlab-ci.yml

index 103b04a49c999b20bf2560d0955b48425293d8f6..a66e03a430490310bd30c570bdfc16599fdec501 100644 (file)
@@ -719,6 +719,7 @@ cross-version-config-tests:
     untracked: true
     expire_in: "1 day"
     when: always
+  allow_failure: true  # GL !9201 removed a test script that v9.20.0 attempts to call in conf.sh
 
 # Jobs for regular GCC builds on Alpine Linux 3.20 (amd64)