Closed afbjorklund closed 2 months ago
/ok-to-build-image
Hi @afbjorklund, we have updated your PR with the reference to newly built kicbase image. Pull the changes locally if you want to test with them or update your PR further.
ok-to-build-iso
Thanks, used the wrong command
Hi @afbjorklund, we have updated your PR with the reference to newly built ISO. Pull the changes locally if you want to test with them or update your PR further.
/ok-to-test
kvm2 driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19511) |
+----------------+----------+---------------------+
| minikube start | 49.8s | 49.5s |
| enable ingress | 14.7s | 15.0s |
+----------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19511) |
+----------------+----------+---------------------+
| minikube start | 22.5s | 22.3s |
| enable ingress | 12.8s | 13.2s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19511) |
+----------------+----------+---------------------+
| minikube start | 21.7s | 21.4s |
| enable ingress | 37.4s | 36.4s |
+----------------+----------+---------------------+
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 (3 failed) | TestStartStop/group/old-k8s-version/serial/SecondStart(gopogh) | 6.82% (chart) |
Docker_Linux_crio (3 failed) | TestFunctional/parallel/ImageCommands/ImageLoadFromFile(gopogh) | 6.86% (chart) |
Docker_Linux_containerd (1 failed) | TestDownloadOnly/v1.31.0/json-events(gopogh) | 0.00% (chart) |
KVM_Linux_containerd (1 failed) | TestFunctional/parallel/MountCmd/specific-port(gopogh) | 1.14% (chart) |
Besides the following environments also have failed tests:
KVM_Linux_crio: 31 failed (gopogh)
Docker_Linux_containerd_arm64: 2 failed (gopogh)
QEMU_macOS: 97 failed (gopogh)
Docker_Cloud_Shell: 5 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: afbjorklund, spowelljr
The full list of commands accepted by this bot can be found here.
The pull request process is described here
https://github.com/cri-o/cri-o/pull/3545/commits/086982d6184f73681999828905b5a422a92f7024
Closes #18025