From 43d57ea622a4e6a9b462e4ae90ed7bdf6ba64e94 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 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/ci/wait-host-web-build-pressure.sh b/scripts/ci/wait-host-web-build-pressure.sh index e297cf5a..3e52a266 100755 --- a/scripts/ci/wait-host-web-build-pressure.sh +++ b/scripts/ci/wait-host-web-build-pressure.sh @@ -10,13 +10,12 @@ set -euo pipefail # 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: commander blanket authorization opens this guard to -# short-wait warn-only by default; critical blockers stay outside this script. -# 2026-06-28 Codex: retrigger after moving the runner to a direct transient unit. +# 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:-6}}" +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}}" -WARN_ONLY="${HOST_WEB_BUILD_PRESSURE_WARN_ONLY:-1}" +WARN_ONLY="${HOST_WEB_BUILD_PRESSURE_WARN_ONLY:-0}" MAX_LOAD5_PER_CORE="${HOST_WEB_BUILD_PRESSURE_MAX_LOAD5_PER_CORE:-0.85}" MAX_CI_CPU_PERCENT="${HOST_WEB_BUILD_PRESSURE_MAX_CI_CPU_PERCENT:-250}" # One Gitea Actions task container/process group is the current job itself.