-
Notifications
You must be signed in to change notification settings - Fork 1.1k
update pause image to 3.5(3.4.1 for multi-arch support and 3.5 for non-root) #4550
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 @pacoxu. 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. |
866c2e4 to
e7f8e75
Compare
e7f8e75 to
c82a207
Compare
c82a207 to
4c2d12b
Compare
|
The kubernetes PR is merged. The pause image in. github.com/containers/common is not used in this project.(wait next release of containers/common) |
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
|
/retest |
1 similar comment
|
/retest |
Codecov Report
@@ Coverage Diff @@
## master #4550 +/- ##
==========================================
+ Coverage 40.21% 41.27% +1.06%
==========================================
Files 115 110 -5
Lines 9360 9596 +236
==========================================
+ Hits 3764 3961 +197
- Misses 5173 5184 +11
- Partials 423 451 +28 |
|
/retest |
|
LGTM |
|
I think this patch will fix the tests: |
8720355 to
6de2734
Compare
|
@haircommander Updated |
|
/test integration_cgroupv2 |
6de2734 to
6d25b85
Compare
Signed-off-by: pacoxu <[email protected]>
6d25b85 to
6441ba5
Compare
|
Updated @TomSweeneyRedHat |
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: pacoxu, 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 |
|
The cgroup v2 and e2e-gcp failed for other reasons. |
|
@pacoxu: 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. |
What type of PR is this?
/kind dependency-change
What this PR does / why we need it:
bumps pause image to 3.5
Per kubernetes/kubernetes#100292
Which issue(s) this PR fixes:
None
part of kubernetes/kubernetes#98205 (changelogs there)
Special notes for your reviewer:
k8s.gcr.io/pause:3.4.1 is for both windows/linux. Details in kubernetes/kubernetes/#98205
Does this PR introduce a user-facing change?