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

jackietien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new c6579d67d7a Add CI for rc branches
c6579d67d7a is described below

commit c6579d67d7ac9d6ceeed80902770cb216293960e
Author: yuyong <[email protected]>
AuthorDate: Tue Aug 13 14:10:11 2024 +0800

    Add CI for rc branches
---
 .github/workflows/cluster-it-1c1d.yml  | 2 ++
 .github/workflows/cluster-it-1c3d.yml  | 2 ++
 .github/workflows/pipe-it-2cluster.yml | 2 ++
 .github/workflows/sonar-codecov.yml    | 2 ++
 .github/workflows/unit-test.yml        | 2 ++
 5 files changed, 10 insertions(+)

diff --git a/.github/workflows/cluster-it-1c1d.yml 
b/.github/workflows/cluster-it-1c1d.yml
index 5b1c3e19667..48900e54314 100644
--- a/.github/workflows/cluster-it-1c1d.yml
+++ b/.github/workflows/cluster-it-1c1d.yml
@@ -6,6 +6,7 @@ on:
       - master
       - 'rel/1.*'
       - pipe-meta-sync
+      - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
@@ -14,6 +15,7 @@ on:
       - master
       - 'rel/1.*'
       - pipe-meta-sync
+      - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
diff --git a/.github/workflows/cluster-it-1c3d.yml 
b/.github/workflows/cluster-it-1c3d.yml
index a850009e6f6..0a8607dba0f 100644
--- a/.github/workflows/cluster-it-1c3d.yml
+++ b/.github/workflows/cluster-it-1c3d.yml
@@ -6,6 +6,7 @@ on:
       - master
       - 'rel/1.*'
       - pipe-meta-sync
+      - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
@@ -14,6 +15,7 @@ on:
       - master
       - 'rel/1.*'
       - pipe-meta-sync
+      - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
diff --git a/.github/workflows/pipe-it-2cluster.yml 
b/.github/workflows/pipe-it-2cluster.yml
index 676fae32d51..e19a4b2f9ef 100644
--- a/.github/workflows/pipe-it-2cluster.yml
+++ b/.github/workflows/pipe-it-2cluster.yml
@@ -5,6 +5,7 @@ on:
     branches:
       - master
       - 'rel/1.*'
+      - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
@@ -12,6 +13,7 @@ on:
     branches:
       - master
       - 'rel/1.*'
+      - 'rc/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
diff --git a/.github/workflows/sonar-codecov.yml 
b/.github/workflows/sonar-codecov.yml
index 1c5c4827401..b20bdeb0aaa 100644
--- a/.github/workflows/sonar-codecov.yml
+++ b/.github/workflows/sonar-codecov.yml
@@ -8,6 +8,7 @@ on:
     branches:
       - master
       - "rel/*"
+      - "rc/*"
     paths-ignore:
       - "docs/**"
       - 'site/**'
@@ -16,6 +17,7 @@ on:
       - master
       - "rel/*"
       - "new_*"
+      - "rc/*"
     paths-ignore:
       - "docs/**"
       - 'site/**'
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index 2379c66efe8..ac9e4b38a32 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -9,6 +9,7 @@ on:
       - master
       - 'rel/*'
       - pipe-meta-sync
+      - "rc/*"
     paths-ignore:
       - 'docs/**'
       - 'site/**'
@@ -17,6 +18,7 @@ on:
       - master
       - 'rel/*'
       - pipe-meta-sync
+      - "rc/*"
     paths-ignore:
       - 'docs/**'
       - 'site/**'

Reply via email to