From: Štěpán Balážik Date: Tue, 24 Feb 2026 21:31:12 +0000 (+0100) Subject: Fix generate-tsan-stress-test-configs CI job X-Git-Tag: v9.20.20~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cbd49827bce6033b4ad5f57c27ab51d9bf843db;p=thirdparty%2Fbind9.git Fix generate-tsan-stress-test-configs CI job 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) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9506d636d95..c94fd5632ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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