Closed afbjorklund closed 2 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: afbjorklund, medyagh
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/ok-to-test
kvm2 driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19468) |
+----------------+----------+---------------------+
| minikube start | 49.2s | 48.8s |
| enable ingress | 14.7s | 14.8s |
+----------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19468) |
+----------------+----------+---------------------+
| minikube start | 22.0s | 23.3s |
| enable ingress | 12.8s | 13.1s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19468) |
+----------------+----------+---------------------+
| minikube start | 22.1s | 22.4s |
| enable ingress | 35.6s | 33.0s |
+----------------+----------+---------------------+
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Environment | Test Name | Flake Rate |
---|---|---|
Docker_Linux_crio (3 failed) | TestMultiControlPlane/serial/RestartCluster(gopogh) | 2.37% (chart) |
Besides the following environments also have failed tests:
Docker_Linux_crio_arm64: 2 failed (gopogh)
Docker_Linux_containerd_arm64: 1 failed (gopogh)
Hyperkit_macOS: 14 failed (gopogh)
KVM_Linux_crio: 30 failed (gopogh)
Docker_Cloud_Shell: 5 failed (gopogh)
QEMU_macOS: 156 failed (gopogh)
To see the flake rates of all tests by environment, click here.
So that it can be used in other drivers too
For instance the "vfkit" driver: #19423