-
Notifications
You must be signed in to change notification settings - Fork 1.1k
handle runc not present on the system #4097
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
Conversation
Signed-off-by: Harshal Patil <[email protected]>
|
Hi @harche. Thanks for your PR. I'm waiting for a cri-o 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/test-infra repository. |
|
#4069 (comment) for more info. |
saschagrunert
left a comment
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.
/ok-to-test
LGTM
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harche, saschagrunert 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 |
|
@harche thank you for the fix! If you don't mind we may add a bats integration test for this use-case. |
|
/retest |
Sure, I will update the PR with the bats test. |
Codecov Report
@@ Coverage Diff @@
## master #4097 +/- ##
=======================================
Coverage 41.11% 41.12%
=======================================
Files 109 109
Lines 9030 9034 +4
=======================================
+ Hits 3713 3715 +2
- Misses 4978 4979 +1
- Partials 339 340 +1 |
|
/retest |
|
LGTM |
1 similar comment
|
LGTM |
|
/retest |
|
/test e2e-aws |
|
/lgtm |
|
/cherry-pick release-1.19 |
|
@haircommander: once the present PR merges, I will cherry-pick it on top of release-1.19 in a new PR and assign it to you. DetailsIn response to this:
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. |
|
/cherry-pick release-1.19 |
|
@mrunalp: failed to push cherry-picked changes in GitHub: pushing failed, output: "To https://github.com/openshift-cherrypick-robot/cri-o\n ! [remote rejected] cherry-pick-4097-to-release-1.19 -> cherry-pick-4097-to-release-1.19 (cannot lock ref 'refs/heads/cherry-pick-4097-to-release-1.19': reference already exists)\nerror: failed to push some refs to 'https://openshift-cherrypick-robot:[email protected]/openshift-cherrypick-robot/cri-o'\n", error: exit status 1 DetailsIn response to this:
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. |
|
@haircommander: new pull request created: #4113 DetailsIn response to this:
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. |
|
Oh, this got merged. @saschagrunert I will send a separate PR to add a bats test. |
Thank you! 🙏 |
Signed-off-by: Harshal Patil [email protected]
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes:
91d3d27 introduced a regression that would cause CRIO to fail at startup if the
runcbinary is not present on the system.This PR attempts to preserve the changes brought in by 91d3d27 as well as fix the #4069
Fixes #4069
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Yes