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

caogaofei pushed a commit to branch beyyes/1.2
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/beyyes/1.2 by this push:
     new 8c90507b930 fix it test
8c90507b930 is described below

commit 8c90507b9303aafee6dd9583ea11937cec09997e
Author: Beyyes <[email protected]>
AuthorDate: Tue Jul 18 18:09:37 2023 +0800

    fix it test
---
 .github/workflows/cluster-it-1c1d.yml | 1 -
 .github/workflows/cluster-it-1c3d.yml | 1 -
 .github/workflows/main-win.yml        | 1 -
 integration-test/pom.xml              | 2 +-
 pom.xml                               | 2 +-
 5 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/cluster-it-1c1d.yml 
b/.github/workflows/cluster-it-1c1d.yml
index 4e8f0731758..1e6ff1c1047 100644
--- a/.github/workflows/cluster-it-1c1d.yml
+++ b/.github/workflows/cluster-it-1c1d.yml
@@ -12,7 +12,6 @@ on:
     branches:
       - master
       - 'rel/1.*'
-      - 'rc/*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
diff --git a/.github/workflows/cluster-it-1c3d.yml 
b/.github/workflows/cluster-it-1c3d.yml
index 80a44336a19..6621856b92b 100644
--- a/.github/workflows/cluster-it-1c3d.yml
+++ b/.github/workflows/cluster-it-1c3d.yml
@@ -12,7 +12,6 @@ on:
     branches:
       - master
       - 'rel/1.*'
-      - 'rc/*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
diff --git a/.github/workflows/main-win.yml b/.github/workflows/main-win.yml
index 5da93c5021e..65dc602324d 100644
--- a/.github/workflows/main-win.yml
+++ b/.github/workflows/main-win.yml
@@ -17,7 +17,6 @@ on:
       - master
       - 'rel/*'
       - "new_*"
-      - 'rc/*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index c7790b3ad3c..3c2f16548fd 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>integration-test</artifactId>
diff --git a/pom.xml b/pom.xml
index 22a52b1350c..a192948f96e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <module>iotdb-client/compile-tools</module>
         <module>iotdb-client/client-cpp</module>
         <module>metrics</module>
-        <module>integration-test</module>
+<!--        <module>integration-test</module>-->
         <module>consensus</module>
         <module>library-udf</module>
         <module>iotdb-api/udf-api</module>

Reply via email to