fix(reboot): honor runner sentinel during deploy window

This commit is contained in:
Your Name
2026-06-28 02:02:56 +08:00
parent 2a1cd3cc8b
commit 77ba5ed517
2 changed files with 4 additions and 2 deletions

View File

@@ -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: CD trigger after opening the AWOOI runner pressure guard.
# 2026-06-28 Codex: CD trigger after opening the AWOOI runner sentinel 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}}"