kubernetes / minikube

Run Kubernetes locally
https://minikube.sigs.k8s.io/
Apache License 2.0
29.5k stars 4.89k forks source link

Upgrade minikube-machine for dependencies #19454

Closed afbjorklund closed 2 months ago

afbjorklund commented 3 months ago
github.com/intel-go/cpuid => github.com/aregm/cpuid

github.com/samalba/dockerclient => github.com/sayboras/dockerclient

Bumps machine, but no code changes

afbjorklund commented 3 months ago

/ok-to-test

minikube-pr-bot commented 3 months ago

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 19454) |
+----------------+----------+---------------------+
| minikube start | 50.1s    | 50.6s               |
| enable ingress | 15.5s    | 17.1s               |
+----------------+----------+---------------------+
Times for minikube (PR 19454) ingress: 15.9s 16.5s 19.0s 14.9s 19.0s Times for minikube ingress: 14.5s 16.0s 15.9s 16.0s 15.0s Times for minikube start: 50.6s 49.2s 49.7s 49.1s 51.9s Times for minikube (PR 19454) start: 50.3s 51.0s 49.8s 48.8s 53.0s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 19454) |
+----------------+----------+---------------------+
| minikube start | 23.0s    | 22.2s               |
| enable ingress | 12.8s    | 12.9s               |
+----------------+----------+---------------------+
Times for minikube start: 24.3s 23.0s 24.1s 23.6s 20.2s Times for minikube (PR 19454) start: 23.6s 19.9s 23.0s 23.9s 20.4s Times for minikube (PR 19454) ingress: 12.7s 13.3s 12.7s 13.3s 12.2s Times for minikube ingress: 13.2s 12.7s 12.3s 12.8s 12.7s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 19454) |
+----------------+----------+---------------------+
| minikube start | 20.6s    | 22.1s               |
| enable ingress | 36.1s    | 32.8s               |
+----------------+----------+---------------------+
Times for minikube ingress: 40.2s 22.7s 39.2s 39.2s 39.2s Times for minikube (PR 19454) ingress: 39.3s 23.2s 39.3s 39.2s 22.8s Times for minikube start: 19.0s 19.6s 19.9s 22.2s 22.3s Times for minikube (PR 19454) start: 22.7s 19.9s 22.6s 22.3s 22.7s
minikube-pr-bot commented 3 months ago

Here are the number of top 10 failed tests in each environments with lowest flake rate.

Environment Test Name Flake Rate
Docker_Linux_containerd_arm64 (2 failed) TestStartStop/group/old-k8s-version/serial/SecondStart(gopogh) 47.37% (chart)

Besides the following environments also have failed tests:

To see the flake rates of all tests by environment, click here.

k8s-ci-robot commented 3 months ago

[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

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes/minikube/blob/master/OWNERS)~~ [spowelljr] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment