Skip to content

ci: raise stall-recovery retry budget back to 10 attempts - #39

Merged
igorpecovnik merged 1 commit into
mainfrom
bump-retry-budget-10
Aug 2, 2026
Merged

ci: raise stall-recovery retry budget back to 10 attempts#39
igorpecovnik merged 1 commit into
mainfrom
bump-retry-budget-10

Conversation

@igorpecovnik

Copy link
Copy Markdown
Member

Restores the auto-retry watchdog budget from run_attempt < 5 back to run_attempt < 10 in auto-retry-stalled.yml (condition + comment).

Runner stalls come in bursts, so a mostly-green build run gets up to 10 re-run attempts to recover before being left red; a genuine failure still surfaces once the budget is spent.

The auto-retry watchdog re-runs failed jobs of a stalled build run while the
retry budget lasts. Runner stalls come in bursts, so restore the budget from 5
back to 10 attempts (run_attempt < 10) to give a mostly-green run more chances
to recover before it is left red.

Signed-off-by: Igor Pecovnik <igor@armbian.com>
@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 418f7910-aa8a-4b0f-a9c7-4e3b35a186fc

📥 Commits

Reviewing files that changed from the base of the PR and between 1db5952 and e152895.

📒 Files selected for processing (1)
  • .github/workflows/auto-retry-stalled.yml

Walkthrough

The stalled workflow now documents a limit of 10 automatic retry attempts. Its job condition permits retries while run_attempt < 10. Manual dispatch behavior remains unchanged.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly states that the CI stall-recovery retry budget increases to 10 attempts.
Description check ✅ Passed The description accurately explains the retry-budget change, affected condition, and recovery behavior.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bump-retry-budget-10

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@igorpecovnik
igorpecovnik merged commit 6bf725c into main Aug 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant