-
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
buildkit socket: Add systemd unit #12081
Conversation
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.
Looking good! Need to try it now, see if we missed something else
4797ad8
to
250b93e
Compare
926f060
to
da2c4d8
Compare
83e799b
to
97b0617
Compare
Tested and working, waiting for #12425 to be merged before building ISO and kicbase to prevent merge conflicts |
66aa09b
to
ab9d2d8
Compare
Blocked by cri-o/cri-o#5343 |
ok-to-build-image |
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. |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 49.6s 48.7s 48.4s 47.8s 48.0s Times for minikube ingress: 31.8s 32.3s 40.3s 33.3s 32.4s docker driver with docker runtime
Times for minikube ingress: 27.4s 35.4s 26.4s 29.0s 26.9s Times for minikube start: 23.4s 22.3s 22.1s 21.4s 21.4s docker driver with containerd runtime
Times for minikube start: 27.7s 42.0s 43.7s 44.0s 43.8s Times for minikube (PR 12081) ingress: 33.9s 29.9s 36.9s 21.6s 40.4s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
/retest-this-please |
kvm2 driver with docker runtime
Times for minikube ingress: 33.3s 31.4s 31.8s 32.8s 31.2s Times for minikube start: 53.3s 47.6s 46.9s 48.2s 47.7s docker driver with docker runtime
Times for minikube start: 22.0s 21.4s 21.0s 22.6s 22.4s Times for minikube ingress: 34.9s 27.9s 26.9s 27.0s 35.4s docker driver with containerd runtime
Times for minikube start: 41.5s 44.2s 36.9s 43.7s 43.7s Times for minikube ingress: 23.9s 22.9s 26.4s 26.9s 33.5s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sharifelgamal, 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 |
8507375
to
4a83d43
Compare
ok-to-build-iso |
Hi @spowelljr, 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: 50.3s 47.2s 48.0s 48.2s 48.9s Times for minikube ingress: 31.3s 32.4s 30.9s 31.8s 31.4s docker driver with docker runtime
Times for minikube start: 23.1s 21.3s 21.8s 21.6s 22.2s Times for minikube ingress: 27.5s 27.0s 26.4s 26.4s 27.0s docker driver with containerd runtime
Times for minikube start: 28.3s 43.8s 45.1s 43.3s 44.0s Times for minikube (PR 12081) ingress: 32.5s 32.9s 19.4s 29.0s 32.5s |
kvm2 driver with docker runtime
Times for minikube start: 50.7s 47.5s 48.0s 46.9s 48.6s Times for minikube ingress: 32.3s 31.4s 31.3s 31.8s 33.3s docker driver with docker runtime
Times for minikube start: 22.4s 21.8s 22.2s 22.0s 22.4s Times for minikube ingress: 26.4s 27.4s 33.9s 27.4s 26.5s docker driver with containerd runtime
Times for minikube start: 30.0s 43.7s 43.1s 25.5s 44.0s Times for minikube ingress: 28.5s 32.5s 32.9s 32.5s 28.5s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
Closes #9947
Closes #12264
Creating a systemd unit that we can use to start the buildkit daemon.