Uh oh!
There was an error while loading. Please reload this page.
SPLAT-2588: Promoting AWSServiceLBNetworkSecurityGroup on hypershift - #2838
Conversation
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
@mtulio: This pull request references SPLAT-2588 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. |
Hello @mtulio! Some important instructions when contributing to openshift/api: |
Skipping CI for Draft Pull Request. |
mtulio
commented
May 7, 2026
/test ? |
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThe PR enables the AWSServiceLBNetworkSecurityGroup feature for Hypershift Default and OKD. Features/features.go consolidates the feature's enable condition into a single call covering default, OKD, and both tech/dev preview no-upgrade profiles. The Hypershift Default and OKD FeatureGate manifests remove the gate from disabled lists and add it to enabled lists. The features.md documentation table reorders rows and marks AWSServiceLBNetworkSecurityGroup as Enabled for both Hypershift variants. Suggested reviewers
🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
openshift-ci-robot
commented
May 7, 2026
@mtulio: No Jira issue is referenced in the title of this pull request. 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. |
mtulio
commented
May 7, 2026
/test e2e-aws-ovn-hypershift |
1 similar comment
mtulio
commented
May 7, 2026
/test e2e-aws-ovn-hypershift |
mtulio
commented
May 11, 2026
/test e2e-aws-ovn-hypershift-conformance |
mtulio
commented
May 11, 2026
/test e2e-aws-ovn-hypershift |
mtulio
commented
May 11, 2026
/test all |
879a92c to
c5a5725Comparec5a5725 to
c12aee7Comparemtulio
commented
May 12, 2026
/test all |
mtulio
commented
May 13, 2026
/test e2e-aws-ovn-hypershift-conformance |
mtulio
commented
Jun 5, 2026
/test e2e-aws-ovn-hypershift-conformance |
c12aee7 to
381c126Comparemtulio
commented
Jun 10, 2026
/test verify-feature-promotion |
Hypershift feature has been implemente without gate validation as it is already GA on self-managed by PR openshift/hypershift#7460
mtulio
commented
Jun 25, 2026
/test e2e-aws-ovn |
mtulio
commented
Jun 25, 2026
many test failures in the e2e-aws-ovn-hypershift-conformance that is unrelated with this PR, all Triggering again: /test e2e-aws-ovn-hypershift-conformance |
mtulio
commented
Jun 25, 2026
/retest-required |
mtulio
commented
Jun 26, 2026
Test Failure Summary for PR #2838Job 1: |
mtulio
commented
Jun 26, 2026
/test e2e-gcp |
Hey @JoelSpeed , can we skip e2e-gcp, looking the history it seems pretty unstable and unrelated to this change |
mtulio
commented
Jun 26, 2026
/test e2e-gcp |
1 similar comment
mtulio
commented
Jun 26, 2026
/test e2e-gcp |
Update e2e-aws-ovn-conformance-techpreview job to get more runs required to promote API PR openshift/api#2838 This will be reverted to weekly once we have enough runs.
/hold Revision fd7d48b was retested 3 times: holding |
mtulio
commented
Jun 26, 2026
This is a permanent failure. Waiting Bryce to revert it per Slack discussion. |
mtulio
commented
Jun 26, 2026
/test e2e-gcp |
@mtulio: 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. |
Uh oh!
There was an error while loading. Please reload this page.
Update e2e-aws-ovn-conformance-techpreview job to get more runs required to promote API PR openshift/api#2838 This will be reverted to weekly once we have enough runs.
Update e2e-aws-ovn-conformance-techpreview job to get more runs required to promote API PR openshift/api#2838 This will be reverted to weekly once we have enough runs.
Update e2e-aws-ovn-conformance-techpreview job to get more runs required to promote API PR openshift/api#2838 This will be reverted to weekly once we have enough runs.
Update e2e-aws-ovn-conformance-techpreview job to get more runs required to promote API PR openshift/api#2838 This will be reverted to weekly once we have enough runs.
Update e2e-aws-ovn-conformance-techpreview job to get more runs required to promote API PR openshift/api#2838 This will be reverted to weekly once we have enough runs.
Promotes the
AWSServiceLBNetworkSecurityGroupfeature gate to Default on Hypershift cluster profiles.This feature was already GA on SelfManaged (enabled in Default) and was gated behind TechPreviewNoUpgrade on Hypershift.
Hypershift implementation: hypershift/pull/7460