-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
bump containerd to v1.7.15 #32394
bump containerd to v1.7.15 #32394
Conversation
Change-Id: I37273ff43814be0839e75c1e1724de8982e0c3fa
@aojea: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aojea, dims The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@aojea: Updated the
In response to this:
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. |
@@ -884,7 +884,7 @@ periodics: | |||
- /workspace/scenarios/kubernetes_e2e.py | |||
args: | |||
- --check-leaked-resources | |||
- --env=KUBE_COS_INSTALL_CONTAINERD_VERSION=v1.7.14 | |||
- --env=KUBE_COS_INSTALL_CONTAINERD_VERSION=v1.7.15 |
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.
ping @dims
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.
thanks @aojea
New release fixing the regression on the exec command that creates flakiness on CI jobs, since exec is commonly used in most of the e2e tests
containerd/containerd#10039