This is an automated email from the ASF dual-hosted git repository.
hongze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 71b7645001 [GLUTEN-7143][VL] RAS: Enable the RAS UT jobs in GHA CI
(#7770)
71b7645001 is described below
commit 71b764500144962dddbef6939d38fc1e4881185f
Author: Hongze Zhang <[email protected]>
AuthorDate: Tue Nov 5 09:28:45 2024 +0800
[GLUTEN-7143][VL] RAS: Enable the RAS UT jobs in GHA CI (#7770)
---
.github/workflows/velox_backend.yml | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/velox_backend.yml
b/.github/workflows/velox_backend.yml
index ba5d4f96ff..6e9d0eab7c 100644
--- a/.github/workflows/velox_backend.yml
+++ b/.github/workflows/velox_backend.yml
@@ -993,16 +993,14 @@ jobs:
pip3 install setuptools && \
pip3 install pyspark==3.5.3 cython && \
pip3 install pandas pyarrow
- - name: (To be fixed) Build and Run unit test for Spark 3.5.3 (other
tests)
- continue-on-error: true
+ - name: Build and Run unit test for Spark 3.5.3 (other tests)
run: |
cd $GITHUB_WORKSPACE/
export SPARK_SCALA_VERSION=2.12
$MVN_CMD clean test -Pspark-3.5 -Pbackends-velox -Pceleborn
-Piceberg -Pdelta -Pspark-ut \
-DargLine="-Dspark.test.home=$GITHUB_WORKSPACE//shims/spark35/spark_home/
-Dspark.gluten.ras.enabled=true" \
-DtagsToExclude=org.apache.spark.tags.ExtendedSQLTest,org.apache.gluten.tags.UDFTest,org.apache.gluten.tags.SkipTestTags
- - name: (To be enabled) Upload test report
- if: false
+ - name: Upload test report
uses: actions/upload-artifact@v4
with:
name: test-report-spark35-ras
@@ -1035,15 +1033,13 @@ jobs:
- name: Prepare spark.test.home for Spark 3.5.3 (slow tests)
run: |
bash .github/workflows/util/install_spark_resources.sh 3.5
- - name: (To be fixed) Build and Run unit test for Spark 3.5.3 (slow
tests)
- continue-on-error: true
+ - name: Build and Run unit test for Spark 3.5.3 (slow tests)
run: |
cd $GITHUB_WORKSPACE/
$MVN_CMD clean test -Pspark-3.5 -Pbackends-velox -Pceleborn
-Piceberg -Pdelta -Pspark-ut \
-DargLine="-Dspark.test.home=$GITHUB_WORKSPACE//shims/spark35/spark_home/
-Dspark.gluten.ras.enabled=true" \
-DtagsToInclude=org.apache.spark.tags.ExtendedSQLTest
- - name: (To be enabled) Upload test report
- if: false
+ - name: Upload test report
uses: actions/upload-artifact@v4
with:
name: test-report-spark35-slow-ras
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]