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

hxd pushed a commit to branch jenkins-disable-integration
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 0feaaf98c413dcbcaf9856ce5d332a3e2bb5eed9
Author: xiangdong huang <[email protected]>
AuthorDate: Sat Dec 17 14:33:32 2022 +0800

    disable integration in jenkins
---
 Jenkinsfile | 4 ++--
 pom.xml     | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6212f96b57..ef6e02c2d2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,7 +87,7 @@ pipeline {
             }
             steps {
                 echo 'Building'
-                sh 'mvn ${MVN_TEST_FAIL_IGNORE} ${MVN_LOCAL_REPO_OPT} clean 
install'
+                sh "mvn ${MVN_TEST_FAIL_IGNORE} ${MVN_LOCAL_REPO_OPT} clean 
install -P ClusterIT -pl '!integration'"
             }
             post {
                 always {
@@ -106,7 +106,7 @@ pipeline {
                 sh 'mvn clean'
                 // We'll deploy to a relative directory so we can
                 // deploy new versions only if the entire build succeeds
-                sh 'mvn ${MVN_TEST_FAIL_IGNORE} 
-DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir 
clean deploy -P get-jar-with-dependencies'
+                sh "mvn ${MVN_TEST_FAIL_IGNORE} 
-DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir 
clean deploy -P get-jar-with-dependencies -P ClusterIT -pl '!integration'"
             }
             post {
                 always {
diff --git a/pom.xml b/pom.xml
index 66fc32d24f..891d1edd25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,6 +111,7 @@
         <module>compile-tools</module>
         <module>client-cpp</module>
         <module>metrics</module>
+        <!-- Will remove integration at 2023.1.23-->
         <module>integration</module>
         <module>integration-test</module>
         <module>consensus</module>

Reply via email to