apache / submarine

Submarine is Cloud Native Machine Learning Platform.
https://submarine.apache.org/
Apache License 2.0
689 stars 252 forks source link

SUBMARINE-1408. Fix ubuntu low disk space issue #1104

Closed cdmikechen closed 10 months ago

cdmikechen commented 10 months ago

What is this PR for?

Recently, in the github actions, there is less and less space left in ubuntu, which leads to a no disk space exception in one of the steps of the workflow. Therefore, we need to remove unneeded packages and files from the ubuntu to make as much space as possible for python packages, docker images, and k8s.

What type of PR is it?

Hot Fix

Todos

What is the Jira issue?

https://issues.apache.org/jira/browse/SUBMARINE-1408

How should this be tested?

CI test

Screenshots (if appropriate)

Before:

image

After:

image

Questions:

codecov[bot] commented 10 months ago

Codecov Report

Merging #1104 (282251b) into master (42785be) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1104   +/-   ##
=======================================
  Coverage   66.83%   66.83%           
=======================================
  Files         130      130           
  Lines        6320     6320           
=======================================
  Hits         4224     4224           
  Misses       2096     2096           
Flag Coverage Δ
python-integration 53.97% <ø> (ø)
python-unit 47.86% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more