workflows: auto-deploy merged Renovate runner-image PRs to prod#641
Open
jeanschmidt wants to merge 1 commit into
Open
workflows: auto-deploy merged Renovate runner-image PRs to prod#641jeanschmidt wants to merge 1 commit into
jeanschmidt wants to merge 1 commit into
Conversation
This was referenced May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stack from ghstack (oldest at bottom):
Impact: new post-merge GitHub Actions workflow
Risk: medium
What
Adds
osdc-auto-update-deploy-prod.yml. When a Renovate-authoredrunner-image PR merges to main, this workflow re-validates the diff
and deploys the affected modules to the prod clusters (uw1 then ue2)
sequentially via the reusable
_osdc-deploy.yml.Why
Renovate-bumped runner images are useless until they land on the
prod clusters. We want that to happen automatically and predictably
once a human (or the autoapprover) merges the PR.
How
renovate/branch prefix — any mismatch is a no-op.osdc/scripts/validate-runner-bump.pyso a tampered/manually-edited merge cannot smuggle through.
just runner-image-modules <cluster>and passes them through
_osdc-deploy.yml's newmodulesinput.arc-cbr-production-uw1first, thenarc-cbr-production(ue2). Sequential so a uw1 failure halts the rollout.
Changes
.github/workflows/osdc-auto-update-deploy-prod.yml: new workflow.Notes
Depends on:
cluster-config.py runner-image-modules+justrecipes (earlier)._osdc-deploy.ymlmodulesinput (earlier).validate-runner-bump.py(earlier).Testing
Signed-off-by: Jean Schmidt contato@jschmidt.me