ci(cd): retrigger deploy after runner guard open
Some checks failed
Code Review / ai-code-review (push) Successful in 21s
CD Pipeline / tests (push) Failing after 12m15s
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled

This commit is contained in:
Your Name
2026-06-28 01:55:37 +08:00
parent 20982decf7
commit 786c50c00e

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: 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}}"