-
Notifications
You must be signed in to change notification settings - Fork 1.1k
vendor: update syndtr/gocapability #4463
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
|
Hi @aanm. 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. |
|
/ok-to-test thanks for the PR @aanm , I only have one nit: can you change the PR description to cri-o, not containerd :) |
Codecov Report
@@ Coverage Diff @@
## main #4463 +/- ##
==========================================
+ Coverage 40.09% 40.11% +0.02%
==========================================
Files 116 116
Lines 9378 9378
==========================================
+ Hits 3760 3762 +2
+ Misses 5212 5211 -1
+ Partials 406 405 -1 |
This commit adds the ability to run cri-o with new capabilities available in the linux kernel: CAP_PERFMON CAP_BPF CAP_CHECKPOINT_RESTORE Signed-off-by: André Martins <[email protected]>
b1dec11 to
ce31068
Compare
@haircommander ups, sorry about that 😅 done! |
|
no problem at all 😄 /lgtm |
|
@haircommander is the CI failing because of |
|
hm we should be building off of main runc branch for everything except the pipeline tests and the /retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aanm, haircommander, mrunalp, 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 |
|
/retest |
|
@haircommander do you know anyone from runc to make a new release? I can see the last version was last August so it would probably make sense to create a new one I say. |
|
I do! @kolyshkin and @mrunalp are both maintainers. I thought there was an issue around v1.0.0-rc93 but I can't find it |
|
ah, you can track progress here https://github.com/opencontainers/runc/milestone/10 |
|
@aanm: PR needs rebase. 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. |
|
@aanm: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
Fixed in #5241 |
/kind dependency-change
/kind feature
What this PR does / why we need it:\
This commit adds the ability to run cri-o with new capabilities
available in the linux kernel:
CAP_PERFMON
CAP_BPF
CAP_CHECKPOINT_RESTORE