-
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
CI: add functional_docker_rootless_containerd_ubuntu #15450
Conversation
Can one of the admins verify this patch? |
9712ea5
to
7e77cc2
Compare
nice ! @AkihiroSuda |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 56.0s 54.6s 54.0s 58.6s 55.7s Times for minikube ingress: 28.2s 26.2s 28.2s 29.2s 25.6s docker driver with docker runtime
Times for minikube ingress: 21.5s 21.4s 21.0s 19.5s 21.5s Times for minikube start: 24.2s 25.4s 24.0s 24.8s 24.7s docker driver with containerd runtime
Times for minikube start: 22.2s 22.0s 22.5s 23.4s 22.6s Times for minikube ingress: 26.4s 26.4s 26.4s 25.9s 26.5s |
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. |
@medyagh @afbjorklund Could you take a look? |
7e77cc2
to
5ec1a8d
Compare
Rebased |
kvm2 driver with docker runtime
Times for minikube start: 54.0s 54.3s 55.9s 57.0s 53.4s Times for minikube (PR 15450) ingress: 24.7s 24.6s 24.7s 25.6s 28.6s docker driver with docker runtime
Times for minikube start: 25.0s 24.7s 24.2s 27.8s 28.8s Times for minikube ingress: 20.4s 22.5s 19.5s 22.5s 20.4s docker driver with containerd runtime
Times for minikube start: 22.5s 25.1s 22.2s 22.8s 21.8s Times for minikube ingress: 26.0s 26.5s 26.0s 26.4s 26.4s |
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. |
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
So that google/go-containerregistry can pick it up Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Fix issue 12456 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
5ec1a8d
to
6ab61b7
Compare
/retest-this-please |
kvm2 driver with docker runtime
Times for minikube start: 57.1s 54.2s 67.4s 53.9s 55.9s Times for minikube ingress: 27.7s 28.7s 28.7s 28.7s 27.7s docker driver with docker runtime
Times for minikube (PR 15450) start: 25.5s 25.3s 27.8s 29.3s 28.7s Times for minikube ingress: 20.0s 19.5s 20.5s 81.4s 20.5s docker driver with containerd runtime
Times for minikube start: 21.7s 21.6s 22.4s 22.3s 25.2s Times for minikube (PR 15450) ingress: 26.0s 26.0s 26.0s 26.0s 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 good, thanks for the PR
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AkihiroSuda, 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 |
For testing the
docker
driver with Rootless Docker.The
ubuntu-22.04
image on GHA is used as the cgroup v2 infra.Fix #12456