Skip to content

Commit

Permalink
nightly CI to install and deploy cuda11 classifier dist jar [skip ci] (
Browse files Browse the repository at this point in the history
…#5581)

As we do not generate dist extra-resource jar without cuda11 classifier after PR #5558

Change nightly CI job accordingly

Signed-off-by: Tim Liu <timl@nvidia.com>
  • Loading branch information
NvTimLiu authored May 23, 2022
1 parent 64c123e commit 11dfca6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jenkins/spark-nightly-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ART_ID=$(mvnEval project.artifactId)
ART_GROUP_ID=$(mvnEval project.groupId)
ART_VER=$(mvnEval project.version)

DIST_FPATH="$DIST_PL/target/$ART_ID-$ART_VER"
DIST_FPATH="$DIST_PL/target/$ART_ID-$ART_VER-$CUDA_CLASSIFIER"
DIST_POM_FPATH="$DIST_PL/target/extra-resources/META-INF/maven/$ART_GROUP_ID/$ART_ID/pom.xml"

DIST_PROFILE_OPT=-Dincluded_buildvers=$(IFS=,; echo "${SPARK_SHIM_VERSIONS[*]}")
Expand Down Expand Up @@ -114,7 +114,6 @@ $MVN -B clean install -pl '!tools' \
distWithReducedPom "install"

if [[ $SKIP_DEPLOY != 'true' ]]; then
DIST_FPATH="$DIST_FPATH-$CUDA_CLASSIFIER"
distWithReducedPom "deploy"

# this deploy includes 'tools' that is unconditionally built with Spark 3.1.1
Expand Down

0 comments on commit 11dfca6

Please sign in to comment.