-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[DO NOT MERGE] testing apparmor critest fix #4366
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
This is mostly to have containers/storage#757 which should fix occasional CI failures. Signed-off-by: Kir Kolyshkin <[email protected]>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kolyshkin 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 |
|
@kolyshkin: Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. 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. |
Codecov Report
@@ Coverage Diff @@
## master #4366 +/- ##
=======================================
Coverage 39.36% 39.36%
=======================================
Files 112 112
Lines 8825 8825
=======================================
Hits 3474 3474
Misses 4965 4965
Partials 386 386 |
482852a to
2e4c990
Compare
|
Seems like it's working (integration-critest passed). Let's finish all the tests. /retest |
|
OK it looks like the fix is working, but I am seeing another problem with crictl: many tests are now failing with messages like
I suspect it is caused by kubernetes-sigs/cri-tools@7ceada8 -- the part of it which adds |
Figured it out; see kubernetes-sigs/cri-tools#683 |
Signed-off-by: Kir Kolyshkin <[email protected]>
6aedf62 to
348ada3
Compare
|
Indeed it's not there anymore. Not sure though why we're using centos 7... |
|
Interesting it's there in the mirrors, e.g. https://archive.kernel.org/centos-vault/centos/7/updates/Source/repodata/ but gone from the main site (http://vault.centos.org/centos/7/updates/Source/). |
|
OK both fixes, i.e.
are working |
@saschagrunert can you merge both and cut a release please? This will help me with #4334 which will help with CI flakes (of EAGAIN type) that we currently suffer from. |
|
/retest |
|
@kolyshkin: The following test 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. |
|
While we're at it, let's check that centos repo is fixed. /retest |
|
we're done here |
Checking if #4334 (comment) (presumably caused by containers/storage#743) is being fixed by kubernetes-sigs/cri-tools#682