-
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
🌱 Refactor MachineSet scaling code and add more tests #4506
🌱 Refactor MachineSet scaling code and add more tests #4506
Conversation
Needs #4505 |
known flake? /test pull-cluster-api-e2e-main |
ca7516a
to
69c00b8
Compare
69c00b8
to
001a831
Compare
/hold cancel |
001a831
to
6a7b5ae
Compare
@enxebre Yes, with that amount of "not running" errors here: https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_cluster-api/4506/pull-cluster-api-e2e-main/1384873883936493568/artifacts/clusters/bootstrap/controllers/capd-controller-manager/capd-controller-manager-845bbfdf7d-95lpq/manager.log It's highly likely it was #4405. Especially as (apart from this known issue) this test is if i would have to estimate 98%+ stable. |
changes look good to me, but I don't think I'm familiar enough with this code to lgtm |
This drops the presumably unncessary split between scaleMachineSet and scaleMachineSetOperation and cover scaleMachineSet with unit tests.
6a7b5ae
to
a4ac38b
Compare
/test pull-cluster-api-test-main |
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
@vincepri @sbueringer did you have outstanding comments?
@CecileRobertMichon changes are fine for me. just not really familiar with the code |
@CecileRobertMichon @vincepri any objection to proceed with this? |
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
/retitle 🌱 Refactor MachineSet scaling code and add more tests
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 drops the presumably unncessary split between scaleMachineSet and scaleMachineSetOperation and cover scaleMachineSet with unit tests.
Follow up for #4495, #4505, #4498. Related to #4457
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 #