Skip to content

Commit

Permalink
Revert "Remove Databricks 13.3 from release 23.12 [databricks] (NVIDI…
Browse files Browse the repository at this point in the history
…A#9890)" [databricks] (NVIDIA#9900)

* Revert "Remove Databricks 13.3 from release 23.12 [databricks] (NVIDIA#9890)"

This reverts commit c59b0a2.

* Signing off

Signed-off-by: Raza Jafri <rjafri@nvidia.com>

---------

Signed-off-by: Raza Jafri <rjafri@nvidia.com>
  • Loading branch information
razajafri authored Nov 30, 2023
1 parent 7c653bf commit b3f1e47
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile-blossom.premerge-databricks
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pipeline {
// 'name' and 'value' only supprt literal string in the declarative Jenkins
// Refer to Jenkins issue https://issues.jenkins.io/browse/JENKINS-62127
name 'DB_RUNTIME'
values '10.4', '11.3', '12.2'
values '10.4', '11.3', '12.2', '13.3'
}
}
stages {
Expand Down
6 changes: 0 additions & 6 deletions jenkins/databricks/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ if [[ "$WITH_BLOOP" == "1" ]]; then
MVN_OPT="ch.epfl.scala:bloop-maven-plugin:bloopInstall $MVN_OPT"
fi

# Disabling build for 341db until 24.02
if [[ "$BUILDVER" == "341db" ]]; then
echo "Databricks 341 is not supported as of release 23.12\n"
exit 1
fi

# Build the RAPIDS plugin by running package command for databricks
$MVN_CMD -B -Ddatabricks -Dbuildver=$BUILDVER clean package -DskipTests $MVN_OPT

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,8 @@
<databricks.buildvers>
321db,
330db,
332db
332db,
341db
</databricks.buildvers>
<!--
Build and run unit tests on one specific version for each sub-version (e.g. 311, 320, 330)
Expand Down
3 changes: 2 additions & 1 deletion scala2.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,8 @@
<databricks.buildvers>
321db,
330db,
332db
332db,
341db
</databricks.buildvers>
<!--
Build and run unit tests on one specific version for each sub-version (e.g. 311, 320, 330)
Expand Down

0 comments on commit b3f1e47

Please sign in to comment.