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. |
|
/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 |
|
@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. |
|
/test e2e-aws-ovn-hypershift |
1 similar comment
|
/test e2e-aws-ovn-hypershift |
|
/test e2e-aws-ovn-hypershift-conformance |
|
/test e2e-aws-ovn-hypershift |
|
/test all |
879a92c to
c5a5725
Compare
c5a5725 to
c12aee7
Compare
|
/test all |
|
/test e2e-aws-ovn-hypershift-conformance |
|
/test e2e-aws-ovn-hypershift-conformance |
c12aee7 to
381c126
Compare
|
/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
|
Tests from second stage were triggered manually. Pipeline can be controlled only manually, until HEAD changes. Use command to trigger second stage. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed 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 |
|
/test e2e-aws-ovn |
|
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 |
|
/retest-required |
Test Failure Summary for PR #2838Job 1:
|
|
/test e2e-gcp |
|
Hey @JoelSpeed , can we skip e2e-gcp, looking the history it seems pretty unstable and unrelated to this change |
|
/test e2e-gcp |
1 similar comment
|
/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 |
|
This is a permanent failure. Waiting Bryce to revert it per Slack discussion. |
|
/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. |
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