mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Allow failure of cross-version-config due to !9201
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.
This commit is contained in:
parent
dbe059c545
commit
df97088dcf
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue