From eceed35de84b3c4df21192bd57a8765301291a73 Mon Sep 17 00:00:00 2001 From: vakarisbk Date: Tue, 17 Oct 2023 15:26:24 +0300 Subject: [PATCH] change spage usage checks --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df156c8..ac77be1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -266,7 +266,9 @@ jobs: - name: Test - check space usage run: | - df -h + df -h / + du -sh /* + du -sh /mnt/* - name: Test - Run Spark on K8S integration test (With driver cpu 0.5, executor cpu 0.2 limited) working-directory: ${{ github.workspace }}/spark @@ -314,7 +316,9 @@ jobs: - name: Test - check space usage run: | - df -h + df -h / + du -sh /* + du -sh /mnt/* - name: Test - Upload Spark on K8S integration tests log files if: failure()