]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Use git_clone_bind9-qa anchor in .system_test_common
authorŠtěpán Balážik <stepan@isc.org>
Tue, 6 Jan 2026 14:12:25 +0000 (15:12 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 7 Jan 2026 17:26:41 +0000 (18:26 +0100)
This was missed in abecddb13afa3f8ad9611f1241a635fbe6b90818.

(cherry picked from commit af809329b3e31aa42851feea4dc0931bd219bd16)

.gitlab-ci.yml

index 0d7ad2da1fbf3a8a9d2408d8a2cf39d6703c71c1..c1d9878c648e465a98f19a42f3f3e98ebef76727 100644 (file)
@@ -555,7 +555,7 @@ stages:
     - if pytest --version | grep -F "pytest 9.0" >/dev/null; then echo "filterwarnings = ignore::pytest.PytestRemovedIn9Warning" >> pytest.ini; fi
     - >
       ("$PYTEST" --junit-xml="$CI_PROJECT_DIR"/junit.xml -n "$TEST_PARALLEL_JOBS" | tee pytest.out.txt) || RET=1
-    - git clone --depth 1 https://gitlab.isc.org/isc-projects/bind9-qa.git
+    - *git_clone_bind9-qa
     - >
       "$PYTHON" bind9-qa/ci/postprocess_junit_files.py "$CI_PROJECT_DIR"/junit.xml --output "$CI_PROJECT_DIR"/junit.xml
     - (exit $RET)