linliu-code commented on code in PR #17531:
URL: https://github.com/apache/hudi/pull/17531#discussion_r2669130875
##########
.github/workflows/bot.yml:
##########
@@ -686,6 +686,17 @@ jobs:
distribution: 'temurin'
architecture: x64
cache: maven
+ - name: Check disk space
+ run: df -h
+ - name: 'Free space'
+ run: |
+ sudo rm -rf /usr/share/dotnet
+ sudo rm -rf /usr/local/lib/android
+ sudo rm -rf /opt/ghc
+ sudo rm -rf /usr/local/share/boost
+ docker system prune --all --force --volumes
+ - name: Check disk space after cleanup
+ run: df -h
Review Comment:
This will be rebased away as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]