-
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
Remove docker requirement for none driver #13885
Conversation
staticdev
commented
Mar 30, 2022
•
edited
Loading
edited
- Removed docker validation on none driver. This validation does not make sense since it run for all other container-runtimes, even when not using docker. It is also redundant with the same validation on docker runtime side.
Hi @staticdev. Thanks for your PR. I'm waiting for a kubernetes 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. 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. |
Can one of the admins verify this patch? |
This check should be removed, but the underlying issue still needs to be fixed. It will still fail, just somewhat later. So while I support removing it, it will not fix the issue where running the "none" driver requires a fake |
You are right @afbjorklund. I removed the fixed #10908 from this PR. Maybe I follow up with another PR as the discussion in the issue evolves. |
@prasadkatti |
/ok-to-test makes sense to me, let's make sure the tests don't complain, not that they should. |
kvm2 driver with docker runtime
Times for minikube (PR 13885) start: 63.4s 63.1s 62.9s 62.2s 63.6s Times for minikube ingress: 25.6s 28.5s 28.1s 29.1s 29.1s docker driver with docker runtime
Times for minikube start: 37.4s 35.9s 35.6s 35.8s 36.3s Times for minikube ingress: 21.9s 23.0s 23.9s 22.9s 24.0s docker driver with containerd runtime
Times for minikube ingress: 30.4s 21.9s 26.5s 28.9s 22.4s Times for minikube start: 51.1s 61.6s 63.2s 62.6s 61.3s |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund, sharifelgamal, staticdev 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 |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |