-
Notifications
You must be signed in to change notification settings - Fork 706
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
Add CI to build example images #1731
Conversation
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
# TODO (tenzen-y): Fix the below broken Dockerfiles | ||
# - component-name: lightgbm-dist-py-test | ||
# dockerfile: examples/xgboost/lightgbm-dist/Dockerfile | ||
# - component-name: xgboost-dist-rabit-test | ||
# dockerfile: examples/xgboost/smoke-dist/Dockerfile | ||
# - component-name: xgboost-dist-iris | ||
# dockerfile: examples/xgboost/xgboost-dist | ||
# - component-name: mxnet-gpu | ||
# dockerfile: examples/mxnet/train/Dockerfile | ||
# - component-name: mxnet-auto-tuning | ||
# dockerfile: examples/mxnet/tune/Dockerfile | ||
# - component-name: pytorch-dist-mnist-mpi | ||
# dockerfile: examples/pytorch/mnist/Dockerfile-mpi | ||
# - component-name: pytorch-dist-mnist | ||
# dockerfile: examples/pytorch/mnist/Dockerfile |
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.
These images could not build or failed to run.
We need to fix these images in other PRs.
Pull Request Test Coverage Report for Build 3966902837
💛 - Coveralls |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tenzen-y, terrytangyuan 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 yuki.iwai.tz@gmail.com
What this PR does / why we need it:
I added the GHA config to build example images.
I verified operations using the following images:
ytenzen/tf-dist-mnist-test:latest
ytenzen/tf-distributed-worker:latest
ytenzen/tf-multi-worker-strategy:latest
ytenzen/tf-mnist-with-summaries:latest
ytenzen/tf-smoke:latest
ytenzen/pytorch-dist-sendrecv-test:latest
ytenzen/pytorch-elastic-example-imagenet:latest
ytenzen/pytorch-elastic-example-echo:latest
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: