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

etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 951d09910c Build: Free disk space before running action in Spark CI 
(#9786)
951d09910c is described below

commit 951d09910c8a1d2db21c70b1698785502db705f9
Author: Manu Zhang <[email protected]>
AuthorDate: Fri Mar 8 01:54:08 2024 +0800

    Build: Free disk space before running action in Spark CI (#9786)
---
 .github/workflows/spark-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.github/workflows/spark-ci.yml b/.github/workflows/spark-ci.yml
index c558f27777..64469d3e65 100644
--- a/.github/workflows/spark-ci.yml
+++ b/.github/workflows/spark-ci.yml
@@ -86,6 +86,9 @@ jobs:
             ~/.gradle/wrapper
           key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', 
'**/gradle-wrapper.properties') }}
           restore-keys: ${{ runner.os }}-gradle-
+      - uses: jlumbroso/[email protected]
+        with:
+          tool-cache: false
       - run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' | 
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
       - run: ./gradlew -DsparkVersions=${{ matrix.spark }} -DscalaVersion=2.12 
-DhiveVersions= -DflinkVersions= :iceberg-spark:iceberg-spark-${{ matrix.spark 
}}_2.12:check :iceberg-spark:iceberg-spark-extensions-${{ matrix.spark 
}}_2.12:check :iceberg-spark:iceberg-spark-runtime-${{ matrix.spark 
}}_2.12:check -Pquick=true -x javadoc
       - uses: actions/upload-artifact@v4
@@ -116,6 +119,9 @@ jobs:
             ~/.gradle/wrapper
           key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', 
'**/gradle-wrapper.properties') }}
           restore-keys: ${{ runner.os }}-gradle-
+      - uses: jlumbroso/[email protected]
+        with:
+          tool-cache: false
       - run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' | 
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
       - run: ./gradlew -DsparkVersions=${{ matrix.spark }} -DscalaVersion=2.13 
-DhiveVersions= -DflinkVersions= :iceberg-spark:iceberg-spark-${{ matrix.spark 
}}_2.13:check :iceberg-spark:iceberg-spark-extensions-${{ matrix.spark 
}}_2.13:check :iceberg-spark:iceberg-spark-runtime-${{ matrix.spark 
}}_2.13:check -Pquick=true -x javadoc
       - uses: actions/upload-artifact@v4
@@ -146,6 +152,9 @@ jobs:
             ~/.gradle/wrapper
           key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', 
'**/gradle-wrapper.properties') }}
           restore-keys: ${{ runner.os }}-gradle-
+      - uses: jlumbroso/[email protected]
+        with:
+          tool-cache: false
       - run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' | 
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
       - run: ./gradlew -DsparkVersions=${{ matrix.spark }} -DscalaVersion=${{ 
matrix.scala-version }} -DhiveVersions= -DflinkVersions= 
:iceberg-spark:iceberg-spark-${{ matrix.spark }}_${{ matrix.scala-version 
}}:check :iceberg-spark:iceberg-spark-extensions-${{ matrix.spark }}_${{ 
matrix.scala-version }}:check :iceberg-spark:iceberg-spark-runtime-${{ 
matrix.spark }}_${{ matrix.scala-version }}:check -Pquick=true -x javadoc
       - uses: actions/upload-artifact@v4

Reply via email to