gracefully fail on which check#211
Conversation
|
Hi @fishi0x01. Thanks for your PR. I'm waiting for a netobserv member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/lgtm |
|
/ok-to-test |
|
New image: It will expire after two weeks. To use this build, update your commands using: USER=netobserv VERSION=206fdf0 make commands |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #211 +/- ##
=======================================
Coverage 23.70% 23.70%
=======================================
Files 11 11
Lines 1333 1333
=======================================
Hits 316 316
Misses 1000 1000
Partials 17 17
Flags with carried forward coverage won't be shown. Click here to find out more. |
Description
If
yqisnt installed, then status code returned will be 1. Krew installs plugin withset -eoption, which means the script will silently exit at this point without further instructions on whats wrong.In this PR we add
|| trueto get status code 0 and continue script.Dependencies
n/a
Checklist
If you are not familiar with our processes or don't know what to answer in the list below, let us know in a comment: the maintainers will take care of that.