[DO NOT MERGE] Test e2e-kubevirt-aws-ovn-gpu with hypershift-aws profile#80145
[DO NOT MERGE] Test e2e-kubevirt-aws-ovn-gpu with hypershift-aws profile#80145rutvik23 wants to merge 1 commit into
Conversation
|
Skipping CI for Draft Pull Request. |
|
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 ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThis PR updates one periodic test step: the e2e-kubevirt-aws-ovn-gpu test switches its ChangesPeriodic test configuration update
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rutvik23 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/hold |
|
/pj-rehearse periodic-ci-openshift-hypershift-release-4.22-periodics-mce-e2e-kubevirt-aws-ovn-gpu |
|
@rutvik23: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
…file Testing credential fix for OCPBUGS-86964 by switching from aws-kubevirt to hypershift-aws cluster profile."
da76496 to
96173d4
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/test generated-config |
|
@rutvik23: 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. |
|
/pj-rehearse periodic-ci-openshift-hypershift-release-4.22-periodics-mce-e2e-kubevirt-aws-ovn-gpu |
|
@rutvik23: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/uncc |
Summary by CodeRabbit
This PR updates OpenShift CI configuration to test a credential fix for OCPBUGS-86964 by running the e2e-kubevirt-aws-ovn-gpu periodic job against HyperShift AWS infrastructure. Concretely, in ci-operator/config/openshift/hypershift/openshift-hypershift-release-4.22__periodics-mce.yaml the job's cluster_profile is changed from aws-kubevirt to hypershift-aws. The job's dependency overrides (OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE and RELEASE_IMAGE_LATEST) remain pointed at release:stable-latest, and a custom BASE_DOMAIN environment setting was removed so the hypershift-aws profile defaults are used. This change is specific to the 4.22 HyperShift periodic; older release streams continue to use the aws-kubevirt profile. The PR is marked with a hold and is intended for testing.