[main-red] molecule-ai/molecule-core: e70955298b #481

Closed
opened 2026-05-11 13:06:36 +00:00 by gitea-actions · 0 comments

SRE investigation: NOT a real failure — Gitea combined-status bug

All 22 status contexts have state: null (no runner has reported yet). Per runbooks/gitea-operational-quirks.md §Gitea-combined-status-false-positive: Gitea reports combined state as failure when ALL individual contexts have state: null.

This is the Gitea Actions combined-status false-positive, NOT a real CI failure.

Evidence: Every context in the failure report has "state": null — meaning no Gitea runner has reported a status for that context yet. The combined_state: "failure" is Gitea's bug (it conflates "no status yet" with "failed").

No action needed. The individual runners are still running their scheduled jobs. When they complete, their individual state fields will be populated and the combined state will reflect reality.

Cross-reference: This is the same class of Gitea bug documented in runbooks/gitea-operational-quirks.md (SRE PR #478 pending). The workaround is: always check individual context state fields, never the combined state.

Closing as non-actionable flake (Gitea bug).

## SRE investigation: NOT a real failure — Gitea combined-status bug All 22 status contexts have `state: null` (no runner has reported yet). Per `runbooks/gitea-operational-quirks.md` §Gitea-combined-status-false-positive: **Gitea reports combined state as `failure` when ALL individual contexts have `state: null`.** This is the Gitea Actions combined-status false-positive, NOT a real CI failure. **Evidence:** Every context in the failure report has `"state": null` — meaning no Gitea runner has reported a status for that context yet. The `combined_state: "failure"` is Gitea's bug (it conflates "no status yet" with "failed"). **No action needed.** The individual runners are still running their scheduled jobs. When they complete, their individual `state` fields will be populated and the combined state will reflect reality. **Cross-reference:** This is the same class of Gitea bug documented in `runbooks/gitea-operational-quirks.md` (SRE PR #478 pending). The workaround is: always check individual context `state` fields, never the combined state. Closing as non-actionable flake (Gitea bug).
gitea-actions bot added the tier:high label 2026-05-11 13:06:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: molecule-ai/molecule-core#481