From 4eac32fe231093f5d448c5925654e69099d5da43 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 7 Aug 2023 18:28:34 +0200 Subject: [PATCH] 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.) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4110b8fff..ee64a1f9f5 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