Skip to content

Commit

Permalink
Run ucx shuffle smoke tests under scala 2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
abellina committed Jun 28, 2024
1 parent 9dafc54 commit 478f556
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jenkins/spark-premerge-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ ci_scala213() {

$MVN_CMD -U -B $MVN_URM_MIRROR clean package $MVN_BUILD_ARGS -DskipTests=true
cd .. # Run integration tests in the project root dir to leverage test cases and resource files

rapids_shuffle_smoke_test

export TEST_TAGS="not premerge_ci_1"
export TEST_TYPE="pre-commit"
# SPARK_HOME (and related) must be set to a Spark built with Scala 2.13
Expand Down

0 comments on commit 478f556

Please sign in to comment.