mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
chg: ci: Drop removed system tests from cross-version-config-tests
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. See the failure mode at https://gitlab.isc.org/isc-projects/bind9/-/jobs/4668947. Merge branch 'mnowak/remove-dialup-from-cross-version-config-tests-job' into 'main' See merge request isc-projects/bind9!9413
This commit is contained in:
@@ -711,6 +711,10 @@ cross-version-config-tests:
|
|||||||
- *configure
|
- *configure
|
||||||
- make -j${BUILD_PARALLEL_JOBS:-1}
|
- make -j${BUILD_PARALLEL_JOBS:-1}
|
||||||
- *find_pytest
|
- *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
|
- cd bin/tests/system
|
||||||
# Run the setup phase of all system tests in the most recently tagged BIND 9
|
# 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
|
# release using the binaries built for the current BIND 9 version. This
|
||||||
|
Reference in New Issue
Block a user