OCPBUGS-105409: chore: remove AWSServiceLBNetworkSecurityGroup feature gate - #2974
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Skipping CI for Draft Pull Request. |
|
Hello @damdo! Some important instructions when contributing to openshift/api: |
📝 WalkthroughWalkthroughRemoved the 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/assign @mtulio @mfbonfigli |
|
/hold depends on openshift/cluster-cloud-controller-manager-operator#500 merging first |
PR Summary by QodoRemove AWSServiceLBNetworkSecurityGroup feature gate
AI Description
Diagram
High-Level Assessment
Files changed (11)
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can group findings by type and pick your Finding display, from Minimal to Full |
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mfbonfigli 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 |
|
Scheduling tests matching the |
|
New changes are detected. LGTM label has been removed. |
The AWSServiceLBNetworkSecurityGroup feature gate has been enabled by default across all profiles and feature sets, making it redundant. Remove the gate definition and regenerate payload manifests.
8c88df5 to
f89b3ce
Compare
|
@damdo: This pull request references Jira Issue OCPBUGS-105409, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/pipeline auto |
|
Pipeline controller notification The |
|
/assign @everettraven |
|
Scheduling tests matching the |
|
@damdo: 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. |
|
/test verify-hypershift-integration |
|
expect all tests with prefix |
Summary
AWSServiceLBNetworkSecurityGroupfeature gate fromfeatures/features.go— it has been enabled by default across all profiles and feature sets and is no longer neededfeaturegate-test-analyzer_test.goto use a different AWS gate (AWSClusterHostedDNS)Test plan
make test-unitpasses (includingTestOKDHasAllDefaultFeatureGates)hack/verify-payload-featuregates.shpassesAWSServiceLBNetworkSecurityGroupin the codebase