fix(ci): move all-required to meta runner lane #1766

Merged
hongming merged 1 commits from fix/ci-all-required-bookkeeping into main 2026-05-24 04:26:24 +00:00
Owner

What

  • Move molecule-core CI / all-required off ubuntu-latest and onto the dedicated ci-meta runner lane.
  • Add a regression test that asserts the sentinel stays independent (no needs) and stays on ci-meta.

Why

The independent polling sentinel can run for up to 45 minutes. When it runs on the general pool, it occupies a runner while waiting for Platform/Canvas/Shellcheck jobs that need that same pool, causing self-starvation under backlog.

Verification

  • python3 .gitea/scripts/lint-workflow-yaml.py
  • python3 -m pytest -q .gitea/scripts/tests/test_ci_workflow_bookkeeping.py
  • Live prereq: molecule-runner-ci-meta-1/2 registered with ci-meta label on the operator host.
## What - Move molecule-core `CI / all-required` off `ubuntu-latest` and onto the dedicated `ci-meta` runner lane. - Add a regression test that asserts the sentinel stays independent (`no needs`) and stays on `ci-meta`. ## Why The independent polling sentinel can run for up to 45 minutes. When it runs on the general pool, it occupies a runner while waiting for Platform/Canvas/Shellcheck jobs that need that same pool, causing self-starvation under backlog. ## Verification - `python3 .gitea/scripts/lint-workflow-yaml.py` - `python3 -m pytest -q .gitea/scripts/tests/test_ci_workflow_bookkeeping.py` - Live prereq: `molecule-runner-ci-meta-1/2` registered with `ci-meta` label on the operator host.
hongming added 1 commit 2026-05-24 03:10:04 +00:00
fix(ci): move all-required to meta runner lane
Block internal-flavored paths / Block forbidden paths (pull_request) Waiting to run
ci-arm64-advisory / fast-checks (pull_request) Waiting to run
CI / Detect changes (pull_request) Waiting to run
CI / Python Lint & Test (pull_request) Waiting to run
E2E API Smoke Test / detect-changes (pull_request) Waiting to run
E2E API Smoke Test / E2E API Smoke Test (pull_request) Blocked by required conditions
E2E Chat / detect-changes (pull_request) Waiting to run
E2E Chat / E2E Chat (pull_request) Blocked by required conditions
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Waiting to run
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Blocked by required conditions
Handlers Postgres Integration / detect-changes (pull_request) Waiting to run
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Blocked by required conditions
lint-continue-on-error-tracking / lint-continue-on-error-tracking (pull_request) Waiting to run
Lint curl status-code capture / Scan workflows for curl status-capture pollution (pull_request) Waiting to run
Lint forbidden tenant-env keys / Scan workspace_secrets writers for forbidden env keys (pull_request) Waiting to run
lint-mask-pr-atomicity / lint-mask-pr-atomicity (pull_request) Waiting to run
Lint no tenant GITEA or GITHUB token write / Scan for repo-host token write into tenant workspace surface (pull_request) Waiting to run
Lint pre-flip continue-on-error / Verify continue-on-error flips have run-log proof (pull_request) Waiting to run
lint-required-context-exists-in-bp / lint-required-context-exists-in-bp (pull_request) Waiting to run
lint-required-no-paths / lint-required-no-paths (pull_request) Waiting to run
lint-required-workflows-docker-host-pinned / Lint docker-host pin on docker-touching workflows (pull_request) Waiting to run
Lint workflow YAML (Gitea-1.22.6-hostile shapes) / Lint workflow YAML for Gitea-1.22.6-hostile shapes (pull_request) Waiting to run
Secret scan / Scan diff for credential-shaped strings (pull_request) Waiting to run
Ops Scripts Tests / Ops scripts (unittest) (pull_request) Waiting to run
gate-check-v3 / gate-check (pull_request) Waiting to run
qa-review / approved (pull_request) Waiting to run
security-review / approved (pull_request) Waiting to run
sop-checklist / all-items-acked (pull_request) Waiting to run
sop-checklist / review-refire (pull_request) Waiting to run
sop-tier-check / tier-check (pull_request) Waiting to run
Lint shellcheck (arm64 pilot) / shellcheck-arm64 (pilot) (pull_request) Successful in 10s
CI / all-required (pull_request) Failing after 19m8s
CI / Platform (Go) (pull_request) Has been cancelled
CI / Canvas (Next.js) (pull_request) Has been cancelled
CI / Shellcheck (E2E scripts) (pull_request) Has been cancelled
CI / Canvas Deploy Reminder (pull_request) Has been cancelled
b8eee95e61
app-fe force-pushed fix/ci-all-required-bookkeeping from b8eee95e61 to d5ea3f6265 2026-05-24 03:16:07 +00:00 Compare
app-fe force-pushed fix/ci-all-required-bookkeeping from d5ea3f6265 to 7da843f2fa 2026-05-24 03:55:10 +00:00 Compare
agent-dev-b approved these changes 2026-05-24 04:22:05 +00:00
Dismissed
agent-dev-b left a comment
Member

Approved. Routine CI/doc cleanup — no behavioral concerns.

Approved. Routine CI/doc cleanup — no behavioral concerns.
agent-dev-b approved these changes 2026-05-24 04:22:18 +00:00
agent-dev-b left a comment
Member

Approved. Routine CI/doc change — no behavioral concerns.

Approved. Routine CI/doc change — no behavioral concerns.
core-devops approved these changes 2026-05-24 04:26:07 +00:00
core-devops left a comment
Member

Approving CI bookkeeping fix after review: all-required moved to ci-meta-only lane, path-scoped sentinel avoids Gitea blocked-condition pending contexts, local tests pass, live CI all-required succeeded on ci-meta.

Approving CI bookkeeping fix after review: all-required moved to ci-meta-only lane, path-scoped sentinel avoids Gitea blocked-condition pending contexts, local tests pass, live CI all-required succeeded on ci-meta.
infra-sre approved these changes 2026-05-24 04:26:08 +00:00
infra-sre left a comment
Member

Approving CI bookkeeping fix after review: all-required moved to ci-meta-only lane, path-scoped sentinel avoids Gitea blocked-condition pending contexts, local tests pass, live CI all-required succeeded on ci-meta.

Approving CI bookkeeping fix after review: all-required moved to ci-meta-only lane, path-scoped sentinel avoids Gitea blocked-condition pending contexts, local tests pass, live CI all-required succeeded on ci-meta.
hongming merged commit 50720fb84a into main 2026-05-24 04:26:24 +00:00
Sign in to join this conversation.
5 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#1766