You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celeborn.apache.org by et...@apache.org on 2023/01/03 09:58:22 UTC

[incubator-celeborn] branch branch-0.2 updated: [CELEBORN-180][FOLLOWUP][0.2] Fix build_service should pass w/o profile (#1137)

This is an automated email from the ASF dual-hosted git repository.

ethanfeng pushed a commit to branch branch-0.2
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/branch-0.2 by this push:
     new c12da280 [CELEBORN-180][FOLLOWUP][0.2] Fix build_service should pass w/o profile (#1137)
c12da280 is described below

commit c12da28033e184ba389138a80b0cfe4213c989ba
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Tue Jan 3 17:58:19 2023 +0800

    [CELEBORN-180][FOLLOWUP][0.2] Fix build_service should pass w/o profile (#1137)
---
 build/make-distribution.sh | 2 +-
 build/release/release.sh   | 1 -
 pom.xml                    | 5 ++++-
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/build/make-distribution.sh b/build/make-distribution.sh
index 10cf1caa..c96ff3d0 100755
--- a/build/make-distribution.sh
+++ b/build/make-distribution.sh
@@ -186,7 +186,7 @@ function build_spark_client {
 }
 
 if [ "$RELEASE" == "true" ]; then
-  build_service -Pspark-3.3
+  build_service
   build_spark_client -Pspark-2.4
   build_spark_client -Pspark-3.3
 else
diff --git a/build/release/release.sh b/build/release/release.sh
index 4ab42516..1f748dbf 100755
--- a/build/release/release.sh
+++ b/build/release/release.sh
@@ -61,7 +61,6 @@ RELEASE_TAG="v${RELEASE_VERSION}-rc${RELEASE_RC_NO}"
 SVN_STAGING_REPO="https://dist.apache.org/repos/dist/dev/incubator/celeborn"
 SVN_RELEASE_REPO="https://dist.apache.org/repos/dist/release/incubator/celeborn"
 
-PROJECT_DIR="$(cd "$(dirname "$0")"/../..; pwd)"
 RELEASE_DIR="${PROJECT_DIR}/tmp"
 SVN_STAGING_DIR="${PROJECT_DIR}/tmp/svn-dev"
 SVN_RELEASE_DIR="${PROJECT_DIR}/tmp/svn-release"
diff --git a/pom.xml b/pom.xml
index 8484a427..3fbca89c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,6 @@
     <module>service</module>
     <module>master</module>
     <module>worker</module>
-    <module>tests/spark-it</module>
   </modules>
 
   <distributionManagement>
@@ -890,6 +889,7 @@
         <module>client-spark/common</module>
         <module>client-spark/spark-3</module>
         <module>client-spark/spark-3-shaded</module>
+        <module>tests/spark-it</module>
       </modules>
       <properties>
         <jackson.version>2.10.0</jackson.version>
@@ -908,6 +908,7 @@
         <module>client-spark/common</module>
         <module>client-spark/spark-3</module>
         <module>client-spark/spark-3-shaded</module>
+        <module>tests/spark-it</module>
       </modules>
       <properties>
         <jackson.version>2.10.0</jackson.version>
@@ -926,6 +927,7 @@
         <module>client-spark/common</module>
         <module>client-spark/spark-3</module>
         <module>client-spark/spark-3-shaded</module>
+        <module>tests/spark-it</module>
       </modules>
       <properties>
         <jackson.version>2.12.3</jackson.version>
@@ -944,6 +946,7 @@
         <module>client-spark/common</module>
         <module>client-spark/spark-3</module>
         <module>client-spark/spark-3-shaded</module>
+        <module>tests/spark-it</module>
       </modules>
       <properties>
         <jackson.version>2.13.4</jackson.version>