SPLAT-2718: Promote VSphereMixedNodeEnv to GA#2798
SPLAT-2718: Promote VSphereMixedNodeEnv to GA#2798vr4manta wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
Hello @vr4manta! Some important instructions when contributing to openshift/api: |
|
@vr4manta: This pull request references SPLAT-2718 which is a valid jira issue. 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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
🚧 Files skipped from review as they are similar to previous changes (4)
📝 WalkthroughWalkthroughThe PR moves the ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.11.4)Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented Comment |
|
[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 |
Review Summary by QodoPromote VSphereMixedNodeEnv feature gate to GA
WalkthroughsDescription• Promote VSphereMixedNodeEnv feature gate to GA • Enable feature by default across all cluster topologies • Update feature gate manifests and documentation • Fix code formatting and add API documentation Diagramflowchart LR
A["VSphereMixedNodeEnv<br/>Tech Preview"] -->|"Add inDefault()"| B["VSphereMixedNodeEnv<br/>GA Enabled"]
B -->|"Update manifests"| C["Feature Gate<br/>Manifests Updated"]
B -->|"Update docs"| D["Documentation<br/>Reflects GA Status"]
File Changes1. features/features.go
|
Code Review by Qodo
|
|
@vr4manta: The following test failed, say
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. |
| @@ -797,7 +797,7 @@ var ( | |||
| contactPerson("vr4manta"). | |||
| productScope(ocpSpecific). | |||
| enhancementPR("https://github.com/openshift/enhancements/pull/1772"). | |||
There was a problem hiding this comment.
The enhancement PR associated with this feature gate looks to have been closed without merging. Is there a replacement that was successfully merged?
There was a problem hiding this comment.
I can reopen it and try to get merged. It seems to never get movement. I'll also make sure its up-to-date. Thanks for the reminder!
|
Looks like there is no testing being detected by the promotion verification check - are there tests implemented for this feature? |
@everettraven So we had CI jobs and no real useful way to create tests for this feature gate. I did notice the jobs were not updated when we started testing so I am fixing those now to be TP and run daily to get signal. Our CI jobs create a vSphere cluster and add a |
SPLAT-2718
Changes