Closed spowelljr closed 1 month ago
/ok-to-test
kvm2 driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19664) |
+----------------+----------+---------------------+
| minikube start | 51.9s | 51.2s |
| enable ingress | 39.3s | 15.7s |
+----------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19664) |
+----------------+----------+---------------------+
| minikube start | 22.2s | 22.3s |
| enable ingress | 12.6s | 11.9s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19664) |
+----------------+----------+---------------------+
| minikube start | 22.4s | 21.5s |
| enable ingress | 27.3s | 29.3s |
+----------------+----------+---------------------+
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Environment | Test Name | Flake Rate |
---|---|---|
Docker_Linux_crio_arm64 (4 failed) | TestMultiControlPlane/serial/RestartCluster(gopogh) | 15.24% (chart) |
Besides the following environments also have failed tests:
Docker_Linux_containerd_arm64: 1 failed (gopogh)
Docker_Cloud_Shell: 6 failed (gopogh)
Docker_Linux: 1 failed (gopogh)
none_Linux: 1 failed (gopogh)
QEMU_macOS: 99 failed (gopogh)
KVM_Linux: 1 failed (gopogh)
KVM_Linux_crio: 12 failed (gopogh)
Docker_Linux_crio: 15 failed (gopogh)
Docker_Linux_docker_arm64: 1 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 https://github.com/kubernetes/minikube/issues/19661
Before:
Specifically:
image gcr.io/k8s-minikube/kicbase-builds:v0.0.45-1726589491-19662@sha256:6370b9fec173944088c2d87d44b01819c0ec611a83d9e2f38d36352dff8121a4 is of wrong architecture
After:
No reloading of kicabse image from cache, saves about 0.6 seconds on start.