Skip to content

Commit

Permalink
Update CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Dec 9, 2024
1 parent 98b87fe commit 71047fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ stages:
- build

variables:
BUILD_NAME: backports2
BUILD_NAME: backports
HADOOP_VERSION: "3.3.6"
SPARK_VERSION: "3.5.3"
SPARK_VERSION: "3.5.4"
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository"

.build:
Expand All @@ -34,7 +34,7 @@ variables:
- apt-get update
- apt-get install -y curl git python3 python3-pip openjdk-8-jdk-headless
- ./dev/change-scala-version.sh $SCALA_VERSION
- ./dev/make-distribution.sh --name $BUILD_NAME-$SCALA_VERSION --pip --tgz -Phive -Phive-thriftserver -Phadoop-provided -Pyarn -Phadoop-cloud -Pscala-$SCALA_VERSION -Dhadoop.version=$HADOOP_VERSION
- ./dev/make-distribution.sh --name $BUILD_NAME-$SCALA_VERSION --pip --tgz -Phive -Phive-thriftserver -Phadoop-provided -Pyarn -Pscala-$SCALA_VERSION -Dhadoop.version=$HADOOP_VERSION
artifacts:
paths:
- spark-$SPARK_VERSION-bin-$BUILD_NAME-$SCALA_VERSION.tgz
Expand Down

0 comments on commit 71047fe

Please sign in to comment.