mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
No need to delete the "only" keyword in generate-tsan-stress-jobs.py
29fd756408
replaced "only" with "rules" in
.gitlab-ci.yml but forgot to drop the removal from here, hence the
script was broken.
This commit is contained in:
@@ -29,7 +29,6 @@ for tsan_job in "gcc:tsan", "clang:tsan":
|
|||||||
tsan_stress_test_job["needs"] = [
|
tsan_stress_test_job["needs"] = [
|
||||||
{"pipeline": "$PARENT_PIPELINE_ID", "job": tsan_job}
|
{"pipeline": "$PARENT_PIPELINE_ID", "job": tsan_job}
|
||||||
]
|
]
|
||||||
del tsan_stress_test_job["only"]
|
|
||||||
|
|
||||||
print(
|
print(
|
||||||
yaml.dump(
|
yaml.dump(
|
||||||
|
Reference in New Issue
Block a user