Closed joaquimrocha closed 2 months ago
Hi @joaquimrocha. 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.
Can one of the admins verify this patch?
/ok-to-test
kvm2 driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19570) |
+----------------+----------+---------------------+
| minikube start | 52.0s | 52.2s |
| enable ingress | 15.8s | 15.7s |
+----------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19570) |
+----------------+----------+---------------------+
| minikube start | 22.0s | 22.5s |
| enable ingress | 12.9s | 13.1s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19570) |
+----------------+----------+---------------------+
| minikube start | 21.9s | 22.5s |
| enable ingress | 36.0s | 37.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_arm64 (6 failed) | TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup(gopogh) | 0.00% (chart) |
Docker_Linux_crio_arm64 (6 failed) | TestFunctional/parallel/TunnelCmd/serial/AccessDirect(gopogh) | 0.00% (chart) |
Docker_Linux_crio_arm64 (6 failed) | TestFunctional/parallel/PersistentVolumeClaim(gopogh) | 0.67% (chart) |
Besides the following environments also have failed tests:
Docker_Linux: 1 failed (gopogh)
Docker_Linux_containerd_arm64: 1 failed (gopogh)
KVM_Linux: 1 failed (gopogh)
QEMU_macOS: 98 failed (gopogh)
Docker_Cloud_Shell: 6 failed (gopogh)
Docker_Linux_crio: 3 failed (gopogh)
Docker_Linux_docker_arm64: 1 failed (gopogh)
Docker_macOS: 1 failed (gopogh)
none_Linux: 1 failed (gopogh)
KVM_Linux_crio: 30 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: joaquimrocha, spowelljr
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Hi @joaquimrocha, every time I try to merge the PR I get the following, could you try rebasing and see if that helps, I'm able to merge other PRs fine.
Hi @spowelljr . I have been on vacation but I am back now. Let me see if there's anything I can do.
That fixed it, thanks!
kvm2 driver with docker runtime
+-------------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19570) |
+-------------------+----------+---------------------+
| minikube start | 47.0s | 47.8s |
| ⚠️ enable ingress | 15.7s | 26.2s ⚠️ |
+-------------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19570) |
+----------------+----------+---------------------+
| minikube start | 20.8s | 21.3s |
| enable ingress | 11.8s | 12.3s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19570) |
+----------------+----------+---------------------+
| minikube start | 20.7s | 20.1s |
| enable ingress | 27.4s | 29.5s |
+----------------+----------+---------------------+
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Environment | Test Name | Flake Rate |
---|---|---|
KVM_Linux (3 failed) | TestMultiControlPlane/serial/RestartClusterKeepsNodes(gopogh) | 1.32% (chart) |
KVM_Linux (3 failed) | TestMultiControlPlane/serial/DeleteSecondaryNode(gopogh) | 1.32% (chart) |
Besides the following environments also have failed tests:
Docker_Linux_containerd_arm64: 1 failed (gopogh)
Docker_Linux_crio_arm64: 3 failed (gopogh)
Hyper-V_Windows: 13 failed (gopogh)
Docker_Linux_crio: 3 failed (gopogh)
Docker_Linux_docker_arm64: 1 failed (gopogh)
none_Linux: 1 failed (gopogh)
Docker_Linux: 1 failed (gopogh)
KVM_Linux_crio: 30 failed (gopogh)
Hyperkit_macOS: 14 failed (gopogh)
To see the flake rates of all tests by environment, click here.
Upgrade Headlamp version to 0.25.1 cc: @joaquimrocha