diff --git a/scripts/ci/wait-host-web-build-pressure.sh b/scripts/ci/wait-host-web-build-pressure.sh index 04a1bb99..b338a365 100755 --- a/scripts/ci/wait-host-web-build-pressure.sh +++ b/scripts/ci/wait-host-web-build-pressure.sh @@ -13,7 +13,7 @@ set -euo pipefail # 2026-06-28 Codex: non-behavior trigger after increasing API test container memory. # 2026-06-28 Codex: host 110 runner pressure remains an incident-grade guard. # Controlled apply is open, but this pressure gate stays fail-closed by default. -# 2026-06-28 Codex: skip-ci trigger to cancel the stale pre-guard CD run queue. +# 2026-06-28 Codex: cancel-stale-cd trigger for the pre-guard CD run queue. ATTEMPTS="${HOST_WEB_BUILD_PRESSURE_ATTEMPTS:-${HOST_WEB_BUILD_PRESSURE_MAX_ATTEMPTS:-60}}" SLEEP_SECONDS="${HOST_WEB_BUILD_PRESSURE_SLEEP_SECONDS:-${HOST_WEB_BUILD_PRESSURE_INTERVAL:-10}}"