]> 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:07:40 +0000 (16:07 +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 0548ab09324595cc46f6d756ca64946f84e8b3be..2930f947c2d0e17ccf181784f1335540bc354a89 100644 (file)
@@ -827,7 +827,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