-
Notifications
You must be signed in to change notification settings - Fork 295
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
🌱 Fill up supervisor e2e test - ClusterClass rollouts #3023
🌱 Fill up supervisor e2e test - ClusterClass rollouts #3023
Conversation
/test pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-main |
3a9ade6
to
8e8e1f8
Compare
/test pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-main |
Tests failed as CAPV will add an extra label I'm thinking we may need to update the CAPI E2E tests, to make it check if the machine contains the 4 required labels instead of using
|
I think we should look into how we can extend the core CAPI test spec to allow for validation of additional labels. (basically a CAPV func would validate the esxi-host label and then core CAPI all the other ones) |
As we need to extend the CAPI E2E , I just opened a CAPI issue for further discussion, and I think it's the same situation for annotations check. kubernetes-sigs/cluster-api#10715 |
8e8e1f8
to
39469dc
Compare
/test pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-main |
39469dc
to
479930e
Compare
/test pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-main |
For the above failures, I think it should be fixed in capie2e side when checking object annotations, please find more details here --> kubernetes-sigs/cluster-api#10839 |
Sounds good. Feel free to bump to CAPI main :D |
479930e
to
231d61e
Compare
Bumped CAPI version. |
/test pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-main |
Otherwise lgtm |
- Enable test "When testing ClusterClass rollouts" Signed-off-by: Gong Zhang <[email protected]>
231d61e
to
6117e27
Compare
/test pull-cluster-api-provider-vsphere-e2e-govmomi-conformance-ci-latest-main |
Thank you very much!! /lgtm |
LGTM label has been added. Git tree hash: cdcb76f7fffab270340eb698975b5a2f310d9802
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #2995