]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: ci: Don't forward parent yaml variables to stress child pipelines
authorMichal Nowak <mnowak@isc.org>
Thu, 14 May 2026 05:00:56 +0000 (07:00 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 14 May 2026 05:00:56 +0000 (07:00 +0200)
commit4b019c11c07fa9ce58f6983828e1b8712a4e7895
treeb7a45eed61b2fc1cc6c46a1f111274b41f604ddf
parentba6d930cd0ce75a39f60206af7a8320687f650ff
parent2ce5c1e4ae4bb8ef154116cac260f9168e14ff19
[9.20] fix: ci: Don't forward parent yaml variables to stress child pipelines

The global RUNNER_SCRIPT_TIMEOUT: 55m in the parent pipeline was being
forwarded to the stress and tsan:stress child pipelines, where forwarded
yaml variables outrank job-level variables. That caused stress jobs with
BIND_STRESS_TESTS_RUN_TIME >= 60 to be killed at 55 minutes, regardless
of the per-job RUNNER_SCRIPT_TIMEOUT set in the generated child config.

Set forward:yaml_variables: false on both trigger jobs; the generated
configs already declare every variable they need.

Assisted-by: Claude:claude-opus-4-7
Backport of MR !12012

Merge branch 'backport-mnowak/fix-stress-test-script-timeout-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!12015