You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2021/03/30 17:21:00 UTC

[camel-k] 18/20: test: Free more disk space in Kubernetes workflow setup

This is an automated email from the ASF dual-hosted git repository.

astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 2c035d3a17bc995af5876adf243df93bc8ae202c
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Tue Mar 30 09:20:03 2021 +0200

    test: Free more disk space in Kubernetes workflow setup
---
 .github/workflows/kubernetes.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/kubernetes.yml b/.github/workflows/kubernetes.yml
index d61da81..7a76e66 100644
--- a/.github/workflows/kubernetes.yml
+++ b/.github/workflows/kubernetes.yml
@@ -55,6 +55,10 @@ jobs:
         sudo swapoff -a
         sudo rm -f /swapfile
         sudo apt clean
+        sudo rm -rf /usr/share/dotnet
+        sudo rm -rf /opt/ghc
+        sudo rm -rf "/usr/local/share/boost"
+        sudo rm -rf "$AGENT_TOOLSDIRECTORY"
         docker rmi $(docker image ls -aq)
 
         echo "Final status:"