From fd4148c3f6c91d619dd87a90b98b8c8147a0de53 Mon Sep 17 00:00:00 2001 From: Nghia Truong Date: Fri, 1 Dec 2023 14:18:21 -0800 Subject: [PATCH] Revert "Revert "Revert "Remove Databricks 13.3 from release 23.12 [databricks] (#9890)" [databricks] (#9900)"" This reverts commit e6fbadb4a073540cb503a4384c172f03b26c0da3. --- jenkins/Jenkinsfile-blossom.premerge-databricks | 2 +- jenkins/databricks/build.sh | 6 ------ pom.xml | 3 ++- scala2.13/pom.xml | 3 ++- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/jenkins/Jenkinsfile-blossom.premerge-databricks b/jenkins/Jenkinsfile-blossom.premerge-databricks index 86fff7f23bec..2fd2df7a8b05 100644 --- a/jenkins/Jenkinsfile-blossom.premerge-databricks +++ b/jenkins/Jenkinsfile-blossom.premerge-databricks @@ -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 { diff --git a/jenkins/databricks/build.sh b/jenkins/databricks/build.sh index a68b272257b9..8a0b25a0c95f 100755 --- a/jenkins/databricks/build.sh +++ b/jenkins/databricks/build.sh @@ -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 diff --git a/pom.xml b/pom.xml index d215f1c102b8..744e9dd2985a 100644 --- a/pom.xml +++ b/pom.xml @@ -771,7 +771,8 @@ 321db, 330db, - 332db + 332db, + 341db