[ci] CI Failure Bot: run only on pull requests + OSError transient marker#627
[ci] CI Failure Bot: run only on pull requests + OSError transient marker#627nemesifier merged 2 commits intomasterfrom
Conversation
Detect flaky CI builds: ERROR: Could not install packages due to an OSError Related to #616
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
📜 Recent review details⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (13)
🧰 Additional context used🧠 Learnings (4)📓 Common learnings📚 Learning: 2026-03-05T14:23:55.528ZApplied to files:
📚 Learning: 2026-03-05T09:38:10.320ZApplied to files:
📚 Learning: 2026-03-05T09:59:22.581ZApplied to files:
🔇 Additional comments (3)
📝 WalkthroughWalkthroughThis pull request makes three related changes to the CI failure handling system. A new transient failure marker for OSError during package installation is added to the failure detection logic. The bot-ci-failure workflow and its documentation are updated to restrict the failure detection to pull request events specifically, by adding a guard condition to verify the event type is 'pull_request' in addition to checking for workflow failure conclusion. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Checklist
Reference to Existing Issue
Related to #161
Description of Changes
ERROR: Could not install packages due to an OSErrorCC @stktyagi