From 4ed6c4e4e7027e92b3850bbd4b4c4b3f01dc0e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Bal=C3=A1=C5=BEik?= Date: Tue, 24 Feb 2026 22:31:12 +0100 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93aa198994..09dd889b91 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