]> 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 12:13:02 +0000 (12:13 +0000)
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.

.gitlab-ci.yml

index 93aa19899459be02c8a5ce4e6ea6e69f8feb7a43..09dd889b914c0d94fe554f052cd5a10a1bbf55c3 100644 (file)
@@ -843,7 +843,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