Closed spowelljr closed 1 month ago
/ok-to-test
kvm2 driver with docker runtime
+-------------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19716) |
+-------------------+----------+---------------------+
| minikube start | 50.6s | 50.1s |
| ⚠️ enable ingress | 15.9s | 27.6s ⚠️ |
+-------------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19716) |
+----------------+----------+---------------------+
| minikube start | 22.7s | 23.7s |
| enable ingress | 12.6s | 11.4s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19716) |
+----------------+----------+---------------------+
| minikube start | 20.5s | 21.6s |
| enable ingress | 26.2s | 26.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 (4 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Docker_Linux_docker_arm64 (2 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
none_Linux (2 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
KVM_Linux (2 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Docker_Cloud_Shell (7 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Docker_Linux_crio (4 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Docker_Linux (2 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Besides the following environments also have failed tests:
Hyperkit_macOS: 14 failed (gopogh)
KVM_Linux_crio: 31 failed (gopogh)
Docker_Linux_containerd_arm64: 2 failed (gopogh)
QEMU_macOS: 100 failed (gopogh)
To see the flake rates of all tests by environment, click here.
kvm2 driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19716) |
+----------------+----------+---------------------+
| minikube start | 50.9s | 52.4s |
| enable ingress | 15.5s | 15.3s |
+----------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19716) |
+----------------+----------+---------------------+
| minikube start | 22.4s | 22.2s |
| enable ingress | 12.5s | 11.8s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19716) |
+----------------+----------+---------------------+
| minikube start | 20.8s | 21.8s |
| enable ingress | 22.9s | 26.1s |
+----------------+----------+---------------------+
kvm2 driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19716) |
+----------------+----------+---------------------+
| minikube start | 48.4s | 49.2s |
| enable ingress | 15.1s | 15.3s |
+----------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19716) |
+----------------+----------+---------------------+
| minikube start | 22.4s | 21.9s |
| enable ingress | 12.8s | 13.2s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19716) |
+----------------+----------+---------------------+
| minikube start | 21.3s | 21.8s |
| enable ingress | 26.4s | 24.8s |
+----------------+----------+---------------------+
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Environment | Test Name | Flake Rate |
---|---|---|
Docker_Linux (1 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Docker_Linux_docker_arm64 (1 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
KVM_Linux (1 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
none_Linux (1 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Docker_Linux_crio_arm64 (3 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Docker_Cloud_Shell (6 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Docker_Linux_crio (3 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Besides the following environments also have failed tests:
To see the flake rates of all tests by environment, click here.
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Environment | Test Name | Flake Rate |
---|---|---|
Docker_Linux (1 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Docker_Linux_crio (3 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
KVM_Linux (1 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
none_Linux (1 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Docker_Linux_crio_arm64 (3 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Docker_Linux_docker_arm64 (1 failed) | TestAddons/serial/GCPAuth/PullSecret(gopogh) | Unknown |
Besides the following environments also have failed tests:
Docker_macOS: 20 failed (gopogh)
KVM_Linux_crio: 34 failed (gopogh)
QEMU_macOS: 101 failed (gopogh)
Docker_Linux_containerd_arm64: 2 failed (gopogh)
To see the flake rates of all tests by environment, click here.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: medyagh, spowelljr
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Simply moving all of the GCP-Auth addon test that's not already in a subtest into a sub test so failures are properly displayed in gopogh, part of https://github.com/kubernetes/minikube/issues/19714.