]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
DROPME: test against the bind9-qa respdiff rewrite branch mnowak/respdiff-python-rewrite
authorMichal Nowak <mnowak@isc.org>
Thu, 11 Jun 2026 19:05:07 +0000 (19:05 +0000)
committerMichal Nowak <mnowak@isc.org>
Thu, 11 Jun 2026 19:05:07 +0000 (19:05 +0000)
Clone bind9-qa from the mnowak/respdiff-python-rewrite branch so the
pipeline exercises the rewritten respdiff.py. Drop this commit once
the bind9-qa branch is merged.

Assisted-by: Claude:claude-fable-5
.gitlab-ci.yml

index 0fbc16c1606817d5977ad1ca098967cf50778d18..143881d567e5cb1ea89bbb25b5e2e4e7579e9201 100644 (file)
@@ -413,7 +413,7 @@ stages:
       build
 
 .git-clone-bind9-qa: &git_clone_bind9-qa
-  - git clone --depth 1 https://gitlab.isc.org/isc-projects/bind9-qa.git "$CI_PROJECT_DIR"/bind9-qa
+  - git clone --depth 1 --branch mnowak/respdiff-python-rewrite https://gitlab.isc.org/isc-projects/bind9-qa.git "$CI_PROJECT_DIR"/bind9-qa
 
 # change directory to the workspace before including this
 .find_python: &find_python