]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Exclude dupsigs and keymgr2kasp from cross-version-config-tests
authorMichal Nowak <mnowak@isc.org>
Mon, 7 Aug 2023 16:28:34 +0000 (18:28 +0200)
committerMichal Nowak <mnowak@isc.org>
Tue, 8 Aug 2023 17:18:36 +0000 (19:18 +0200)
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

index d4110b8fffa21fdde4512cb2819ccba01ae1ffa3..ee64a1f9f5b5b80a49a71eae387db0922f1669e1 100644 (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