OCPBUGS-77917: PowerVS: Use short regions and provide a default resource group in survey#10369
Conversation
|
/test e2e-powervs-capi-ovn |
1e64b38 to
302e54c
Compare
302e54c to
96ce608
Compare
|
@AshwinHIBM: This pull request references Jira Issue OCPBUGS-77917, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro 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)
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. Comment |
|
/verified by @AshwinHIBM |
|
@AshwinHIBM: This PR has been marked as verified by DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm |
|
/approve |
|
/approved |
|
/test okd-scos-images |
|
/approve |
1 similar comment
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mjturek, rna-afk 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 |
| sort.Strings(longRegions) | ||
| sort.Strings(shortRegions) | ||
|
|
||
| var regionTransform survey.Transformer = func(ans interface{}) interface{} { |
There was a problem hiding this comment.
Do we need this now since we moved to the short region?
|
@AshwinHIBM: The following test failed, say
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. |
|
@AshwinHIBM: Jira Issue Verification Checks: Jira Issue OCPBUGS-77917 Jira Issue OCPBUGS-77917 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Fix included in release 4.22.0-0.nightly-2026-04-11-163821 |
Provide default region and resource groups that are a part of the options presented to the user during the survey. This is required because it is expected that the default option is a part of the list of options as per https://github.com/AlecAivazis/survey/blob/master/select.go#L232:L238