Skip to content

OCPBUGS-77917: PowerVS: Use short regions and provide a default resource group in survey#10369

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
AshwinHIBM:survey-shortregions
Apr 10, 2026
Merged

OCPBUGS-77917: PowerVS: Use short regions and provide a default resource group in survey#10369
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
AshwinHIBM:survey-shortregions

Conversation

@AshwinHIBM
Copy link
Copy Markdown
Contributor

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

@openshift-ci openshift-ci Bot requested review from mjturek and mkumatag March 7, 2026 15:46
@AshwinHIBM
Copy link
Copy Markdown
Contributor Author

/test e2e-powervs-capi-ovn

Comment thread pkg/asset/installconfig/powervs/session.go Outdated
Comment thread pkg/asset/installconfig/powervs/session.go
@AshwinHIBM AshwinHIBM force-pushed the survey-shortregions branch from 1e64b38 to 302e54c Compare March 8, 2026 11:16
@AshwinHIBM AshwinHIBM force-pushed the survey-shortregions branch from 302e54c to 96ce608 Compare March 9, 2026 04:38
@AshwinHIBM AshwinHIBM changed the title Power VS: Use short regions and provide a default resource group in survey OCPBUGS-77917: PowerVS: Use short regions and provide a default resource group in survey Mar 31, 2026
@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Mar 31, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@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
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

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

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.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 31, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (1)
  • do-not-merge/work-in-progress

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: b8395998-532e-4b76-b527-a6e8b20aa64e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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 and usage tips.

@AshwinHIBM
Copy link
Copy Markdown
Contributor Author

/verified by @AshwinHIBM

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Mar 31, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@AshwinHIBM: This PR has been marked as verified by @AshwinHIBM.

Details

In response to this:

/verified by @AshwinHIBM

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.

@mjturek
Copy link
Copy Markdown
Contributor

mjturek commented Mar 31, 2026

/lgtm

@mjturek
Copy link
Copy Markdown
Contributor

mjturek commented Mar 31, 2026

/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Mar 31, 2026
@mjturek
Copy link
Copy Markdown
Contributor

mjturek commented Mar 31, 2026

/approved

@mjturek
Copy link
Copy Markdown
Contributor

mjturek commented Apr 1, 2026

/test okd-scos-images

@mjturek
Copy link
Copy Markdown
Contributor

mjturek commented Apr 1, 2026

/approve

1 similar comment
@rna-afk
Copy link
Copy Markdown
Contributor

rna-afk commented Apr 9, 2026

/approve

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 9, 2026

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 9, 2026
sort.Strings(longRegions)
sort.Strings(shortRegions)

var regionTransform survey.Transformer = func(ans interface{}) interface{} {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this now since we moved to the short region?

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 4acb8b9 and 2 for PR HEAD 96ce608 in total

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Apr 9, 2026

@AshwinHIBM: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-powervs-capi-ovn 1e64b38 link false /test e2e-powervs-capi-ovn

Full PR test history. Your PR dashboard.

Details

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 kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 522ca80 and 1 for PR HEAD 96ce608 in total

@openshift-merge-bot openshift-merge-bot Bot merged commit 7454053 into openshift:main Apr 10, 2026
16 checks passed
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@AshwinHIBM: Jira Issue Verification Checks: Jira Issue OCPBUGS-77917
✔️ This pull request was pre-merge verified.
✔️ All associated pull requests have merged.
✔️ All associated, merged pull requests were pre-merge verified.

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. 🕓

Details

In response to this:

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

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.

@openshift-merge-robot
Copy link
Copy Markdown
Contributor

Fix included in release 4.22.0-0.nightly-2026-04-11-163821

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants