Skip to content

Commit

Permalink
Update nightly build to pull Databricks jars (#3445)
Browse files Browse the repository at this point in the history
* update deploy script for Databricks

Signed-off-by: Thomas Graves <tgraves@nvidia.com>

* Add classifier on deploy

* Update nightly to pull in databtricks jars

Signed-off-by: Thomas Graves <tgraves@nvidia.com>
  • Loading branch information
tgravescs authored Sep 10, 2021
1 parent 3aae123 commit a94c306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,7 @@
<outputDirectory>${project.build.directory}/deps</outputDirectory>
</artifactItem>
</artifactItems>
<useBaseVersion>true</useBaseVersion>
<outputDirectory>${project.build.directory}/deps</outputDirectory>
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
Expand Down
2 changes: 1 addition & 1 deletion jenkins/spark-nightly-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mvn -U -B -Dbuildver=313 clean install $MVN_URM_MIRROR -Dmaven.repo.local=$M2DIR
mvn -U -B -Dbuildver=311cdh clean install $MVN_URM_MIRROR -Dmaven.repo.local=$M2DIR -Dcuda.version=$CUDA_CLASSIFIER
# note that Spark 3.2.0 tests fail right now so just skip them
mvn -U -B -Dbuildver=320 clean install $MVN_URM_MIRROR -Dmaven.repo.local=$M2DIR -Dcuda.version=$CUDA_CLASSIFIER -DskipTests
mvn -U -B -Dbuildver=301 -Psnapshots clean deploy $MVN_URM_MIRROR -Dmaven.repo.local=$M2DIR -Dcuda.version=$CUDA_CLASSIFIER \
mvn -U -B -Dbuildver=301 -PsnapshotsWithDatabricks clean deploy $MVN_URM_MIRROR -Dmaven.repo.local=$M2DIR -Dcuda.version=$CUDA_CLASSIFIER \
-Dpytest.TEST_TAGS='' -Dpytest.TEST_TYPE="nightly"

# Parse cudf and spark files from local mvn repo
Expand Down

0 comments on commit a94c306

Please sign in to comment.