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 |
|
Scheduling tests matching the |
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 |
|
/test verify-hypershift-integration |
|
expect all tests with prefix |
|
Tests from second stage were triggered manually. Pipeline can be controlled only manually, until HEAD changes. Use command to trigger second stage. |
|
/retest |
|
@damdo: 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. |
|
Everything looks good here to me, thanks folks! /lgtm This is already held, but adding an additional comment for this to prevent this from merging until after branching to decrease instability risk for 5.0 branching. Feel free to remove the hold after branching activities have been completed. /hold |
|
@everettraven: This PR has been marked as verified by 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: everettraven, mfbonfigli 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
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