Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minikube v1.32.0-beta.0 release #17515

Merged
merged 2 commits into from
Oct 28, 2023

Conversation

spowelljr
Copy link
Member

No description provided.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Oct 27, 2023
@spowelljr
Copy link
Member Author

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Oct 27, 2023
CHANGELOG.md Outdated Show resolved Hide resolved
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 17515) |
+----------------+----------+---------------------+
| minikube start | 50.1s    | 52.0s               |
| enable ingress | 26.8s    | 26.7s               |
+----------------+----------+---------------------+

Times for minikube (PR 17515) start: 51.7s 52.8s 51.2s 51.9s 52.4s
Times for minikube start: 47.4s 51.7s 51.5s 50.2s 49.7s

Times for minikube ingress: 28.2s 27.2s 27.2s 27.1s 24.1s
Times for minikube (PR 17515) ingress: 27.2s 24.2s 28.2s 26.7s 27.2s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 17515) |
+----------------+----------+---------------------+
| minikube start | 24.7s    | 24.9s               |
| enable ingress | 21.4s    | 21.3s               |
+----------------+----------+---------------------+

Times for minikube start: 25.4s 26.3s 24.2s 25.6s 22.3s
Times for minikube (PR 17515) start: 22.2s 25.2s 25.2s 26.0s 26.0s

Times for minikube ingress: 20.9s 20.8s 21.8s 20.4s 22.9s
Times for minikube (PR 17515) ingress: 21.9s 20.9s 20.9s 21.9s 20.9s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 17515) |
+----------------+----------+---------------------+
| minikube start | 21.7s    | 22.8s               |
| enable ingress | 31.4s    | 29.3s               |
+----------------+----------+---------------------+

Times for minikube start: 21.2s 21.7s 23.7s 20.5s 21.3s
Times for minikube (PR 17515) start: 20.6s 24.1s 24.7s 21.1s 23.5s

Times for minikube ingress: 31.4s 31.3s 31.4s 31.4s 31.4s
Times for minikube (PR 17515) ingress: 32.4s 32.4s 31.4s 18.9s 31.4s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Cloud_Shell TestFunctional/parallel/License (gopogh) 0.00 (chart)
Docker_Linux_containerd_arm64 TestFunctional/parallel/License (gopogh) 0.00 (chart)
Docker_Linux_containerd_arm64 TestScheduledStopUnix (gopogh) 0.00 (chart)
Docker_Linux_containerd TestAddons/parallel/MetricsServer (gopogh) 0.00 (chart)
Docker_Linux_containerd TestFunctional/parallel/License (gopogh) 0.00 (chart)
Docker_Linux_crio_arm64 TestFunctional/parallel/License (gopogh) 0.00 (chart)
Docker_Linux_crio TestFunctional/parallel/License (gopogh) 0.00 (chart)
Docker_Linux_docker_arm64 TestFunctional/parallel/License (gopogh) 0.00 (chart)
Docker_Linux TestFunctional/parallel/License (gopogh) 0.00 (chart)
Docker_macOS TestFunctional/parallel/License (gopogh) 0.00 (chart)
Docker_macOS TestHyperkitDriverSkipUpgrade/upgrade-v1.2.0-to-current (gopogh) 0.00 (chart)
Hyperkit_macOS TestFunctional/parallel/License (gopogh) 0.00 (chart)
Hyperkit_macOS TestHyperkitDriverSkipUpgrade/upgrade-v1.2.0-to-current (gopogh) 0.00 (chart)
KVM_Linux_containerd TestFunctional/parallel/License (gopogh) 0.00 (chart)
KVM_Linux_crio TestFunctional/parallel/License (gopogh) 0.00 (chart)
KVM_Linux TestFunctional/parallel/License (gopogh) 0.00 (chart)
KVM_Linux TestPause/serial/Start (gopogh) 0.00 (chart)
none_Linux TestFunctional/parallel/License (gopogh) 0.00 (chart)
QEMU_macOS TestFunctional/parallel/License (gopogh) 0.00 (chart)
KVM_Linux TestPreload (gopogh) 1.25 (chart)
QEMU_macOS TestImageBuild/serial/Setup (gopogh) 6.90 (chart)
Hyperkit_macOS TestRunningBinaryUpgrade (gopogh) 12.86 (chart)
Hyperkit_macOS TestBinaryMirror (gopogh) 48.57 (chart)
Hyperkit_macOS TestDownloadOnly/v1.28.3/json-events (gopogh) 48.57 (chart)
Hyperkit_macOS TestDownloadOnly/v1.28.3/kubectl (gopogh) 48.57 (chart)

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

@k8s-ci-robot
Copy link
Contributor

[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

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@spowelljr spowelljr merged commit 12f5db0 into kubernetes:master Oct 28, 2023
8 checks passed
@spowelljr spowelljr deleted the minikube1320beta0 branch October 28, 2023 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants