-
Notifications
You must be signed in to change notification settings - Fork 1.4k
🌱 Enable MS in-place rollout check in e2e test #12943
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
🌱 Enable MS in-place rollout check in e2e test #12943
Conversation
|
/test pull-cluster-api-e2e-main-gke |
fabriziopandini
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
/approve
|
LGTM label has been added. Git tree hash: ac27997ec9b59f40b5c4c491eaec568485632b6c
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini 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 |
|
/hold We'll need some fixes to the implementation first before this can work |
09f4570 to
c8ea7e5
Compare
c8ea7e5 to
9b839d6
Compare
|
/test pull-cluster-api-e2e-main-gke |
9b839d6 to
dd93c5f
Compare
|
/test pull-cluster-api-e2e-main-gke |
dd93c5f to
8ff5f0e
Compare
|
Included a few additional minor fixes in this PR. Didn't want to create another 2 PRs for these. |
8ff5f0e to
aa511ff
Compare
|
/test pull-cluster-api-e2e-main-gke |
|
/hold cancel |
Signed-off-by: Stefan Büringer buringerst@vmware.com
aa511ff to
16169e1
Compare
|
/test pull-cluster-api-e2e-main-gke |
|
/lgtm |
|
LGTM label has been added. Git tree hash: e51aa327c0fc770a100199815b551a16486f2e59
|
|
|
||
| // Check if the MachineSet can update in place; if not, move to the next MachineSet. | ||
| canUpdateMachineSetInPlaceFunc := func(_ *clusterv1.MachineSet) bool { return false } | ||
| canUpdateMachineSetInPlaceFunc := func(_ *clusterv1.MachineSet) bool { return true } |
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.
Am I correct this is temporary to get some test signal, right?
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.
Yes
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.
Probably won't work atm anyway. Let's see where we are after the CanUpdateMachineSet PR and if the RX is disabled cleanly enough for other test cases or if we want to introduce some additional handling
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.
Will only enable in-place for the in-place e2e test
|
/hold |
|
@sbueringer: 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-sigs/prow repository. I understand the commands that are listed here. |
|
/close Will be integrated into #12965 |
|
@sbueringer: Closed this PR. 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. |
Signed-off-by: Stefan Büringer buringerst@vmware.com
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):Fixes #12755