mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
No need to delete the "only" keyword in generate-tsan-stress-jobs.py
29fd756408replaced "only" with "rules" in .gitlab-ci.yml but forgot to drop the removal from here, hence the script was broken. (cherry picked from commit6e2272d769)
This commit is contained in:
parent
492637c294
commit
1a93617b08
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ for tsan_job in "gcc:tsan", "clang:tsan":
|
|||
tsan_stress_test_job["needs"] = [
|
||||
{"pipeline": "$PARENT_PIPELINE_ID", "job": tsan_job}
|
||||
]
|
||||
del tsan_stress_test_job["only"]
|
||||
|
||||
print(
|
||||
yaml.dump(
|
||||
|
|
|
|||
Loading…
Reference in a new issue