-
Notifications
You must be signed in to change notification settings - Fork 1.4k
🌱 e2e: use wait-machine-upgrade timeout in ClusterClassChanges tests to wait for machines to be ready #13013
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: use wait-machine-upgrade timeout in ClusterClassChanges tests to wait for machines to be ready #13013
Conversation
damdo
left a comment
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.
/lgtm
Thanks @chrischdi !
|
LGTM label has been added. Git tree hash: d18bfcc5364342e47674669164d88869c23fdcd1
|
|
/hold For a green ClusterClass changes test here: kubernetes-sigs/cluster-api-provider-aws#5756 |
5f560f8 to
e285b1d
Compare
… wait for machines to be ready
e285b1d to
1aef68a
Compare
|
/hold cancel |
damdo
left a comment
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.
/lgtm
|
LGTM label has been added. Git tree hash: 743a9dd3dd750ee17e79bae4660b60789bf8b764
|
|
/test pull-cluster-api-e2e-main-gke Thx! |
|
[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 |
|
/cherry-pick release-1.11 |
|
@chrischdi: once the present PR merges, I will cherry-pick it on top of 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-sigs/prow repository. |
|
/retest |
|
@chrischdi: new pull request created: #13022 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-sigs/prow repository. |
What this PR does / why we need it:
While developing: kubernetes-sigs/cluster-api-provider-aws#5720
We hit the issue of the timeout to verify if machines are ready
This makes the timeout configurable via
wait-machine-readyWhich issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
/area e2e-testing