fix(sre): finalize local automation release candidate
Some checks failed
CD Pipeline / select-latest-carrier (push) Successful in 1m33s
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 3m28s
CD Pipeline / revalidate-deploy-carrier (push) Successful in 35s
CD Pipeline / build-and-deploy (push) Failing after 39m13s
CD Pipeline / revalidate-post-deploy-carrier (push) Failing after 10m44s
AI 技術雷達監控 / ai-technology-watch (push) Failing after 11m56s
AWOOOI Harbor 110 Local Repair / workflow-shape (push) Successful in 1s
AWOOOI Harbor 110 Local Repair / harbor-110-local-repair (push) Failing after 48s
CD Pipeline / post-deploy-checks (push) Has been cancelled

This commit is contained in:
Your Name
2026-07-19 03:57:32 +08:00
parent 9d87173d03
commit c0afb10861
7 changed files with 57 additions and 13 deletions

View File

@@ -86,7 +86,9 @@ def test_medium_telegram_card_is_automation_progress_not_action_required() -> No
assert "AI CONTROLLED AUTOMATION" in rendered
assert "ACTION REQUIRED" not in rendered
assert "awaiting_approval" not in rendered
assert "check>apply>verify>writeback" in rendered
assert "流程進度" in rendered
assert "執行:<code>controlled_queue_evaluation</code>" in rendered
assert "驗證:<code>not_started</code>" in rendered
def test_critical_telegram_card_stays_break_glass() -> None: