fix(ci): make prod deploy wait on aggregate context #1774

Merged
hongming merged 1 commits from fix/prod-auto-deploy-aggregate-context into main 2026-05-24 05:22:31 +00:00
Owner

What

  • Make production auto-deploy wait on the aggregate CI / all-required (push) context plus Secret scan.
  • Stop duplicating Platform/Canvas/Shellcheck/Python contexts in the deploy waiter.

Why

CI / all-required is now the path-aware aggregate. Duplicating the old individual contexts caused production auto-deploy to time out on workflow-only pushes where Gitea leaves path-skipped jobs as pending/blocked.

Verification

  • python3 -m pytest -q .gitea/scripts/tests/test_prod_auto_deploy.py .gitea/scripts/tests/test_ci_workflow_bookkeeping.py
## What - Make production auto-deploy wait on the aggregate `CI / all-required (push)` context plus Secret scan. - Stop duplicating Platform/Canvas/Shellcheck/Python contexts in the deploy waiter. ## Why `CI / all-required` is now the path-aware aggregate. Duplicating the old individual contexts caused production auto-deploy to time out on workflow-only pushes where Gitea leaves path-skipped jobs as pending/blocked. ## Verification - `python3 -m pytest -q .gitea/scripts/tests/test_prod_auto_deploy.py .gitea/scripts/tests/test_ci_workflow_bookkeeping.py`
hongming added 1 commit 2026-05-24 05:10:13 +00:00
fix(ci): make prod deploy wait on aggregate context
ci-arm64-advisory / fast-checks (pull_request) Waiting to run
CI / Platform (Go) (pull_request) Blocked by required conditions
CI / Canvas (Next.js) (pull_request) Blocked by required conditions
CI / Shellcheck (E2E scripts) (pull_request) Blocked by required conditions
E2E API Smoke Test / E2E API Smoke Test (pull_request) Blocked by required conditions
E2E Chat / E2E Chat (pull_request) Blocked by required conditions
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Blocked by required conditions
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Blocked by required conditions
Lint shellcheck (arm64 pilot) / shellcheck-arm64 (pilot) (pull_request) Successful in 8s
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 5s
CI / Detect changes (pull_request) Successful in 7s
CI / Python Lint & Test (pull_request) Successful in 4s
CI / all-required (pull_request) Successful in 6m55s
E2E API Smoke Test / detect-changes (pull_request) Successful in 9s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 14s
E2E Chat / detect-changes (pull_request) Successful in 17s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 4s
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (pull_request) Successful in 5s
Lint no tenant GITEA or GITHUB token write / Scan for repo-host token write into tenant workspace surface (pull_request) Successful in 4s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 5s
gate-check-v3 / gate-check (pull_request) Successful in 7s
qa-review / approved (pull_request) Failing after 5s
security-review / approved (pull_request) Failing after 4s
sop-checklist / na-declarations (pull_request) N/A: (none)
sop-checklist / all-items-acked (pull_request) Successful in 5s
sop-checklist / review-refire (pull_request) Has been skipped
sop-tier-check / tier-check (pull_request) Successful in 5s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m12s
Ops Scripts Tests / Ops scripts (unittest) (pull_request) Successful in 1m29s
audit-force-merge / audit (pull_request) Successful in 4s
CI / Canvas Deploy Reminder (pull_request) Has been cancelled
5c0a48f0f5
core-devops approved these changes 2026-05-24 05:22:22 +00:00
core-devops left a comment
Member

Approving deploy waiter bookkeeping fix: production auto-deploy now waits on aggregate CI / all-required plus Secret scan; local tests pass; PR CI required contexts are green.

Approving deploy waiter bookkeeping fix: production auto-deploy now waits on aggregate CI / all-required plus Secret scan; local tests pass; PR CI required contexts are green.
infra-sre approved these changes 2026-05-24 05:22:27 +00:00
infra-sre left a comment
Member

Approving deploy waiter bookkeeping fix: production auto-deploy now waits on aggregate CI / all-required plus Secret scan; local tests pass; PR CI required contexts are green.

Approving deploy waiter bookkeeping fix: production auto-deploy now waits on aggregate CI / all-required plus Secret scan; local tests pass; PR CI required contexts are green.
hongming merged commit 90f0399f57 into main 2026-05-24 05:22:31 +00:00
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#1774