You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/11/28 05:38:18 UTC

[iotdb] branch enable_IT created (now 07bbd091c8)

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

haonan pushed a change to branch enable_IT
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 07bbd091c8 enable IT workflow for rel/1.0

This branch includes the following new commits:

     new 07bbd091c8 enable IT workflow for rel/1.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: enable IT workflow for rel/1.0

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 07bbd091c8f785924423abfa48acca90e6295852
Author: HTHou <hh...@outlook.com>
AuthorDate: Mon Nov 28 13:38:00 2022 +0800

    enable IT workflow for rel/1.0
---
 .github/workflows/cluster-it-1c1d.yml | 2 ++
 .github/workflows/cluster-it-1c3d.yml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.github/workflows/cluster-it-1c1d.yml b/.github/workflows/cluster-it-1c1d.yml
index 2fdeedd852..1e6ff1c104 100644
--- a/.github/workflows/cluster-it-1c1d.yml
+++ b/.github/workflows/cluster-it-1c1d.yml
@@ -4,12 +4,14 @@ on:
   push:
     branches:
       - master
+      - 'rel/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
   pull_request:
     branches:
       - master
+      - 'rel/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
diff --git a/.github/workflows/cluster-it-1c3d.yml b/.github/workflows/cluster-it-1c3d.yml
index 0006cdb40a..6621856b92 100644
--- a/.github/workflows/cluster-it-1c3d.yml
+++ b/.github/workflows/cluster-it-1c3d.yml
@@ -4,12 +4,14 @@ on:
   push:
     branches:
       - master
+      - 'rel/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'
   pull_request:
     branches:
       - master
+      - 'rel/1.*'
     paths-ignore:
       - 'docs/**'
       - 'site/**'