You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celeborn.apache.org by zh...@apache.org on 2023/03/03 10:04:52 UTC

[incubator-celeborn] branch branch-0.2 updated: [CELEBORN-376][BUILD] Recover CI on branch-0.2 (#1309)

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

zhouky 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 651038267 [CELEBORN-376][BUILD] Recover CI on branch-0.2 (#1309)
651038267 is described below

commit 651038267d84ca13e2c67b1e67cbe139c0a8b0b8
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Fri Mar 3 18:04:48 2023 +0800

    [CELEBORN-376][BUILD] Recover CI on branch-0.2 (#1309)
---
 dev/reformat | 1 -
 pom.xml      | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/reformat b/dev/reformat
index 420d13618..31539ff80 100755
--- a/dev/reformat
+++ b/dev/reformat
@@ -19,6 +19,5 @@
 set -x
 
 PROJECT_DIR="$(cd "`dirname "$0"`/.."; pwd)"
-${PROJECT_DIR}/build/mvn spotless:apply -Pflink-1.14
 ${PROJECT_DIR}/build/mvn spotless:apply -Pspark-2.4
 ${PROJECT_DIR}/build/mvn spotless:apply -Pspark-3.3
diff --git a/pom.xml b/pom.xml
index 372b9bd87..253d86e99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -859,6 +859,7 @@
         <module>client-spark/common</module>
         <module>client-spark/spark-2</module>
         <module>client-spark/spark-2-shaded</module>
+        <module>tests/spark-it</module>
       </modules>
       <properties>
         <jackson.version>2.6.7</jackson.version>