fix(ci): keep production auto-deploy nonblocking #1746

Merged
hongming merged 1 commits from fix/prod-auto-deploy-nonblocking into main 2026-05-23 22:40:31 +00:00
Owner

Follow-up to #1740 main verification.

The canvas publish is now green, but the workspace-server publish workflow can still mark main red when the production auto-deploy side-effect is cancelled while waiting on separate CI contexts. The workflow already documents this job as branch-protection exempt and the image publish itself is the durable artifact.

Change: mark deploy-production as continue-on-error: true with the required mc#774 tracker comment, so a cancelled deploy side-effect does not fail the image publish workflow after the image has built/pushed.

Verification:

  • git diff --check
Follow-up to #1740 main verification. The canvas publish is now green, but the workspace-server publish workflow can still mark main red when the production auto-deploy side-effect is cancelled while waiting on separate CI contexts. The workflow already documents this job as branch-protection exempt and the image publish itself is the durable artifact. Change: mark `deploy-production` as `continue-on-error: true` with the required mc#774 tracker comment, so a cancelled deploy side-effect does not fail the image publish workflow after the image has built/pushed. Verification: - `git diff --check`
hongming added 1 commit 2026-05-23 22:01:50 +00:00
fix(ci): keep production auto-deploy nonblocking
ci-arm64-advisory / fast-checks (pull_request) Waiting to run
CI / Canvas Deploy Reminder (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 4s
CI / Detect changes (pull_request) Successful in 8s
CI / Python Lint & Test (pull_request) Successful in 4s
E2E API Smoke Test / detect-changes (pull_request) Successful in 7s
E2E Chat / detect-changes (pull_request) Successful in 7s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 6s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 3s
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Successful in 1m26s
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Successful in 3s
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (pull_request) Successful in 3s
Lint no tenant GITEA or GITHUB token write / Scan for repo-host token write into tenant workspace surface (pull_request) Successful in 3s
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Successful in 1m5s
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Successful in 1m19s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m10s
lint-required-workflows-docker-host-pinned / Lint docker-host pin on docker-touching workflows (pull_request) Successful in 3s
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Successful in 1m38s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 3s
gate-check-v3 / gate-check (pull_request) Successful in 4s
qa-review / approved (pull_request) Successful in 4s
security-review / approved (pull_request) Successful in 5s
sop-checklist / na-declarations (pull_request) N/A: (none)
sop-checklist / all-items-acked (pull_request) Successful in 6s
sop-checklist / review-refire (pull_request) Has been skipped
sop-tier-check / tier-check (pull_request) Successful in 5s
CI / Platform (Go) (pull_request) Successful in 1s
CI / Canvas (Next.js) (pull_request) Successful in 2s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 2s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 3s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 3s
E2E Chat / E2E Chat (pull_request) Successful in 3s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 2s
CI / all-required (pull_request) Successful in 23m56s
audit-force-merge / audit (pull_request) Successful in 11s
df94fd1764
core-qa approved these changes 2026-05-23 22:02:09 +00:00
core-qa left a comment
Member

QA approved: deploy side-effect is explicitly nonblocking; image publish remains required.

QA approved: deploy side-effect is explicitly nonblocking; image publish remains required.
core-qa approved these changes 2026-05-23 22:02:10 +00:00
core-qa left a comment
Member

Approved.

Approved.
core-security approved these changes 2026-05-23 22:02:10 +00:00
core-security left a comment
Member

Security approved: no new credential exposure; only job status semantics for deploy side-effect.

Security approved: no new credential exposure; only job status semantics for deploy side-effect.
core-security approved these changes 2026-05-23 22:02:11 +00:00
core-security left a comment
Member

Approved.

Approved.
hongming merged commit ef42e17224 into main 2026-05-23 22:40: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#1746