-
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 Hyper-V memory validation for odd numbers #17325
Add Hyper-V memory validation for odd numbers #17325
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: spowelljr 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 |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 52.0s 52.8s 49.1s 49.0s 50.8s Times for minikube ingress: 28.2s 28.1s 28.2s 28.1s 27.8s docker driver with docker runtime
Times for minikube start: 22.1s 26.2s 21.7s 22.2s 24.9s Times for minikube ingress: 21.8s 20.8s 20.8s 20.9s 21.4s docker driver with containerd runtime
Times for minikube start: 23.7s 20.5s 21.4s 22.1s 20.0s Times for minikube ingress: 47.4s 48.3s 31.4s 32.4s 31.4s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
Closes #17242
Added logic to ensure that if
--memory max
is passed we don't generate an invalid memory value for Hyper-V and added validation to ensure odd MB memory value isn't passed to Hyper-V.