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

kicbase: Update Ubuntu base image #16068

Merged
merged 2 commits into from
Mar 17, 2023
Merged

Conversation

spowelljr
Copy link
Member

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

ok-to-build-image

@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Mar 16, 2023
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: 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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 16, 2023
@minikube-bot
Copy link
Collaborator

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

@spowelljr
Copy link
Member Author

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Mar 16, 2023
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 16068) |
+----------------+----------+---------------------+
| minikube start | 55.4s    | 53.9s               |
| enable ingress | 26.5s    | 29.7s               |
+----------------+----------+---------------------+

Times for minikube start: 56.8s 55.5s 55.8s 55.7s 53.0s
Times for minikube (PR 16068) start: 54.3s 56.0s 53.4s 51.8s 53.9s

Times for minikube ingress: 25.3s 25.3s 26.3s 26.8s 28.8s
Times for minikube (PR 16068) ingress: 24.8s 38.3s 28.3s 28.8s 28.3s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 16068) |
+----------------+----------+---------------------+
| minikube start | 27.0s    | 27.1s               |
| enable ingress | 21.7s    | 21.7s               |
+----------------+----------+---------------------+

Times for minikube ingress: 22.1s 21.6s 22.1s 21.1s 21.6s
Times for minikube (PR 16068) ingress: 22.1s 20.6s 23.6s 21.1s 21.1s

Times for minikube start: 27.9s 26.3s 27.4s 27.2s 26.1s
Times for minikube (PR 16068) start: 27.3s 27.7s 27.2s 25.9s 27.3s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 16068) |
+----------------+----------+---------------------+
| minikube start | 23.1s    | 22.7s               |
| enable ingress | 38.2s    | 35.2s               |
+----------------+----------+---------------------+

Times for minikube start: 22.9s 23.5s 23.0s 23.5s 22.7s
Times for minikube (PR 16068) start: 23.0s 22.9s 22.6s 22.0s 23.1s

Times for minikube ingress: 48.6s 30.6s 32.6s 47.6s 31.6s
Times for minikube (PR 16068) ingress: 31.6s 31.6s 31.6s 33.6s 47.6s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Hyperkit_macOS TestPause/serial/SecondStartNoReconfiguration (gopogh) 5.56 (chart)
Docker_Windows TestPause/serial/PauseAgain (gopogh) 16.67 (chart)
Hyper-V_Windows TestPause/serial/SecondStartNoReconfiguration (gopogh) 23.38 (chart)
Hyper-V_Windows TestNoKubernetes/serial/StartWithK8s (gopogh) 45.45 (chart)
Hyper-V_Windows TestRunningBinaryUpgrade (gopogh) 66.23 (chart)
Hyper-V_Windows TestStoppedBinaryUpgrade/Upgrade (gopogh) 94.81 (chart)
Docker_Linux TestMultiNode/serial/DeployApp2Nodes (gopogh) 100.00 (chart)
Docker_Linux TestMultiNode/serial/PingHostFrom2Pods (gopogh) 100.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageLoadDaemon (gopogh) 100.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageLoadFromFile (gopogh) 100.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageReloadDaemon (gopogh) 100.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageSaveDaemon (gopogh) 100.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageSaveToFile (gopogh) 100.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (gopogh) 100.00 (chart)
Hyper-V_Windows TestFunctional/parallel/ImageCommands/Setup (gopogh) 100.00 (chart)
Hyper-V_Windows TestMultiNode/serial/PingHostFrom2Pods (gopogh) 100.00 (chart)
Hyper-V_Windows TestMultiNode/serial/RestartKeepsNodes (gopogh) 100.00 (chart)
KVM_Linux_containerd TestPreload (gopogh) 100.00 (chart)

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

@medyagh medyagh merged commit ef22f3d into kubernetes:master Mar 17, 2023
@spowelljr spowelljr deleted the updateUbuntu branch March 17, 2023 17:27
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/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants