]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix generate-tsan-stress-test-configs CI job
authorŠtěpán Balážik <stepan@isc.org>
Tue, 24 Feb 2026 21:31:12 +0000 (22:31 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 25 Feb 2026 15:09:32 +0000 (16:09 +0100)
In a3d0f43d2 I moved the script that does this to the QA repo and
screwed up the path.

Fix the path and make the job run properly again.

(cherry picked from commit 4ed6c4e4e7027e92b3850bbd4b4c4b3f01dc0e3d)

.gitlab-ci.yml

index 9506d636d95fbd07fa06becf55950a31edeac485..c94fd5632ef676942e07d7a9de7d619573e579a1 100644 (file)
@@ -872,7 +872,7 @@ generate-tsan-stress-test-configs:
   script:
     - *git_clone_bind9-qa
     - >
-      "$CI_PROJECT_DIR"/bind9-qa/ci/generate_tsan_stress_jobs.py > tsan-stress-test-configs.yml
+      "$CI_PROJECT_DIR"/bind9-qa/stress/generate_tsan_stress_jobs.py > tsan-stress-test-configs.yml
   artifacts:
     paths:
       - tsan-stress-test-configs.yml