Uh oh!
There was an error while loading. Please reload this page.
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 |
damdo
commented
Aug 11, 2026
/assign @mtulio@mfbonfigli |
damdo
commented
Aug 11, 2026
/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 |
damdo
commented
Aug 11, 2026
/retest |
Uh oh!
There was an error while loading. Please reload this page.
mfbonfigli
commented
Aug 11, 2026
/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
f89b3ceComparedamdo
commented
Aug 11, 2026
/pipeline auto |
Pipeline controller notification The |
damdo
commented
Aug 11, 2026
/assign @everettraven |
Scheduling tests matching the |
mtulio
commented
Aug 11, 2026
/test verify-hypershift-integration |
mtulio
commented
Aug 11, 2026
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. |
damdo
commented
Aug 12, 2026
/retest |
everettraven
commented
Aug 12, 2026
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 |
openshift-ci-robot
commented
Aug 12, 2026
@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 |
everettraven
commented
Aug 17, 2026
Branching is done, removing the hold. /hold cancel |
everettraven
commented
Aug 17, 2026
/jira refresh |
openshift-ci-robot
commented
Aug 17, 2026
@everettraven: This pull request references Jira Issue OCPBUGS-105409, which is invalid:
Comment 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. |
JoelSpeed
commented
Aug 18, 2026
/jira refresh |
openshift-ci-robot
commented
Aug 18, 2026
@JoelSpeed: This pull request references Jira Issue OCPBUGS-105409, which is valid. 3 validation(s) were run on this bug
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. |
Scheduling tests matching the |
fea75cc
into
openshift:masterUh oh!
There was an error while loading. Please reload this page.
openshift-ci-robot
commented
Aug 18, 2026
@damdo: Jira Issue Verification Checks: Jira Issue OCPBUGS-105409 Jira Issue OCPBUGS-105409 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 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. |
openshift-merge-robot
commented
Aug 19, 2026
Fix included in release 5.1.0-0.nightly-2026-08-18-233908 |
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