zhengruifeng commented on code in PR #42253:
URL: https://github.com/apache/spark/pull/42253#discussion_r1280054159


##########
.github/workflows/build_and_test.yml:
##########
@@ -408,6 +408,14 @@ jobs:
         key: pyspark-coursier-${{ hashFiles('**/pom.xml', '**/plugins.sbt') }}
         restore-keys: |
           pyspark-coursier-
+    - name: Free up disk space
+      run: |
+        dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 
100
+        df -h
+        rm -rf /__t/CodeQL || echo "fail to delete /__t/CodeQL"
+        rm -rf /__t/go || echo "fail to delete /__t/go"
+        rm -rf /__t/node || echo "fail to delete /__t/node"

Review Comment:
   ```
   88M  /__e/node12
   55M  /__e/node12_alpine
   101M /__e/node16
   89M  /__e/node16_alpine
   8.2G /__t/CodeQL
   16K  /__t/Java_Temurin-Hotspot_jdk
   487M /__t/PyPy
   1.2G /__t/Python
   62M  /__t/Ruby
   1.2G /__t/go
   379M /__t/node
   16K  /__w/_PipelineMapping
   26M  /__w/_actions
   68K  /__w/_temp
   681M /__w/spark
   ```



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to