-
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
⚠️ Add MachinePool to e2e framework log collector #4575
⚠️ Add MachinePool to e2e framework log collector #4575
Conversation
/test |
@CecileRobertMichon: The
Use
In 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 kubernetes/test-infra repository. |
/test pull-cluster-api-e2e-full-main |
2 similar comments
/test pull-cluster-api-e2e-full-main |
/test pull-cluster-api-e2e-full-main |
91a58bc
to
38d52bf
Compare
/test pull-cluster-api-e2e-full-main |
1 similar comment
/test pull-cluster-api-e2e-full-main |
Logs aren't getting fetched properly, it's failing with |
I will try to give this a spin ASAP |
0fee5de
to
177ce4f
Compare
/test pull-cluster-api-e2e-full-main |
not sure what I'm missing here... |
@CecileRobertMichon There is a race condition here, because I see a few possible way forwards
|
177ce4f
to
341c07a
Compare
So I ended up updating
The version of the instance is indeed v.1.19.1 (which is the version we're upgrading to), but the instance is not "ready", and the providerIDList still contains the old instance. What I'm doing to attempt to solve 1) and 2) is changing EDIT: 1) |
/test pull-cluster-api-e2e-full-main |
/test pull-cluster-api-e2e-full-main |
/test pull-cluster-api-e2e-full-main |
3bd4963
to
ce34730
Compare
/test pull-cluster-api-e2e-full-main |
ok this is ready now, upgrade is working and logs are getting collected (eg) /assign @devigned @fabriziopandini |
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.
One comment, but otherwise, lgtm.
e164014
to
964b444
Compare
964b444
to
5f50069
Compare
/test pull-cluster-api-e2e-full-main |
KCP upgrade test failed (seems unrelated) /retest |
/lgtm |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CecileRobertMichon 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 |
/retest Especially interesting is: TestBootstrapTokenRotationMachinePool (https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api/4575/pull-cluster-api-test-main/1396864477156085760) (looks like we're relying on timestamps) |
@CecileRobertMichon: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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 kubernetes/test-infra repository. I understand the commands that are listed here. |
What this PR does / why we need it: Currently, framework only looks for Machines when collecting node logs. This PR adds MachinePools and implements
CollectMachinePoolLog
for the Docker provider.It also fixes the MachinePool upgrade test according to this comment.
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 partly kubernetes-sigs/cluster-api-provider-azure#1352