SPLAT-2588: Promoting AWSServiceLBNetworkSecurityGroup on hypershift#2838
SPLAT-2588: Promoting AWSServiceLBNetworkSecurityGroup on hypershift#2838mtulio wants to merge 1 commit into
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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
|
/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
|
@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. |
381c126 to
fd7d48b
Compare
|
PR rebased after hypershift check fix #2899 |
|
/test all |
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.
|
Checking why local check[1] diverges from CI[2]: [1] local check |
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.
|
/test verify-feature-promotion |
This was resolved today 🤷🏽♂️ I also took two actions targeting to increase test counters:
Locally is still reporting 12 runs. I will trigger CI job again: /test verify-feature-promotion |
|
Local tests are reporting now sufficient tests /test verify-feature-promotion |
|
/test ? |
|
/test e2e-aws-ovn-hypershift-conformance |
|
@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. |
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