ROSAENG-61050: Skip NLB AWSServiceLBNetworkSecurityGroup conformance tests - #81349
Conversation
…A HCP conformance
|
@dustman9000: This pull request references ROSAENG-61050 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
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. |
WalkthroughA new test skip entry, AWSServiceLBNetworkSecurityGroup, is appended to the TEST_SKIPS list within the rosa-aws-hcp-conformance workflow YAML configuration file. No other workflow logic is modified. ChangesConformance Test Skip Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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: |
|
/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-e2e-rosa-hcp-ovn |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@dustman9000: 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 ack |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
@bmeng: 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: bmeng, dustman9000 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 |
52c46a6
into
openshift:main
…A HCP conformance (openshift#81349)
…A HCP conformance (openshift#81349)
…A HCP conformance (openshift#81349)
Summary
Skip all
[OCPFeatureGate:AWSServiceLBNetworkSecurityGroup]NLB conformance tests on ROSA HCP. These 6 tests fail because ROSA HCP uses NLB provisioned by the cluster infrastructure, not by the cloud-provider-aws controller, so the SecurityGroup feature gate tests are not applicable.Adds
AWSServiceLBNetworkSecurityGroupas a substring match toTEST_SKIPSin therosa-aws-hcp-conformanceworkflow.Jira: https://redhat.atlassian.net/browse/ROSAENG-61050
Summary by CodeRabbit
This update adjusts the
rosa-aws-hcp-conformanceCI workflow for ROSA HCP by skipping all conformance tests tagged withAWSServiceLBNetworkSecurityGroup. In practical terms, this prevents the OpenShift CI job from running NLB SecurityGroup feature-gate tests that are not applicable to ROSA HCP, since its NLBs are provisioned by cluster infrastructure rather than thecloud-provider-awscontroller.A Jira reference for ROSAENG-61050 is included.