From 013af7818eae104c8aa9432ea11dc4545f9a8a46 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. (cherry picked from commit 4ed6c4e4e7027e92b3850bbd4b4c4b3f01dc0e3d) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0548ab0932..2930f947c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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