8000 Kicbase: Bump ubuntu:jammy from 20250126 to 20250415.1 by minikube-bot · Pull Request #20718 · kubernetes/minikube · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Kicbase: Bump ubuntu:jammy from 20250126 to 20250415.1 #20718

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

Merged
merged 2 commits into from
May 9, 2025

Conversation

minikube-bot
Copy link
Collaborator

The ubuntu:jammy image released a new version

This PR was auto-generated by make update-ubuntu-version using update-ubuntu-version.yml CI Workflow.

@minikube-bot
Copy link
Collaborator Author

ok-to-build-image

@minikube-bot minikube-bot force-pushed the auto_bump_ubuntu_version branch from f61e8ad to 1b0f2a7 Compare May 8, 2025 19:07
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 8, 2025
@k8s-ci-robot k8s-ci-robot requested review from medyagh and prezha May 8, 2025 19:07
@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label May 8, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @minikube-bot. 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.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 8, 2025
@medyagh
Copy link
Member
medyagh commented May 8, 2025

/ok-to-build-image

@minikube-bot
Copy link
Collaborator Author

Hi @minikube-bot, 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.

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 8, 2025
@medyagh
Copy link
Member
medyagh commented May 8, 2025

/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. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels May 8, 2025
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 20718) |
+----------------+----------+---------------------+
| minikube start | 52.3s    | 53.4s               |
| enable ingress | 16.1s    | 17.4s               |
+----------------+----------+---------------------+

Times for minikube ingress: 16.0s 18.7s 16.0s 14.6s 15.5s
Times for minikube (PR 20718) ingress: 19.0s 19.0s 15.5s 14.5s 19.0s

Times for minikube start: 52.1s 54.1s 50.7s 52.5s 51.9s
Times for minikube (PR 20718) start: 52.0s 53.6s 52.0s 55.0s 54.3s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 20718) |
+----------------+----------+---------------------+
| minikube start | 23.8s    | 23.6s               |
| enable ingress | 12.9s    | 12.5s               |
+----------------+----------+---------------------+

Times for minikube ingress: 12.8s 11.8s 13.3s 13.8s 12.8s
Times for minikube (PR 20718) ingress: 12.8s 12.8s 12.3s 12.8s 11.8s

Times for minikube start: 25.1s 24.6s 21.3s 23.1s 25.0s
Times for minikube (PR 20718) start: 23.3s 25.5s 23.2s 23.4s 22.4s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 20718) |
+----------------+----------+---------------------+
| minikube start | 22.0s    | 21.3s               |
| enable ingress | 32.1s    | 22.9s               |
+----------------+----------+---------------------+

Times for minikube ingress: 39.3s 22.8s 29.4s 30.2s 38.8s
Times for minikube (PR 20718) ingress: 23.3s 22.7s 22.8s 22.7s 22.8s

Times for minikube start: 22.2s 22.7s 21.4s 23.0s 20.6s
Times for minikube (PR 20718) start: 22.5s 21.6s 19.7s 21.1s 21.7s

@medyagh
Copy link
Member
medyagh commented May 9, 2025

/lgtm

@medyagh medyagh merged commit 47f7a18 into kubernetes:master May 9, 2025
28 of 40 checks passed
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 9, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: medyagh, minikube-bot

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 9, 2025
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. lgtm "Looks good to me", indicates that a PR is ready to be merged. 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
0