-
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
qemu on maos :Auto unblock bootpd from firewall for socket_vmnet network driver #16714
Conversation
/ok-to-test |
if err := test.Run(); err != nil { | ||
klog.Infof("%v may require a password: %v", c.Args, err) | ||
if !viper.GetBool("interactive") { | ||
klog.Warningf("%s requires a password, and --interactive=false", c.Args) |
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.
this should be an out. for the UI
kvm2 driver with docker runtime
Times for minikube start: 49.5s 51.3s 56.6s 54.7s 51.1s Times for minikube ingress: 28.2s 29.7s 27.8s 26.7s 27.3s docker driver with docker runtime
Times for minikube ingress: 48.3s 49.3s 48.9s 49.3s 48.3s Times for minikube start: 22.2s 25.2s 25.0s 21.8s 24.9s docker driver with containerd runtime
Times for minikube start: 22.9s 24.0s 23.8s 24.0s 24.0s Times for minikube ingress: 31.3s 31.3s 31.3s 30.4s 30.3s |
These are the flake rates of all failed tests.
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.
do u mind sharing the output Second time after run ? we should expect on the second time, it should not yell at the user or unenescarily run the sudo commands anymore (since been added already)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, 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 |
Before:
After: