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


##########
.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:
   I can not find an official way to uninstall 
[CodeQL](https://codeql.github.com/docs/codeql-overview/about-codeql/#:~:text=In%20CodeQL%2C%20code%20is%20treated%20like%20data.%20Security,write%20your%20own%20to%20use%20in%20custom%20analyses.)
 (like pip/apt-get/etc)



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