Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions dev/free_disk_space_container
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
# limitations under the License.
#

set -ex

echo "=================================="
echo "Free up disk space on CI system"
echo "=================================="
Expand All @@ -29,5 +31,9 @@ echo "Removing large packages"
rm -rf /__t/CodeQL
rm -rf /__t/go
rm -rf /__t/node
rm -rf /__t/PyPy
rm -rf /__t/Python
rm -rf /__t/Ruby
du -sh /__t/*

df -h