]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
No need to delete the "only" keyword in generate-tsan-stress-jobs.py
authorMichal Nowak <mnowak@isc.org>
Thu, 27 Feb 2025 17:51:15 +0000 (18:51 +0100)
committerMichal Nowak <mnowak@isc.org>
Fri, 28 Feb 2025 08:01:46 +0000 (09:01 +0100)
29fd7564083731373bd132ec65ffc0a9072f8efc replaced "only" with "rules" in
.gitlab-ci.yml but forgot to drop the removal from here, hence the
script was broken.

util/generate-tsan-stress-jobs.py

index a8b6566bd8e0d31be94f52e7d28459ebe4823e3e..8ee649ed6ff9ea3dd45bab0c77ac786b9c944762 100755 (executable)
@@ -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(