-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Added version.json and CHANGELOG to kicbase image and ISO. Added version validation to start.go. #15235
Conversation
Hi @ckannon. 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 Once the patch is verified, the new status will be reflected by the 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/test-infra repository. |
Can one of the admins verify this patch? |
5c388b3
to
cd825bd
Compare
ok-to-build-iso |
ok-to-build-image |
Hi @ckannon, building a new kicbase image failed. |
ok-to-build-image |
Hi @ckannon, building a new kicbase image failed. |
Added CHANGELOG to kicbase and ISO. Updated gh to latest version 2.18.1.
ok-to-build-image |
Hi @ckannon, 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 |
kvm2 driver with docker runtime
Times for minikube start: 53.4s 53.3s 55.6s 55.4s 52.7s Times for minikube ingress: 25.2s 27.6s 26.6s 27.1s 27.6s docker driver with docker runtime
Times for minikube (PR 15235) ingress: 21.5s 21.5s 21.0s 22.0s 22.0s Times for minikube start: 25.2s 25.7s 28.4s 26.0s 26.4s docker driver with containerd runtime
Times for minikube start: 22.2s 22.1s 21.5s 22.0s 22.5s Times for minikube ingress: 27.0s 27.0s 27.4s 27.0s 27.5s |
kvm2 driver with docker runtime
Times for minikube (PR 15235) start: 53.6s 52.5s 51.6s 54.6s 51.9s Times for minikube ingress: 28.7s 26.2s 29.2s 28.7s 28.2s docker driver with docker runtime
Times for minikube ingress: 25.5s 22.4s 22.5s 50.5s 21.5s Times for minikube start: 28.6s 26.6s 28.5s 28.3s 26.8s docker driver with containerd runtime
Times for minikube ingress: 27.0s 27.0s 27.0s 26.0s 26.5s Times for minikube start: 21.9s 22.5s 22.4s 22.6s 22.3s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
Hi @ckannon, 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. |
kvm2 driver with docker runtime
Times for minikube start: 51.5s 52.8s 54.2s 52.0s 54.6s Times for minikube (PR 15235) ingress: 28.2s 24.2s 24.7s 28.2s 28.3s docker driver with docker runtime
Times for minikube ingress: 20.5s 21.9s 21.9s 21.0s 20.0s Times for minikube start: 25.1s 25.1s 28.3s 25.0s 26.0s docker driver with containerd runtime
Times for minikube start: 22.3s 24.5s 22.6s 21.8s 21.4s Times for minikube ingress: 26.4s 25.9s 25.9s 27.4s 26.0s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you're changing the time-to-k8s repo version back, once that gets reverted this looks good to merge
(cherry picked from commit 9c10fe2)
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckannon, 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 |
kvm2 driver with docker runtime
Times for minikube ingress: 24.1s 28.1s 27.6s 28.6s 27.6s Times for minikube start: 53.5s 52.5s 51.2s 53.8s 55.8s docker driver with docker runtime
Times for minikube (PR 15235) start: 25.9s 25.0s 25.1s 25.9s 28.0s Times for minikube ingress: 22.0s 19.5s 20.5s 22.0s 20.5s docker driver with containerd runtime
Times for minikube start: 22.5s 21.0s 21.8s 21.4s 21.8s Times for minikube ingress: 26.0s 27.4s 26.4s 26.5s 26.0s |
kvm2 driver with docker runtime
Times for minikube ingress: 25.7s 25.7s 28.7s 27.6s 27.8s Times for minikube start: 54.3s 52.9s 52.6s 53.2s 54.0s docker driver with docker runtime
Times for minikube start: 25.1s 26.7s 25.7s 28.6s 25.8s Times for minikube ingress: 22.0s 20.5s 19.4s 20.9s 20.0s docker driver with containerd runtime
Times for minikube ingress: 26.5s 26.0s 26.0s 26.0s 26.4s Times for minikube start: 22.0s 33.0s 25.2s 21.5s 22.7s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
Adds version.json to iso and kicbase image, fixes #10561 also adds version validation.