From 4ae48e2bb84f20955e19ae2d1ab13fa07a9f91a6 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Thu, 11 Jun 2026 19:05:07 +0000 Subject: [PATCH] DROPME: test against the bind9-qa respdiff rewrite branch 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fbc16c1606..143881d567e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- 2.47.3