-
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
🐛 fix unhandled errors #4895
🐛 fix unhandled errors #4895
Conversation
/lgtm |
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.
This is fine as is but added a couple of notes for potential improvements, very minor/stylistic and definitely non-blocking
2cc4c06
to
5f3b972
Compare
Thx for the reviews, ptal @enxebre @JoelSpeed (I hope/assume the apidiff is not a problem) |
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
Looking at the diff, seems we've changed the signature of some machinedeployment controlelr utils, that appears to be handled within this PR and I doubt that code is used outside of the project, so I think that should be ok
/test pull-cluster-api-test-main |
5f3b972
to
f800b8c
Compare
@vincepri I also added |
Signed-off-by: Stefan Büringer [email protected]
f800b8c
to
4456b51
Compare
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
/hold cancel
/cc @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.
/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 |
/retest |
This is new, @sbueringer can you check if the flake is reproducible locally? /hold |
@vincepri I don't think it's related:
Hopefully the retest will also work :) /retest |
@vincepri I think we can merge this PR. |
/hold cancel |
Signed-off-by: Stefan Büringer [email protected]
What this PR does / why we need it:
I think it makes sense to either handle errors or ignore them explicitly
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Implements a part of #4622