2026.1: Purge references to RL9 from GH workflow files - #2458
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In @.github/workflows/update-overcloud-host-image-tags.yml:
- Line 54: Update the checkout step in the workflow to use the invoking branch
via github.ref_name instead of the hardcoded stackhpc/2025.1 ref, while leaving
the generated branch name based on the existing image-tag inputs unchanged.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 90c47f14-0403-428c-858d-d09e8fdd7d3f
📒 Files selected for processing (13)
.github/workflows/ipa-image-build.yml.github/workflows/ipa-image-promote.yml.github/workflows/overcloud-host-image-build.yml.github/workflows/overcloud-host-image-promote.yml.github/workflows/overcloud-host-image-upload.yml.github/workflows/package-build-ofed.yml.github/workflows/stackhpc-build-kayobe-image.yml.github/workflows/stackhpc-container-image-build.yml.github/workflows/stackhpc-multinode.yml.github/workflows/stackhpc-update-kolla.yml.github/workflows/trigger-overcloud-host-image-build.yml.github/workflows/update-dependencies.yml.github/workflows/update-overcloud-host-image-tags.yml
Removes all references to RL9 from GitHub workflow files in the repo, and where appropriate, replaces them with RL10
9716ecb to
00d13ae
Compare
Removes all references to RL9 from GitHub workflow files in the repo, and where appropriate, replaces them with RL10
I also removed a few 2025.1 references while I was there, but that's largely out of scope for this PR. I'll go through again in the future to check them properly
Summary by CodeRabbit
New Features
Changes