-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[1.19] bump containers/storage to 1.20.5 to fix EINTR #4340
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
[1.19] bump containers/storage to 1.20.5 to fix EINTR #4340
Conversation
|
/retest |
1062ef4 to
99cd712
Compare
Codecov Report
@@ Coverage Diff @@
## release-1.19 #4340 +/- ##
=============================================
Coverage 39.53% 39.53%
=============================================
Files 110 110
Lines 8300 8300
=============================================
Hits 3281 3281
Misses 4692 4692
Partials 327 327 |
|
LGTM |
|
/retest |
|
build-static step failed in pipeline with this (from here and I don't have a slightest idea of what it is. Restarted. |
|
/retest still don't know what to do with nix build |
This is mostly to have backport of containers/storage#757 which should fix occasional CI failures. Brought to you by go get github.com/containers/[email protected] go mod vendor go mod tidy git add vendor git commit -as Signed-off-by: Kir Kolyshkin <[email protected]>
99cd712 to
462253c
Compare
|
Other PRs from 1.19 branch were merged with the same CI issue (pipeline static nix build) not solved (e.g. #4355), so I guess this one can also be merged. |
|
@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. |
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.
LGTM
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, kolyshkin, 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 |
What type of PR is this?
/kind bug
What this PR does / why we need it:
(this is similar to #4334 but for 1.19 release branch)
This is mostly to have the backport of containers/storage#757 brought in
which should fix occasional CI failures (and probably real failures, too).
Which issue(s) this PR fixes:
periodically caught by CI
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?