From 786c50c00ee42e924676bc99d03923d157d5ee45 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Jun 2026 01:55:37 +0800 Subject: [PATCH] ci(cd): retrigger deploy after runner guard open --- scripts/ci/wait-host-web-build-pressure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/wait-host-web-build-pressure.sh b/scripts/ci/wait-host-web-build-pressure.sh index 5dac0288b..a7475a7f6 100755 --- a/scripts/ci/wait-host-web-build-pressure.sh +++ b/scripts/ci/wait-host-web-build-pressure.sh @@ -7,7 +7,7 @@ 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: no-op CD trigger after restoring the AWOOI system runner. +# 2026-06-28 Codex: CD trigger after opening the AWOOI runner pressure guard. 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}}"