From: Michal Nowak Date: Mon, 26 Aug 2024 11:41:47 +0000 (+0200) Subject: Drop removed system tests from $BIND_BASELINE_VERSION X-Git-Tag: v9.21.1~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f5f2a9d9d8853f1de25ed29e285a33d6093b73;p=thirdparty%2Fbind9.git Drop removed system tests from $BIND_BASELINE_VERSION The cross-version-config-tests job fails when a system test is removed from the upcoming release. To avoid this, remove the system test also from the $BIND_BASELINE_VERSION. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f63965f81c2..bdd69f411fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -711,6 +711,10 @@ cross-version-config-tests: - *configure - make -j${BUILD_PARALLEL_JOBS:-1} - *find_pytest + # The cross-version-config-tests job would fail when a system test is + # removed from the upcoming release. To avoid this, remove the system test + # also from the $BIND_BASELINE_VERSION. + - find bin/tests/system/ -mindepth 1 -maxdepth 1 -type d -exec sh -c 'test -e ../"$0" || rm -rfv -- "$0"' {} \; - cd bin/tests/system # Run the setup phase of all system tests in the most recently tagged BIND 9 # release using the binaries built for the current BIND 9 version. This