Skip cloud-provider-aws NLB BYO Security Group and InPlace Resize Container tests on ROSA HCP - #83473
Conversation
…tainer tests on ROSA HCP These tests are not supported on ROSA HCP because: - AWSServiceLBNetworkSecurityGroup feature gate is not yet supported on ROSA HCP (SPLAT-2353) - cloud-provider-aws-e2e NLB BYO SG tests require IMDS credentials unavailable in HCP - InPlacePodVerticalScaling is not supported on HyperShift-managed clusters Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
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: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughThe ROSA AWS HCP conformance workflow adds skip patterns for two AWS security-group tests and the InPlace Resize Container test. ChangesROSA AWS HCP conformance
Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to This localized workflow update changes which unsupported ROSA HCP tests are skipped; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (14 passed)
✨ 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 |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@redhat-chai-bot: 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 |
|
@dustman9000: 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: dustman9000, redhat-chai-bot 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 |
Summary
Add missing skip patterns to the ROSA HCP conformance workflow for tests that are not supported on ROSA HCP.
Details
The
periodic-ci-openshift-release-main-nightly-5.0-e2e-rosa-hcp-ovnjob has a 0% pass rate over the last 7 days (0/7 runs passed). Three of the seven blocking failures arecloud-provider-aws-e2eNLB BYO Security Group tests that consistently fail with:PR #81349 (merged July 15) added
AWSServiceLBNetworkSecurityGroupas a skip pattern, but that only matches tests tagged with the feature gate annotation — it does not match thecloud-provider-aws-e2eNLB BYO tests, which use different test names.This PR adds the missing skip patterns:
cloud-provider-aws-e2e.*BYO.*Security Group— matches "NLB created with BYO Security Group" testcloud-provider-aws-e2e.*transition from.*SG— matches "NLB should transition from BYO SG to Managed Security Group" and "NLB should transition from Managed SG to BYO Security Group" testsInPlace Resize Container— InPlacePodVerticalScaling is not supported on HyperShift-managed clustersWhy these tests must be skipped
AWSServiceLBNetworkSecurityGroupfeature gate is not yet supported on ROSA HCP (SPLAT-2353 / SPLAT-2137)cloud-provider-aws-e2eNLB BYO SG tests require EC2 IMDS credentials that are unavailable in the ROSA HCP IAM modelInPlacePodVerticalScalingis not supported on HyperShift-managed clustersRelated
AI-generated. Review for accuracy.
@dustman9000 requested in Slack thread
Summary by CodeRabbit
The ROSA HCP OVN conformance workflow now skips unsupported AWS load balancer security group tests and
InPlace Resize Containertests. This prevents known failures caused by unavailable EC2 IMDS credentials, unsupported AWS security group features, and missingInPlacePodVerticalScalingsupport on HyperShift-managed clusters.