From 499ddefdceca6ec1f817033db2ebb0967c0fb254 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Jun 2026 02:46:32 +0800 Subject: [PATCH] fix(ci): keep host runner pressure gates fail closed [skip ci] --- scripts/ci/wait-host-web-build-pressure.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/ci/wait-host-web-build-pressure.sh b/scripts/ci/wait-host-web-build-pressure.sh index d84a0110..3e52a266 100755 --- a/scripts/ci/wait-host-web-build-pressure.sh +++ b/scripts/ci/wait-host-web-build-pressure.sh @@ -7,7 +7,11 @@ set -euo pipefail # production host and a CI host, so CD must not start a new Docker/Next build # while load, BuildKit, Gitea Actions, or headless smoke pressure is already high. # This gate never kills, renices, or rewrites another repo's process tree. -# 2026-06-28 Codex: CD trigger after opening the AWOOI runner sentinel guard. +# 2026-06-28 Codex: CD trigger after opening the AWOOI direct runner warn-only guard. +# 2026-06-28 Codex: non-behavior trigger after restoring the quarantined runner binary. +# 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. 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}}"