mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 18:47:40 -04:00
Fix generate-tsan-stress-test-configs CI job
Ina3d0f43d2I 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 commit4ed6c4e4e7)
This commit is contained in:
parent
9e23fcf74e
commit
013af7818e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue