From: Michal Nowak Date: Mon, 7 Aug 2023 16:28:34 +0000 (+0200) Subject: Exclude dupsigs and keymgr2kasp from cross-version-config-tests X-Git-Tag: v9.19.17~60^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4eac32fe231093f5d448c5925654e69099d5da43;p=thirdparty%2Fbind9.git Exclude dupsigs and keymgr2kasp from cross-version-config-tests pytest should not schedule dupsigs and keymgr2kasp system tests removed in BIND 9 mainline but still present in BIND 9 baseline version (v9.19.15). (Can be dropped once the v9.19.16 tag is present.) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4110b8fffa..ee64a1f9f5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -374,7 +374,7 @@ cross-version-config-tests: # intends to detect obvious backward compatibility issues with the latter. - sed -i -E "s|(export TOP_BUILDDIR)=.*|\1=${CI_PROJECT_DIR}|" conf.sh - > - "$PYTEST" --setup-only -n "${TEST_PARALLEL_JOBS:-1}" + "$PYTEST" --setup-only -n "${TEST_PARALLEL_JOBS:-1}" -k "not dupsigs and not keymgr2kasp" needs: - job: autoreconf artifacts: true