Don't skip storage tests on hypershift#80426
Conversation
* VolumeGroupSnapshots have been fixed in openshift/cluster-csi-snapshot-controller-operator#278 * NFS should "just work"
|
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 periodic job configuration for ChangesPeriodic Job Test Skip Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 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)
Comment |
|
/pj-rehearse |
|
@jsafrane: |
|
@jsafrane: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@jsafrane: 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jsafrane, mtulio 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 |
|
/assign @enxebre |
Summary by CodeRabbit
This PR removes previously necessary test skips from HyperShift's periodic conformance job configuration, enabling storage-related tests that were previously failing but have now been fixed.
What changed:
The
e2e-aws-conformance-ciliumperiodic job in the HyperShift 5.0 release configuration had itsTEST_SKIPSenvironment variable cleaned up. A large multi-line list of skipped tests—including tests for VolumeGroupSnapshots, NFS volumes, NetworkPolicy, and various networking features—was removed entirely.Why:
According to the PR description, VolumeGroupSnapshot functionality has been fixed upstream in the cluster CSI snapshot controller operator. NFS tests should now pass without requiring explicit skips. This allows these storage and networking conformance tests to run again as part of the regular test suite on HyperShift clusters.
Impact:
HyperShift's AWS periodic conformance tests will now exercise storage features (volume snapshots, NFS) and additional networking scenarios that were previously being skipped. This increases test coverage and validates that the fixes to the snapshot controller have resolved the issues that necessitated the skips in the first place.