-
Notifications
You must be signed in to change notification settings - Fork 767
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
E2E: Replace outdated images with latest ones #2083
E2E: Replace outdated images with latest ones #2083
Conversation
Pull Request Test Coverage Report for Build 8839078431Details
💛 - Coveralls |
80c850b
to
68a6741
Compare
fe5df76
to
2195ced
Compare
Signed-off-by: Yuki Iwai <[email protected]>
2195ced
to
a798f47
Compare
Everything looks good. |
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.
Thank you for fixing this @tenzen-y!
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich, tenzen-y 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 |
Signed-off-by: Yuki Iwai <[email protected]> Signed-off-by: Weiyu Yen <[email protected]>
Signed-off-by: Yuki Iwai <[email protected]> Signed-off-by: Weiyu Yen <[email protected]>
Signed-off-by: Yuki Iwai <[email protected]>
Signed-off-by: Yuki Iwai <[email protected]>
What this PR does / why we need it:
In the current PyTorch (
gcr.io/kubeflow-ci/pytorch-dist-mnist-test:v1.0
) and Horovod (horovod/horovod:0.20.0-tf2.3.0-torch1.6.0-mxnet1.5.0-py3.7-cpu
) images, it seems that we can not download the model because both images are too older. So, I replaced those images with thehorovod/horovod:0.28.1
and thekubeflow/pytorch-dist-mnist:latest
.Also, I added the action to free up disks on the integration tests to avoid errors the below due to the huge image size.
Furthermore, I increased the required resources to speed up integration tests based on this article.
Which issue(s) this PR fixes (optional, in
Fixes #<issue number>, #<issue number>, ...
format, will close the issue(s) when PR gets merged):Fixes #
Checklist: