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.21.19~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed6c4e4e7027e92b3850bbd4b4c4b3f01dc0e3d;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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93aa1989945..09dd889b914 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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