]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Revert "Exclude dupsigs and keymgr2kasp from cross-version-config-tests"
authorMichał Kępień <michal@isc.org>
Thu, 17 Aug 2023 15:30:37 +0000 (17:30 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 17 Aug 2023 15:30:37 +0000 (17:30 +0200)
This reverts commit 4eac32fe231093f5d448c5925654e69099d5da43.

With the v9.19.16 release tag merged, the "cross-version-config-tests"
GitLab CI job will no longer fail due to the two relevant system tests
being absent from the development branch.  This makes the pytest
filtering expression added to work around that issue unnecessary, so
remove it.

.gitlab-ci.yml

index ee64a1f9f5b5b80a49a71eae387db0922f1669e1..d4110b8fffa21fdde4512cb2819ccba01ae1ffa3 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}" -k "not dupsigs and not keymgr2kasp"
+      "$PYTEST" --setup-only -n "${TEST_PARALLEL_JOBS:-1}"
   needs:
     - job: autoreconf
       artifacts: true