You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by tr...@apache.org on 2022/10/28 16:29:21 UTC

[flume] branch trunk updated: Debug disk space issues

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

tristan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 137a9e4ea Debug disk space issues
137a9e4ea is described below

commit 137a9e4ea18011c8371704d689be12c92c5534d4
Author: Tristan Stevens <tm...@users.noreply.github.com>
AuthorDate: Fri Oct 28 17:29:13 2022 +0100

    Debug disk space issues
---
 .github/workflows/build.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 96130aac1..8359a619d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,6 +52,9 @@ jobs:
       - name: Inspect environment (MacOS)
         if: runner.os == 'macOS'
         run: env | grep '^JAVA'
+        
+      - name: Show disk usage before
+        run: df -hk 
 
       - name: Build with Maven
         timeout-minutes: 120
@@ -61,3 +64,6 @@ jobs:
           --show-version --batch-mode --errors --no-transfer-progress \
           -DtrimStackTrace=false \
           -Dsurefire.rerunFailingTestsCount=2
+          
+      - name: Show disk usage after
+        run: df -hk