Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FMX committed Dec 19, 2024
1 parent dc66650 commit b4c422e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
distribution: zulu
java-version: 8
check-latest: false
check-latest: true
- name: SBT Check dependency list
run: |
./dev/dependencies.sh --sbt --module ${{ matrix.module }} --check
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
distribution: zulu
java-version: 8
cache: maven
check-latest: false
check-latest: true
- name: Maven Check dependency list
run: |
./dev/dependencies.sh --module ${{ matrix.module }} --check
3 changes: 0 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ jobs:
run: |
SPARK_BINARY_VERSION=${{ matrix.spark }}
SPARK_MAJOR_VERSION=${SPARK_BINARY_VERSION%%.*}
if [[ $SPARK_MAJOR_VERSION == "3" ]]; then
SPARK_MAJOR_VERSION="3-4"
fi
PROFILES="-Pgoogle-mirror,spark-${{ matrix.spark }}"
TEST_MODULES="client-spark/common,client-spark/spark-${SPARK_MAJOR_VERSION},client-spark/spark-${SPARK_MAJOR_VERSION}-shaded,tests/spark-it"
build/mvn $PROFILES -pl $TEST_MODULES -am clean install -DskipTests
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion project/CelebornBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ object Spark35 extends SparkClientProjects {
object Spark40 extends SparkClientProjects {

val sparkClientProjectPath = "client-spark/spark-3-4"
val sparkClientProjectName = "celeborn-client-spark-3"
val sparkClientProjectName = "celeborn-client-spark-4"
val sparkClientShadedProjectPath = "client-spark/spark-4-shaded"
val sparkClientShadedProjectName = "celeborn-client-spark-4-shaded"

Expand Down

0 comments on commit b4c422e

Please sign in to comment.