-
Notifications
You must be signed in to change notification settings - Fork 210
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
OCM-6697 | fix: upgrade role error should print extra info when invoke from upgrade cluster #1878
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1878 +/- ##
==========================================
- Coverage 21.82% 20.75% -1.08%
==========================================
Files 117 118 +1
Lines 18921 20853 +1932
==========================================
+ Hits 4129 4327 +198
- Misses 14481 16147 +1666
- Partials 311 379 +68 ☔ View full report in Codecov by Sentry. |
/lgtm |
LGTM, can you please attach a sample output to the PR? just to get a sense of how the info message looks to the user? |
afaf377
to
58f11f9
Compare
/hold |
…e from upgrade cluster Signed-off-by: Mike Ng <[email protected]>
@oriAdler PTAL thanks |
/unhold |
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 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chenz4027, mikeshng, robpblake 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 |
@mikeshng: all tests passed! Full PR test history. Your PR dashboard. 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. |
In PR, some of the error handlings were removed. I've gone through each one of them and brought back the one that should be present: upgrade role error handling when invoke from upgrade cluster.
Jira ref