You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "zhengruifeng (via GitHub)" <gi...@apache.org> on 2023/08/01 02:44:25 UTC

[GitHub] [spark] zhengruifeng commented on a diff in pull request #42253: [SPARK-44619][INFRA] Free up disk space for pyspark container jobs

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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org