-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add support for other container runtimes for auto-pause #11834
Conversation
/ok-to-test |
Can one of the admins verify this patch? |
kvm2 driver with docker runtime
Times for minikube start: 53.0s 48.3s 46.3s 46.9s 47.6s Times for minikube ingress: 35.8s 38.3s 34.2s 41.3s 36.3s docker driver with docker runtime
Times for minikube start: 21.6s 22.3s 21.8s 22.2s 22.3s Times for minikube ingress: 33.0s 33.5s 33.5s 33.5s 33.0s docker driver with containerd runtime
Times for minikube start: 48.7s 43.4s 47.7s 42.5s 43.1s |
These are the flake rates of all failed tests on KVM_Linux_containerd.
To see the flake rates of all tests on KVM_Linux_containerd, click here. |
/ok-to-test |
ok-to-build-image |
Hi @andriyDev, we have updated your PR with the reference to newly built kicbase image. Pull the changes locally if you want to test with them or update your PR further. |
kvm2 driver with docker runtime
Times for minikube start: 52.9s 46.8s 46.7s 45.8s 50.6s Times for minikube ingress: 37.7s 34.8s 36.3s 42.2s 43.3s docker driver with docker runtime
Times for minikube (PR 11834) start: 66.6s 22.6s 21.6s 20.9s 21.7s Times for minikube ingress: 33.0s 36.9s 33.0s 33.5s 36.0s docker driver with containerd runtime
Times for minikube start: 44.2s 43.0s 47.9s 47.1s 43.0s |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andriyDev, sharifelgamal 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 |
kvm2 driver with docker runtime
Times for minikube (PR 11834) start: 48.4s 50.6s 48.6s 46.8s 47.4s Times for minikube ingress: 36.2s 41.8s 34.2s 35.7s 41.3s docker driver with docker runtime
Times for minikube start: 21.3s 21.7s 20.9s 21.4s 22.5s Times for minikube (PR 11834) ingress: 34.0s 33.5s 41.4s 37.5s 37.0s docker driver with containerd runtime
Times for minikube start: 47.3s 43.1s 43.4s 47.5s 43.0s |
fixes #10597.
fixes #11823 (if #11824 is not merged by then).
Behavior after:
Docker
containerd
CRI-O