Closed spowelljr closed 2 months ago
/ok-to-test
kvm2 driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19531) |
+----------------+----------+---------------------+
| minikube start | 49.7s | 50.8s |
| enable ingress | 15.4s | 15.7s |
+----------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19531) |
+----------------+----------+---------------------+
| minikube start | 21.8s | 22.1s |
| enable ingress | 12.5s | 13.1s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19531) |
+----------------+----------+---------------------+
| minikube start | 21.8s | 21.6s |
| enable ingress | 37.7s | 37.7s |
+----------------+----------+---------------------+
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Environment | Test Name | Flake Rate |
---|---|---|
Docker_Linux (1 failed) | TestAddons/parallel/Registry(gopogh) | 6.67% (chart) |
Docker_Linux_docker_arm64 (1 failed) | TestAddons/parallel/Registry(gopogh) | 6.67% (chart) |
none_Linux (1 failed) | TestAddons/parallel/Registry(gopogh) | 6.41% (chart) |
Docker_Linux_crio (4 failed) | TestAddons/parallel/Registry(gopogh) | 6.71% (chart) |
Docker_Linux_crio (4 failed) | TestFunctional/parallel/ImageCommands/ImageLoadFromFile(gopogh) | 6.71% (chart) |
Docker_Linux_crio_arm64 (3 failed) | TestAddons/parallel/Registry(gopogh) | 6.67% (chart) |
KVM_Linux (1 failed) | TestAddons/parallel/Registry(gopogh) | 6.21% (chart) |
KVM_Linux_containerd (2 failed) | TestAddons/StoppedEnableDisable(gopogh) | 0.61% (chart) |
KVM_Linux_containerd (2 failed) | TestAddons/parallel/InspektorGadget(gopogh) | 1.21% (chart) |
Docker_Cloud_Shell (6 failed) | TestAddons/parallel/Registry(gopogh) | 1.37% (chart) |
Besides the following environments also have failed tests:
KVM_Linux_crio: 30 failed (gopogh)
Docker_Linux_containerd_arm64: 1 failed (gopogh)
QEMU_macOS: 98 failed (gopogh)
To see the flake rates of all tests by environment, click here.
/lgtm
[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
Fixes #19518
Uses
sudo -n
if--interactive=false
Also changed the wording from
Your firewall is blocking bootpd which is required for socket_vmnet.
toYour firewall is blocking bootpd which is required for this configuration.
since vfkit also uses this logic.