From: Michal Nowak Date: Thu, 27 Feb 2025 17:51:15 +0000 (+0100) Subject: No need to delete the "only" keyword in generate-tsan-stress-jobs.py X-Git-Tag: ondrej/lock-free-qpzone-reads-v1~15^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e2272d769a205e7ca98f698a578f9daf6d8d28d;p=thirdparty%2Fbind9.git No need to delete the "only" keyword in generate-tsan-stress-jobs.py 29fd7564083731373bd132ec65ffc0a9072f8efc replaced "only" with "rules" in .gitlab-ci.yml but forgot to drop the removal from here, hence the script was broken. --- diff --git a/util/generate-tsan-stress-jobs.py b/util/generate-tsan-stress-jobs.py index a8b6566bd8e..8ee649ed6ff 100755 --- a/util/generate-tsan-stress-jobs.py +++ b/util/generate-tsan-stress-jobs.py @@ -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(