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.)
This commit is contained in:
Michal Nowak 2023-08-07 18:28:34 +02:00
parent cc54211baa
commit 4eac32fe23
No known key found for this signature in database

View file

@ -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