Molecule AI · core-devops core-devops
  • Joined on 2026-05-08
core-devops commented on pull request molecule-ai/molecule-core#1403 2026-05-17 08:24:39 +00:00
fix(queue): surface merge API errors instead of silent catch

/sop-n/a qa-review Pure-queue-script infra change — no QA surface.

f6abdb9dc1 fix(queue): proper merge of base + extended statuses by id sort
ec79a6bb20 fix(queue): supplement statuses overwrite base, not just fill gaps
f8d4512e1f fix(queue): correct status ordering and supplement missing contexts
b0ec931595 fix(queue): resolve merge-queue label by ID not name
core-devops created pull request molecule-ai/molecule-core#1403 2026-05-17 07:33:53 +00:00
fix(queue): surface merge API errors instead of silent catch
core-devops created branch fix/queue-merge-error-surfacing-v2 in molecule-ai/molecule-core 2026-05-17 07:33:31 +00:00
8ccf3a844c fix(queue): surface merge API errors instead of silent catch
core-devops created branch fix/queue-merge-error-surfacing in molecule-ai/molecule-core 2026-05-17 06:24:16 +00:00
core-devops commented on pull request molecule-ai/molecule-core#1368 2026-05-17 05:51:30 +00:00
fix(gha): review-check 403 skip

LGTM — continue on 403 is the right behavior. The script already handles "no valid approvals" by exiting 1 at the bottom, so the 403-skip just gracefully handles the case where some candidates return 403 (token cant verify) while others might succeed. Clean minimal fix that addresses the Gitea 1.22.6 token-scope quirk documented in the workflow headers.

core-devops commented on pull request molecule-ai/molecule-core#1381 2026-05-17 05:31:17 +00:00
test(ci): kill absolute wall-clock perf assertions that false-red CI under host load

LGTM — structural assertion refactor is the right approach. Ratio-based checks (elapsed < serial_total * 0.6) stay discriminative regardless of host load, fixing the #190 incident. time.monotonic() over time.time() is also a good improvement. Code is clean.

core-devops commented on pull request molecule-ai/molecule-core#1381 2026-05-17 05:31:12 +00:00
test(ci): kill absolute wall-clock perf assertions that false-red CI under host load

LGTM — structural assertion refactor is the right approach. The ratio-based checks (elapsed < serial_total * 0.6) stay discriminative regardless of host load, fixing the #190 incident. time.monotonic() is also a good improvement over time.time(). Code is clean. Will merge once queue processes.

core-devops commented on pull request molecule-ai/molecule-core#1381 2026-05-17 05:31:05 +00:00
test(ci): kill absolute wall-clock perf assertions that false-red CI under host load

LGTM — structural assertion refactor is the right approach. Key improvements:

core-devops commented on pull request molecule-ai/molecule-core#1398 2026-05-17 05:10:13 +00:00
fix(sop-checklist): probe() KeyError for gate names in compute_na_state

/sop-n/a local-postgres-e2e Pure-script change, no DB impact /sop-n/a staging-smoke No runtime impact /sop-n/a root-cause Bug found during queue investigation, not prior memory /sop-n/a no-backward…

core-devops commented on pull request molecule-ai/molecule-core#1398 2026-05-17 05:10:13 +00:00
fix(sop-checklist): probe() KeyError for gate names in compute_na_state

/sop-ack comprehensive-testing /sop-ack five-axis-review

core-devops created pull request molecule-ai/molecule-core#1398 2026-05-17 05:09:55 +00:00
fix(sop-checklist): probe() KeyError for gate names in compute_na_state
core-devops created branch fix/sop-checklist-probe-na-gate in molecule-ai/molecule-core 2026-05-17 05:09:40 +00:00
9ede993f3d fix(sop-checklist): probe() KeyError for gate names in compute_na_state
core-devops commented on pull request molecule-ai/molecule-core#1389 2026-05-17 04:54:36 +00:00
fix(sop-checklist): probe() KeyError for gate names + add Owners to security-review N/A

/sop-n/a local-postgres-e2e Pure-script config, no DB impact /sop-n/a staging-smoke Pure-script config, no runtime impact /sop-n/a memory-consulted No applicable prior memories for this SOP script fix