From df97088dcfddb3c7d02957956a805b016f87b09b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Wed, 31 Jul 2024 13:43:00 +0200 Subject: [PATCH] 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. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 103b04a49c..a66e03a430 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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)