-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Use image mirror with multi-arch support #14346
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 image mirror with multi-arch support #14346
Conversation
|
/assign @smarterclayton |
|
Long term plan is to keep working with the upstream to ensure that multi-arch images are available for each supported platform. However, given the lack of generally available hardware (especially for s390x), this is our interim solution to ensure that we're able to continue to cover 90%+ of the e2e parallel suite. Otherwise, we drop back into the high 60s for Z and 80s for power. |
31ce576 to
66f732b
Compare
|
/retest |
dde983f to
56110fc
Compare
|
/retest |
|
/retest |
|
The "managed cluster ..." test will be fixed by #14394 |
56110fc to
2cb3de5
Compare
|
/approve Providing the label necessary for merge, but someone who can interpret the chnages in tests lists should provide |
|
We added one more image to our multi-arch repo, so I'll do another review round of the excluded tests before this is merged. |
0131db6 to
f640f68
Compare
|
List reviewed, it's good to go now. |
|
@r4f4: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
After openshift/origin#24887 we are seeing image pull errors in CI for ppc64le and s390x. So for now we've created our own multi-arch mirror. Signed-off-by: Rafael Fonseca <[email protected]>
f640f68 to
a48cc91
Compare
|
I added a few more false-positive test failures (DNS failures and connection timeouts). |
|
/lgtm I think it's worth checking this in before the holidays since this will increase our coverage, test pass rates, and most importantly, gather us the kind of quality data we need to make decisions when we come back from shutdown. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jaypoulz, petr-muller, r4f4 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@r4f4: Updated the following 7 configmaps:
DetailsIn response to this:
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. |
After openshift/origin#24887 we are seeing image
pull errors in CI for ppc64le and s390x. So for now we've created our
own multi-arch mirror.
Signed-off-by: Rafael Fonseca [email protected]