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

Use crio mirror #14141

Merged
merged 3 commits into from
May 11, 2022
Merged

Use crio mirror #14141

merged 3 commits into from
May 11, 2022

Conversation

spowelljr
Copy link
Member

As per cri-o/cri-o#5343 (comment)

Going to try replacing download.opensuse.org with downloadcontent.opensuse.org and see if that resolves the:

 > [linux/amd64 stage-2 16/42] RUN export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/' | sed 's/armhf/arm-v7/') &&     if [ "$ARCH" != "ppc64le" ] && [ "$ARCH" != "arm-v7" ]; then sh -c "echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/1.22/xUbuntu_20.04/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable:cri-o:1.22.list" &&     curl -LO https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/1.22/xUbuntu_20.04/Release.key &&     apt-key add - < Release.key &&     clean-install cri-o cri-o-runc; fi:
#91 15.04    - Filesize:20115784 [weak]
#91 15.28 Get:3 https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_20.04  cri-o-runc 1.0.1~0 [3011 kB]
#91 15.60 Fetched 3132 kB in 2s (1514 kB/s)
#91 15.60 E: Failed to fetch https://provo-mirror.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/1.22/xUbuntu_20.04/amd64/cri-o_1.22.3~0_amd64.deb  File has unexpected size (20111984 != 20115784). Mirror sync in progress? [IP: 91.193.113.70 443]
#91 15.60    Hashes of expected file:
#91 15.60     - SHA256:964099cd59bd05f396a26a9dd37b1eb50ef6607ed8dbf2816a18e65b045debb9
#91 15.60     - SHA1:df688c023d49384edb5ab287ada13adaf0f178a3 [weak]
#91 15.60     - MD5Sum:7417aecac48b08ecf4b12555b5f53199 [weak]
#91 15.60     - Filesize:20115784 [weak]
#91 15.60 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

We're facing when trying to build kicbase image

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

ok-to-build-image

@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label May 10, 2022
@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 10, 2022
@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.

@sharifelgamal
Copy link
Collaborator

/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 May 11, 2022
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14141) |
+----------------+----------+---------------------+
| minikube start | 53.3s    | 53.2s               |
| enable ingress | 30.4s    | 30.1s               |
+----------------+----------+---------------------+

Times for minikube start: 53.7s 53.4s 55.0s 52.4s 51.9s
Times for minikube (PR 14141) start: 55.4s 51.8s 52.7s 53.1s 53.1s

Times for minikube ingress: 29.7s 30.7s 31.1s 30.1s 30.1s
Times for minikube (PR 14141) ingress: 30.2s 30.6s 30.1s 29.6s 30.1s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14141) |
+----------------+----------+---------------------+
| minikube start | 28.9s    | 25.6s               |
| enable ingress | 22.5s    | 22.9s               |
+----------------+----------+---------------------+

Times for minikube start: 44.2s 25.0s 24.7s 25.2s 25.5s
Times for minikube (PR 14141) start: 25.0s 25.4s 25.5s 25.8s 26.2s

Times for minikube ingress: 23.0s 22.0s 23.0s 21.9s 22.5s
Times for minikube (PR 14141) ingress: 22.9s 23.5s 23.5s 22.9s 21.9s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14141) |
+----------------+----------+---------------------+
| minikube start | 37.4s    | 34.4s               |
| enable ingress | 29.4s    | 23.7s               |
+----------------+----------+---------------------+

Times for minikube start: 42.7s 30.3s 29.8s 44.2s 40.1s
Times for minikube (PR 14141) start: 29.1s 28.7s 40.4s 33.7s 40.0s

Times for minikube ingress: 22.0s 22.0s 22.5s 27.9s 52.4s
Times for minikube (PR 14141) ingress: 22.4s 22.0s 22.4s 19.0s 32.4s

@sharifelgamal sharifelgamal merged commit 4f5e44b into kubernetes:master May 11, 2022
@k8s-ci-robot
Copy link
Contributor

[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:
  • OWNERS [sharifelgamal,spowelljr]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants