Closed minikube-bot closed 3 months ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: minikube-bot Once this PR has been reviewed and has the lgtm label, please assign medyagh for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Hi @minikube-bot. Thanks for your PR.
I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
kvm2 driver with docker runtime
+-------------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19336) |
+-------------------+----------+---------------------+
| ⚠️ minikube start | 48.8s | 71.9s ⚠️ |
| enable ingress | 25.7s | 24.6s |
+-------------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19336) |
+----------------+----------+---------------------+
| minikube start | 23.2s | 24.1s |
| enable ingress | 21.8s | 21.8s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19336) |
+----------------+----------+---------------------+
| minikube start | 21.7s | 22.1s |
| enable ingress | 41.8s | 42.6s |
+----------------+----------+---------------------+
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Environment | Test Name | Flake Rate |
---|---|---|
Hyperkit_macOS (10 failed) | TestStartStop/group/embed-certs/serial/FirstStart(gopogh) | 8.41% (chart) |
Docker_Linux_docker_arm64 (1 failed) | TestStartStop/group/old-k8s-version/serial/SecondStart(gopogh) | 6.79% (chart) |
Besides the following environments also have failed tests:
QEMU_macOS: 97 failed (gopogh)
Docker_Linux_crio_arm64: 2 failed (gopogh)
Docker_Linux_crio: 2 failed (gopogh)
KVM_Linux_crio: 11 failed (gopogh)
Docker_Linux_containerd_arm64: 1 failed (gopogh)
Docker_Cloud_Shell: 5 failed (gopogh)
To see the flake rates of all tests by environment, click here.
The k8s-device-plugin project released a new k8s-device-plugin image
This PR was auto-generated by
make update-nvidia-device-plugin-version
using update-nvidia-device-plugin-version.yml CI Workflow.