-
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
define qemu as a qemu2 driver alias #14284
Conversation
cc @afbjorklund |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 51.6s 48.7s 51.1s 51.4s 51.2s Times for minikube ingress: 26.5s 29.0s 25.5s 25.5s 29.5s docker driver with docker runtime
Times for minikube start: 27.9s 23.8s 24.1s 24.0s 23.8s Times for minikube ingress: 22.4s 23.9s 22.4s 22.4s 21.9s docker driver with containerd runtime
Times for minikube start: 33.7s 32.3s 27.9s 28.4s 28.4s Times for minikube ingress: 18.9s 28.4s 22.4s 22.4s 22.4s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
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.
Works for me, if wondering the qemu
driver is for docker-machine
(similar to the kvm
driver)
The qemu2 and kvm2 are the internal versions, that are forked and more adapted to minikube...
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund, 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 start: 53.2s 51.2s 52.0s 50.6s 51.5s Times for minikube ingress: 29.1s 28.7s 28.6s 30.6s 26.2s docker driver with docker runtime
Times for minikube start: 27.1s 25.2s 24.6s 24.6s 25.1s Times for minikube ingress: 22.9s 22.0s 23.5s 22.4s 23.4s docker driver with containerd runtime
Times for minikube ingress: 21.9s 22.4s 22.4s 22.5s 17.9s Times for minikube start: 31.2s 29.2s 29.1s 29.5s 43.9s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
Related: #14146