-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🏃[e2e] enable all docker e2e tests for CI #2758
Conversation
Full e2e test is currently giving this error after creating the first upgraded machine: "failed to pick control plane Machine to mark for deletion" /hold until figuring out the issue with that. |
210288f
to
7f7b304
Compare
I am suspecting CAPD is missing out some changes that happened in other providers about adding machines to failure domains, so that when KCP is trying to pick a machine to delete during upgrade here: cluster-api/controlplane/kubeadm/controllers/kubeadm_control_plane_controller.go Line 516 in ba22259
getting this error: |
can we merge this? @vincepri @wfernandes |
/hold cancel |
/lgtm |
might want to rebase to see capd-e2e pass? |
Since this is removing the FOCUS, I'll run it locally and see if |
/lgtm cancel |
@wfernandes Can you post the error you are seeing in KCP when it fails on your local? |
/retest |
@sedefsavas I'm going to run |
/retest |
7f7b304
to
864e951
Compare
It is working with the latest changes. Do you think we can merge this? |
/retest |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sedefsavas, vincepri 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:
This PR enables an existing e2e test that does KCP upgrade for CI.
Also, timeout is increased as it takes longer than 3 minutes in local setups.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #2654