Skip to content

Commit

Permalink
fix argLine in mvn test
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <[email protected]>
  • Loading branch information
zhouyuan committed Jan 15, 2025
1 parent 23293aa commit 19bef42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/velox_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,8 @@ jobs:
export SPARK_HOME=/opt/shims/spark34/spark_home/
ls -l /opt/shims/spark34/spark_home/
$MVN_CMD clean test -Pspark-3.4 -Pjava-11 -Pbackends-velox -Pceleborn -Piceberg -Pdelta -Phudi -Pspark-ut \
-DargLine="-Dspark.test.home=/opt/shims/spark34/spark_home/" \
-DtagsToExclude=org.apache.spark.tags.ExtendedSQLTest,org.apache.gluten.tags.UDFTest,org.apache.gluten.tags.SkipTestTags \
-DargLine="-Dspark.test.home=/opt/shims/spark34/spark_home/" \
-DargLine="-Dio.netty.tryReflectionSetAccessible=true"
- name: Upload test report
if: always()
Expand Down Expand Up @@ -808,8 +808,8 @@ jobs:
export SPARK_HOME=/opt/shims/spark34/spark_home/
ls -l /opt/shims/spark34/spark_home/
$MVN_CMD clean test -Pspark-3.4 -Pjava-11 -Pbackends-velox -Pceleborn -Piceberg -Pdelta -Pspark-ut -Phudi \
-DargLine="-Dspark.test.home=/opt/shims/spark34/spark_home/" \
-DtagsToInclude=org.apache.spark.tags.ExtendedSQLTest \
-DargLine="-Dspark.test.home=/opt/shims/spark34/spark_home/" \
-DargLine="-Dio.netty.tryReflectionSetAccessible=true"
- name: Upload test report
if: always()
Expand Down

0 comments on commit 19bef42

Please sign in to comment.