fix(mce-must-gather): add OCP 5.0 mapping and fix unbound variable bug - #82667
Conversation
Fix OCP_VERSION_FOR_ACM typo causing unbound variable error and add missing OCP 5.0 → ACM 5.0 mapping with a fallback for unknown versions.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThe MCE must-gather script maps OCP 5.0 to ACM 5.0 and changes unmapped OCP-version handling to log the detected version and use ACM 2.17. ChangesMCE must-gather version selection
Estimated code review effort: 2 (Simple) | ~5 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
A total of 38 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@dfrazzette @danalanerh @chaclark1974 @amp-rh @danalanerh Hello, could anyone please tag this? I extracted this from #81194 where I couldn't reach approvers. So, I'm pining a wider list now. Thanks |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: etirta, mgencur The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/pj-rehearse ack This was previously tested in #81194 |
|
@mgencur: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@mgencur: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Fix OCP_VERSION_FOR_ACM typo causing unbound variable error and add missing OCP 5.0 → ACM 5.0 mapping with a fallback for unknown versions.
Summary by CodeRabbit
Updates MCE must-gather version detection to fix the
OCP_VERSION_FOR_ACMvariable typo, add OCP 5.0 → ACM 5.0 support, and default unknown OCP versions to ACM 2.17 with a warning.