Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-44618][INFRA] Free up disk space for non-container jobs
### What changes were proposed in this pull request? uninstall unneeded packages, referring to https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh ### Why are the changes needed? increase the available disk space before: ![image](https://github.com/apache/spark/assets/7322292/ba7c6489-41d8-472f-8f73-a7b36422e029) after: ![image](https://github.com/apache/spark/assets/7322292/687d2f1f-8f45-41a8-9fe8-36dcc09e30c7) Unfortunately, this won't work for container jobs (`pyspark`, `sparkr`, `lint`), since those packages were not installed at all ### Does this PR introduce _any_ user-facing change? no, test-only ### How was this patch tested? updated CI Closes apache#42241 from zhengruifeng/infra_clean_non_container. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
- Loading branch information