-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Revert "Better warning for --build-loglevel with binary builds" #19320
Conversation
/test extended_builds |
@nak3 please create a new PR that fixes the message but retains its status as a warning, not an error. |
@coreydaley or @gabemontero please give this a quick signoff. |
/lgtm |
flake #19282 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, coreydaley, gabemontero 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 |
@bparees Thank you & I'm sorry for my mistake. I will send the PR after this revert was done. But please allow me to learn from this my mistake. The error is from this code: origin/test/extended/builds/failure_status.go Lines 192 to 193 in 709739b
, and it runs binary build with Removing |
I'm sorry, I found the comment in #19120 (comment) Please disregard my question above. |
the test doesn't need it and it should probably be removed from the test, but in this case it was actually probably a good thing it had it so we caught this before it broke a customer's script/pipeline. |
@bparees Thank you so much. I understand and learned a lot. |
Reverts #19120
fixes #19319
@nak3 @soltysh @juanvallejo fyi