Skip to content

Commit

Permalink
use upload
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoliversun committed Sep 20, 2024
1 parent 3b9a4d1 commit b276bf4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/velox_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -629,11 +629,12 @@ jobs:
$MVN_CMD clean test -Pspark-3.2 -Pspark-ut -Pbackends-velox -Pceleborn -Piceberg \
-Pdelta -Phudi -DargLine="-Dspark.test.home=$GITHUB_WORKSPACE//shims/spark32/spark_home/" \
-DtagsToExclude=org.apache.spark.tags.ExtendedSQLTest,org.apache.gluten.tags.UDFTest,org.apache.gluten.tags.SkipTestTags
- name: Publish test report
- name: Upload test report
if: failure()
uses: scacap/action-surefire-report@v1
uses: actions/upload-artifact@v4
with:
check_name: Report test results
name: test-report-spark32
path: '**/build/test-results/test/TEST-*.xml'

run-spark-test-spark32-slow:
needs: build-native-lib-centos-7
Expand Down Expand Up @@ -729,11 +730,12 @@ jobs:
$MVN_CMD clean test -Pspark-3.3 -Pbackends-velox -Pceleborn -Piceberg -Pdelta -Phudi -Pspark-ut \
-DargLine="-Dspark.test.home=$GITHUB_WORKSPACE//shims/spark33/spark_home/" \
-DtagsToExclude=org.apache.spark.tags.ExtendedSQLTest,org.apache.gluten.tags.UDFTest,org.apache.gluten.tags.SkipTestTags
- name: Publish test report
- name: Upload test report
if: failure()
uses: scacap/action-surefire-report@v1
uses: actions/upload-artifact@v4
with:
check_name: Report test results
name: test-report-spark33
path: '**/build/test-results/test/TEST-*.xml'


run-spark-test-spark33-slow:
Expand Down

0 comments on commit b276bf4

Please sign in to comment.