Closed medyagh closed 3 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ComradeProgrammer, 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 19356) |
+----------------+----------+---------------------+
| minikube start | 47.8s | 48.5s |
| enable ingress | 24.7s | 25.1s |
+----------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19356) |
+----------------+----------+---------------------+
| minikube start | 22.1s | 23.5s |
| enable ingress | 22.0s | 21.7s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19356) |
+----------------+----------+---------------------+
| minikube start | 21.6s | 22.1s |
| enable ingress | 51.5s | 38.1s |
+----------------+----------+---------------------+
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Environment | Test Name | Flake Rate |
---|---|---|
Docker_Linux_containerd_arm64 (2 failed) | TestStartStop/group/old-k8s-version/serial/SecondStart(gopogh) | 46.95% (chart) |
Besides the following environments also have failed tests:
Docker_Linux_crio_arm64: 2 failed (gopogh)
Docker_Cloud_Shell: 5 failed (gopogh)
QEMU_macOS: 94 failed (gopogh)
Docker_Linux_crio: 2 failed (gopogh)
KVM_Linux_crio: 13 failed (gopogh)
Hyperkit_macOS: 42 failed (gopogh)
To see the flake rates of all tests by environment, click here.
before this PR
after this PR