fix(ci): use event payload for controlled runtime diff
Some checks failed
CD Pipeline / build-and-deploy (push) Blocked by required conditions
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 10s
Code Review / ai-code-review (push) Successful in 17s
CD Pipeline / post-deploy-checks (push) Has been cancelled
Some checks failed
CD Pipeline / build-and-deploy (push) Blocked by required conditions
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 10s
Code Review / ai-code-review (push) Successful in 17s
CD Pipeline / post-deploy-checks (push) Has been cancelled
This commit is contained in:
@@ -16,6 +16,7 @@ set -euo pipefail
|
||||
# 2026-06-28 Codex: cancel-stale-cd trigger for the pre-guard CD run queue.
|
||||
# 2026-06-28 Codex: controlled-runtime CD trigger after API test OOM 137.
|
||||
# 2026-06-28 Codex: old fail-closed pressure guard is now warn-only in CD.
|
||||
# 2026-06-28 Codex: controlled-runtime diff detection now uses event payload.
|
||||
|
||||
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}}"
|
||||
|
||||
Reference in New Issue
Block a user