Closed spowelljr closed 1 month ago
/ok-to-test
kvm2 driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19715) |
+----------------+----------+---------------------+
| minikube start | 50.4s | 50.5s |
| enable ingress | 16.7s | 15.6s |
+----------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19715) |
+----------------+----------+---------------------+
| minikube start | 23.3s | 22.7s |
| enable ingress | 13.0s | 12.5s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19715) |
+----------------+----------+---------------------+
| minikube start | 22.9s | 21.4s |
| enable ingress | 29.3s | 24.2s |
+----------------+----------+---------------------+
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Environment | Test Name | Flake Rate |
---|---|---|
KVM_Linux (1 failed) | TestMultiNode/serial/RestartMultiNode(gopogh) | 0.60% (chart) |
Besides the following environments also have failed tests:
QEMU_macOS: 97 failed (gopogh)
Docker_Linux_containerd_arm64: 1 failed (gopogh)
Docker_Cloud_Shell: 5 failed (gopogh)
KVM_Linux_crio: 30 failed (gopogh)
Docker_Linux_crio: 2 failed (gopogh)
Docker_Linux_crio_arm64: 2 failed (gopogh)
Hyperkit_macOS: 11 failed (gopogh)
To see the flake rates of all tests by environment, click here.
[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
https://github.com/kubernetes/minikube/issues/19714
Add defer to disable addon to start of each addon test. In relation to https://github.com/kubernetes/minikube/issues/19714, this will prevent GCP-Auth addon mock issue from affecting the registry test.
This PR should fix the registry test for all environments.