-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add dashboard group for CAPV #36110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add dashboard group for CAPV #36110
Conversation
|
note that we got permission from SIG Testing only about CAPI core. |
5a79882 to
5dc2371
Compare
ACK, let's see what they think. |
a83f593 to
9f234a5
Compare
| cpu: "4000m" | ||
| memory: "6Gi" | ||
| limits: | ||
| cpu: "4000m" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's restore/keep: config/jobs/kubernetes-sigs/cluster-api-provider-vsphere/cluster-api-provider-vsphere-main-debug.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
| "conformance", | ||
| "minikube", | ||
| "cluster-api-core", | ||
| "cluster-api", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think cluster-api-core and cluster-api-provider-vsphere should be listed here separately
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a prefix check, it does not require an exact match
| @@ -0,0 +1,13 @@ | |||
| dashboard_groups: | |||
| - name: cluster-api-provider-vsphere | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if this name has to match the folder name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it does not matter, because it looks like the code is traversing the tree and collecting yaml.
I'm fine keeping this way or renaming it, as you prefer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Renamed
9f234a5 to
f228209
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: fabriziopandini 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 |
f228209 to
6b8b510
Compare
|
Thx! /lgtm |
This PR creates a new dashboard group for CAPV, like we recently did for CAPI
cc @neolit123 (thanks again for suggesting this approach)