From aaf3f7bfabcca46d85ffe184feaa3a0f124bb49f Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Jun 2026 02:38:29 +0800 Subject: [PATCH] ci(cd): open host pressure gate warn-only by default --- scripts/ci/wait-host-web-build-pressure.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/ci/wait-host-web-build-pressure.sh b/scripts/ci/wait-host-web-build-pressure.sh index df38eec7..7fbcfe13 100755 --- a/scripts/ci/wait-host-web-build-pressure.sh +++ b/scripts/ci/wait-host-web-build-pressure.sh @@ -10,10 +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. -ATTEMPTS="${HOST_WEB_BUILD_PRESSURE_ATTEMPTS:-${HOST_WEB_BUILD_PRESSURE_MAX_ATTEMPTS:-60}}" +ATTEMPTS="${HOST_WEB_BUILD_PRESSURE_ATTEMPTS:-${HOST_WEB_BUILD_PRESSURE_MAX_ATTEMPTS:-6}}" SLEEP_SECONDS="${HOST_WEB_BUILD_PRESSURE_SLEEP_SECONDS:-${HOST_WEB_BUILD_PRESSURE_INTERVAL:-10}}" -WARN_ONLY="${HOST_WEB_BUILD_PRESSURE_WARN_ONLY:-0}" +WARN_ONLY="${HOST_WEB_BUILD_PRESSURE_WARN_ONLY:-1}" 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.