Closed minikube-bot closed 2 months ago
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 19554) |
+----------------+----------+---------------------+
| minikube start | 51.0s | 51.5s |
| enable ingress | 16.4s | 15.2s |
+----------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19554) |
+----------------+----------+---------------------+
| minikube start | 21.7s | 21.4s |
| enable ingress | 12.8s | 11.9s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19554) |
+----------------+----------+---------------------+
| minikube start | 21.5s | 20.2s |
| enable ingress | 32.3s | 27.8s |
+----------------+----------+---------------------+
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Environment | Test Name | Flake Rate |
---|---|---|
none_Linux (1 failed) | TestAddons/parallel/Registry(gopogh) | 33.33% (chart) |
Docker_Linux (1 failed) | TestAddons/parallel/Registry(gopogh) | 33.33% (chart) |
KVM_Linux (1 failed) | TestAddons/parallel/Registry(gopogh) | 33.33% (chart) |
Docker_Linux_crio_arm64 (3 failed) | TestAddons/parallel/Registry(gopogh) | 33.33% (chart) |
Docker_Linux_docker_arm64 (1 failed) | TestAddons/parallel/Registry(gopogh) | 33.33% (chart) |
Docker_Linux_crio (3 failed) | TestAddons/parallel/Registry(gopogh) | 33.33% (chart) |
Docker_Cloud_Shell (6 failed) | TestAddons/parallel/Registry(gopogh) | 30.28% (chart) |
Besides the following environments also have failed tests:
QEMU_macOS: 98 failed (gopogh)
Hyperkit_macOS: 11 failed (gopogh)
KVM_Linux_crio: 14 failed (gopogh)
Docker_Linux_containerd_arm64: 2 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: minikube-bot, spowelljr
The full list of commands accepted by this bot can be found here.
The pull request process is described here
The inspektor-gadget project released a new version
This PR was auto-generated by
make update-inspektor-gadget-version
using update-inspektor-gadget-version.yml CI Workflow.