Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@pacoxu
Copy link
Contributor

@pacoxu pacoxu commented Feb 8, 2021

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?

Default pause image is `k8s.gcr.io/pause:3.5`

@pacoxu pacoxu requested review from mrunalp and runcom as code owners February 8, 2021 02:25
@openshift-ci-robot openshift-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. kind/dependency-change Categorizes issue or PR as related to changing dependencies labels Feb 8, 2021
@openshift-ci-robot
Copy link

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 /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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.

@openshift-ci-robot openshift-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Feb 8, 2021
@pacoxu pacoxu force-pushed the update/pause-image branch from 866c2e4 to e7f8e75 Compare February 8, 2021 02:27
@pacoxu pacoxu changed the title update pause image to 3.4.1 [wip]update pause image to 3.4.1 Feb 8, 2021
@openshift-ci-robot openshift-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 8, 2021
@pacoxu pacoxu force-pushed the update/pause-image branch from e7f8e75 to c82a207 Compare February 8, 2021 05:03
@pacoxu pacoxu force-pushed the update/pause-image branch from c82a207 to 4c2d12b Compare February 8, 2021 09:48
@pacoxu pacoxu changed the title [wip]update pause image to 3.4.1 update pause image to 3.4.1 Feb 14, 2021
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 14, 2021
@pacoxu
Copy link
Contributor Author

pacoxu commented Feb 14, 2021

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)
We may update it later or in this PR. Either is OK.

Copy link
Member

@saschagrunert saschagrunert left a 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

@openshift-ci-robot openshift-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. approved Indicates a PR has been approved by an approver from all required OWNERS files. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 15, 2021
@pacoxu
Copy link
Contributor Author

pacoxu commented Feb 16, 2021

/retest

1 similar comment
@pacoxu
Copy link
Contributor Author

pacoxu commented Feb 19, 2021

/retest

@openshift-ci-robot openshift-ci-robot added dco-signoff: no Indicates the PR's author has not DCO signed all their commits. and removed dco-signoff: yes Indicates the PR's author has DCO signed all their commits. labels Mar 19, 2021
@pacoxu pacoxu changed the title update pause image to 3.4.1 update pause image to 3.5(3.4.1 for multi-arch support and 3.5 for non-root) Mar 19, 2021
@codecov
Copy link

codecov bot commented Mar 19, 2021

Codecov Report

Merging #4550 (6d25b85) into master (36c46c1) will increase coverage by 1.06%.
The diff coverage is 100.00%.

@@            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     

@pacoxu
Copy link
Contributor Author

pacoxu commented Mar 22, 2021

/retest

@TomSweeneyRedHat
Copy link
Contributor

LGTM

@haircommander
Copy link
Member

I think this patch will fix the tests:

diff --git a/test/helpers.bash b/test/helpers.bash
index cf3aa199e..b7ad3b449 100644
--- a/test/helpers.bash
+++ b/test/helpers.bash
@@ -84,7 +84,7 @@ POD_IPV6_CIDR_START="1100:2"
 POD_IPV6_DEF_ROUTE="1100:200::1/24"
 
 IMAGES=(
-    k8s.gcr.io/pause:3.2
+    k8s.gcr.io/pause:3.5
     quay.io/crio/busybox:latest
     quay.io/crio/fedora-ping:latest
     quay.io/crio/image-volume-test:latest

@pacoxu pacoxu force-pushed the update/pause-image branch from 8720355 to 6de2734 Compare March 29, 2021 05:58
@openshift-ci-robot openshift-ci-robot added dco-signoff: yes Indicates the PR's author has DCO signed all their commits. and removed dco-signoff: no Indicates the PR's author has not DCO signed all their commits. labels Mar 29, 2021
@pacoxu
Copy link
Contributor Author

pacoxu commented Mar 29, 2021

@haircommander Updated
Thanks.

@pacoxu
Copy link
Contributor Author

pacoxu commented Mar 29, 2021

/test integration_cgroupv2

@pacoxu pacoxu force-pushed the update/pause-image branch from 6de2734 to 6d25b85 Compare March 29, 2021 08:44
@pacoxu pacoxu force-pushed the update/pause-image branch from 6d25b85 to 6441ba5 Compare March 31, 2021 03:15
@pacoxu
Copy link
Contributor Author

pacoxu commented Mar 31, 2021

Updated @TomSweeneyRedHat

Copy link
Member

@saschagrunert saschagrunert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 31, 2021
@openshift-ci-robot
Copy link

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@pacoxu
Copy link
Contributor Author

pacoxu commented Mar 31, 2021

/retest

@pacoxu
Copy link
Contributor Author

pacoxu commented Mar 31, 2021

The cgroup v2 and e2e-gcp failed for other reasons.
/skip
?

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 31, 2021

@pacoxu: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ci/openshift-jenkins/integration_crun_cgroupv2 6441ba5 link /test integration_cgroupv2
ci/openshift-jenkins/e2e_crun_cgroupv2 6441ba5 link /test e2e_cgroupv2

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit a2fec8a into cri-o:master Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. kind/dependency-change Categorizes issue or PR as related to changing dependencies lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note Denotes a PR that will be considered when it comes time to generate release notes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants