Added csi-external-snapshotter tests for hypershift#80417
Conversation
|
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 (4)
WalkthroughThis PR adds HyperShift AWS E2E test support to the CSI external snapshotter OpenShift CI configurations. It introduces a ChangesHyperShift Test Configuration Across All Branches
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~4 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 |
|
/test generated-config |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
b548532 to
9365957
Compare
|
[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: |
|
/pj-rehearse pull-ci-openshift-csi-external-snapshotter-master-e2e-aws-csi |
|
@rvagner78: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse |
|
@rvagner78: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/retest |
|
/pj-rehearse pull-ci-openshift-csi-external-snapshotter-release-4.23-hypershift-aws-e2e-external |
|
@rvagner78: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
@jsafrane: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsafrane, rvagner78 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 |
|
@rvagner78: 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. |
db90237
into
openshift:main
Summary by CodeRabbit
This PR extends the OpenShift CI pipeline for the
csi-external-snapshottercomponent to include HyperShift testing capabilities across multiple release branches.What's changing:
The PR adds HyperShift test infrastructure to four CI configuration files:
openshift-csi-external-snapshotter-master.yaml(development branch)openshift-csi-external-snapshotter-release-4.23.yamlopenshift-csi-external-snapshotter-release-5.0.yamlopenshift-csi-external-snapshotter-release-5.1.yamlChanges in each file:
Each configuration file receives the same additions:
hypershift-tests(sourced from thehypershiftnamespace withlatesttag)hypershift-aws-e2e-externalthat runs against thehypershift-awscluster profile using thehypershift-aws-e2e-externalworkflowPractical impact:
This enables automated testing of the CSI external snapshotter component in HyperShift environments (where OpenShift control planes run as workloads on hosting clusters), ensuring the snapshotter functionality works correctly across both standard OpenShift deployments and HyperShift configurations. The changes are consistent across all supported release branches, ensuring uniform testing coverage.