-
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
Replace XGBoost image for E2E with community hosted #1922
Replace XGBoost image for E2E with community hosted #1922
Conversation
445e5a7
to
bf7f5aa
Compare
Pull Request Test Coverage Report for Build 6339877052
💛 - Coveralls |
8ec9ed5
to
082d6a3
Compare
812e3b7
to
4f49c30
Compare
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
4f49c30
to
b4023e2
Compare
# This step is a Workaround to avoid the "No space left on device" error. | ||
# ref: https://github.com/actions/runner-images/issues/2840 | ||
- name: Remove unnecessary files | ||
shell: bash | ||
run: | | ||
sudo rm -rf /usr/share/dotnet | ||
sudo rm -rf /opt/ghc | ||
sudo rm -rf "/usr/local/share/boost" | ||
sudo rm -rf "$AGENT_TOOLSDIRECTORY" | ||
sudo rm -rf /usr/local/lib/android | ||
sudo rm -rf /usr/local/share/powershell | ||
sudo rm -rf /usr/share/swift | ||
|
||
echo "Disk usage after cleanup:" | ||
df -h |
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.
To avoid No space left on device
error:
https://github.com/kubeflow/training-operator/actions/runs/6338749256
/assign @johnugeorge @terrytangyuan |
/assign @kuizhiqing |
lgtm |
Could you say |
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.
Thanks!
/lgtm
[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 |
What this PR does / why we need it:
I replaced the image with community hosted one.
follow up: #1913
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: