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:
Nicki Křížek
2024-07-31 13:43:00 +02:00
parent dbe059c545
commit df97088dcf

View 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)