From ebb77719e25c0ec7257d1d9cff5bfa83b2dbc757 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Jun 2026 02:29:57 +0800 Subject: [PATCH] ci(cd): retrigger deploy after runner binary restore --- scripts/ci/wait-host-web-build-pressure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/wait-host-web-build-pressure.sh b/scripts/ci/wait-host-web-build-pressure.sh index 4f3f37e5..a75a694f 100755 --- a/scripts/ci/wait-host-web-build-pressure.sh +++ b/scripts/ci/wait-host-web-build-pressure.sh @@ -8,6 +8,7 @@ set -euo pipefail # 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 direct runner warn-only guard. +# 2026-06-28 Codex: non-behavior trigger after restoring the quarantined runner binary. 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}}"