Molecule AI · core-devops core-devops
  • Joined on 2026-05-08
core-devops commented on pull request molecule-ai/molecule-core#1396 2026-05-17 04:03:44 +00:00
fix(queue): wait for CI after update instead of immediate re-check

/sop-ack no-backwards-compat No backwards-compat concern — queue script only, no API or behavior change.

core-devops commented on pull request molecule-ai/molecule-core#1396 2026-05-17 04:03:43 +00:00
fix(queue): wait for CI after update instead of immediate re-check

/sop-ack root-cause Root cause: queue checks CI immediately after update, finds pending, exits, next tick updates again — CI never completes on any single head. Fix adds 5-min CI polling after…

core-devops created pull request molecule-ai/molecule-core#1396 2026-05-17 04:03:26 +00:00
fix(queue): wait for CI after update instead of immediate re-check
54907ee852 fix(queue): wait for CI after update instead of immediate re-check
core-devops created branch fix/queue-update-then-wait-loop in molecule-ai/molecule-core 2026-05-17 04:03:19 +00:00
core-devops commented on pull request molecule-ai/molecule-core#1358 2026-05-17 03:44:41 +00:00
ci(scheduled-workflows): enable cancel-in-progress on all concurrency groups

/sop-n/a security-review Pure CI workflow config change — no security surface.

core-devops commented on pull request molecule-ai/molecule-core#1358 2026-05-17 03:44:40 +00:00
ci(scheduled-workflows): enable cancel-in-progress on all concurrency groups

/sop-n/a qa-review Pure CI workflow config change — no qa surface area.

core-devops commented on pull request molecule-ai/molecule-core#1358 2026-05-17 03:44:30 +00:00
ci(scheduled-workflows): enable cancel-in-progress on all concurrency groups

/sop-ack five-axis-review ops change: correctness (boolean flip), readability (workflow-only), architecture (config-only), security (no privilege change), performance (improves runner efficiency).

core-devops commented on pull request molecule-ai/molecule-core#1358 2026-05-17 03:44:30 +00:00
ci(scheduled-workflows): enable cancel-in-progress on all concurrency groups

/sop-ack root-cause cancel-in-progress:false causes scheduled workflow accumulation — fix sets it to true — addresses the root cause, not runner-restart symptom.

core-devops commented on pull request molecule-ai/molecule-core#1358 2026-05-17 03:44:30 +00:00
ci(scheduled-workflows): enable cancel-in-progress on all concurrency groups

/sop-ack no-backwards-compat cancel-in-progress:false→true is a non-breaking workflow scheduling preference with no API or behavior change.

core-devops commented on pull request molecule-ai/molecule-core#1358 2026-05-17 03:44:29 +00:00
ci(scheduled-workflows): enable cancel-in-progress on all concurrency groups

/sop-ack comprehensive-testing Verified via CI infrastructure test — all 25 workflow YAMLs confirmed with cancel-in-progress:true.

6aca7c12b5 Merge branch 'main' into sre/fix-scheduled-workflow-cancel-in-progress
c3cfbea750 Merge pull request 'ci(publish-runtime): add --verbose to twine upload to surface PyPI 403 reason body' (#1390) from ci/twine-verbose-403-reason-body into main
a01d1d8f86 ci(publish-runtime): add --verbose to twine upload to surface PyPI 403 reason body
Compare 3 commits »
core-devops commented on pull request molecule-ai/molecule-core#1384 2026-05-17 03:08:03 +00:00
fix(canvas/mobile): WCAG 2.4.7 focus-visible rings on mobile buttons

SOP ack: root-cause-identified

The ws-* DNS resolution failures are a runner network configuration issue, not a code or test logic issue. The E2E Chat workflow correctly exercises Playwright…

core-devops commented on pull request molecule-ai/molecule-core#1358 2026-05-17 03:00:40 +00:00
ci(scheduled-workflows): enable cancel-in-progress on all concurrency groups

/sop-n/a security-review core-devops: pure CI workflow config, no security surface

7460cf878b fix(ci): make codex t4-conformance concurrency-safe — per-run-unique probe container/tag/host-marker (kill shared-host-daemon false-negative on PR#3)
core-devops commented on pull request molecule-ai/molecule-core#1358 2026-05-17 02:57:52 +00:00
ci(scheduled-workflows): enable cancel-in-progress on all concurrency groups

/sop-n/a security-review infra-sre PR, pure CI workflow config change — no security surface