From 4b835e91a75e95d4596abd4f3060ec0411ecb096 Mon Sep 17 00:00:00 2001 From: Tathagata Das Date: Fri, 19 Apr 2024 20:12:29 -0400 Subject: [PATCH] Increase tests parallelism to 2 on free Github action runners (#2769) #### Which Delta project/connector is this regarding? - [ ] Spark - [ ] Standalone - [ ] Flink - [ ] Kernel - [x] Other: Infra ## Description As the title says ## How was this patch tested? ## Does this PR introduce _any_ user-facing changes? --- .github/workflows/spark_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spark_test.yaml b/.github/workflows/spark_test.yaml index 1e573e64cf..cc6ae2e1e2 100644 --- a/.github/workflows/spark_test.yaml +++ b/.github/workflows/spark_test.yaml @@ -65,6 +65,6 @@ jobs: if: steps.git-diff.outputs.diff - name: Run Scala/Java and Python tests run: | - pipenv run python run-tests.py --group spark + TEST_PARALLELISM_COUNT=2 pipenv run python run-tests.py --group spark cd examples/scala && build/sbt "++ $SCALA_VERSION compile" if: steps.git-diff.outputs.diff