Skip to content

Fixed update workflow to be re-runnable#478

Merged
acburdine merged 1 commit into
masterfrom
fix/idempotent
Jul 24, 2026
Merged

Fixed update workflow to be re-runnable#478
acburdine merged 1 commit into
masterfrom
fix/idempotent

Conversation

@acburdine

Copy link
Copy Markdown
Member

no ref

  • if the official-images update fails, there's not a good way to re-run this workflow
  • update the official-images push part of the script to be idempotent so it can be re-ran on failure

no ref
- if the official-images update fails, there's not a good way to re-run this workflow
- update the official-images push part of the script to be idempotent so it can be re-ran on failure
@coderabbitai

coderabbitai Bot commented Jul 24, 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: c94682db-b20c-47b3-ac87-b7ce6ad8adcd

📥 Commits

Reviewing files that changed from the base of the PR and between e0307e3 and 68bcf32.

📒 Files selected for processing (1)
  • .github/workflows/update.yml

Walkthrough

The workflow now serializes shared update runs and checks out the current default-branch tip. Commit metadata is always computed, either from new versions.json changes or the latest related commit. Image tooling and official-images PR creation can run during retries, with fallback commit SHA handling. The PR flow force-recreates its branch and detects existing pull requests by URL.

Estimated code review effort: 3 (Moderate) | ~20 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: making the update workflow rerunnable.
Description check ✅ Passed The description matches the changeset by explaining the official-images update flow is being made rerunnable on failure.
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 fix/idempotent

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.

@acburdine
acburdine merged commit 6ee9d0f into master Jul 24, 2026
7 checks passed
@acburdine
acburdine deleted the fix/idempotent branch July 24, 2026 17:06
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