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

rxl pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 1da5d41  [Issue 5736] Add test checks in branches (#7465)
1da5d41 is described below

commit 1da5d41bbd7123f51d72eab98f84402a9abab5cf
Author: Sergii Zhevzhyk <[email protected]>
AuthorDate: Wed Jul 8 03:27:41 2020 +0200

    [Issue 5736] Add test checks in branches (#7465)
    
    
    (cherry picked from commit c91505eec432f0e48065b14dcc7d090792e51ed6)
---
 .github/workflows/ci-cpp.yaml                                 | 3 +++
 .github/workflows/ci-go-functions-style.yaml                  | 6 ++++++
 .github/workflows/ci-go-functions-test.yaml                   | 6 ++++++
 .github/workflows/ci-integration-backwards-compatibility.yaml | 3 +++
 .github/workflows/ci-integration-cli.yaml                     | 3 +++
 .github/workflows/ci-integration-function-state.yaml          | 3 +++
 .github/workflows/ci-integration-messaging.yaml               | 3 +++
 .github/workflows/ci-integration-process.yaml                 | 3 +++
 .github/workflows/ci-integration-schema.yaml                  | 3 +++
 .github/workflows/ci-integration-sql.yaml                     | 3 +++
 .github/workflows/ci-integration-standalone.yaml              | 3 +++
 .github/workflows/ci-integration-thread.yaml                  | 3 +++
 .github/workflows/ci-integration-tiered-filesystem.yaml       | 3 +++
 .github/workflows/ci-integration-tiered-jcloud.yaml           | 3 +++
 .github/workflows/ci-license.yaml                             | 3 +++
 .github/workflows/ci-unit-adaptors.yml                        | 3 +++
 .github/workflows/ci-unit-broker-broker.yml                   | 3 +++
 .github/workflows/ci-unit-broker-client.yml                   | 3 +++
 .github/workflows/ci-unit-broker-flaky.yml                    | 3 +++
 .github/workflows/ci-unit-broker-long-time.yml                | 3 +++
 .github/workflows/ci-unit-broker-others.yml                   | 3 +++
 .github/workflows/ci-unit-broker-publish-throttle.yml         | 3 +++
 .github/workflows/ci-unit-broker-sasl.yml                     | 3 +++
 .github/workflows/ci-unit-broker-transaction.yml              | 3 +++
 .github/workflows/ci-unit-broker.yml                          | 3 +++
 .github/workflows/ci-unit-flaky.yaml                          | 3 +++
 .github/workflows/ci-unit-proxy.yaml                          | 3 +++
 .github/workflows/ci-unit.yaml                                | 3 +++
 28 files changed, 90 insertions(+)

diff --git a/.github/workflows/ci-cpp.yaml b/.github/workflows/ci-cpp.yaml
index 5569d4b..85f7195 100644
--- a/.github/workflows/ci-cpp.yaml
+++ b/.github/workflows/ci-cpp.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-go-functions-style.yaml 
b/.github/workflows/ci-go-functions-style.yaml
index bea77c7..2145ac7 100644
--- a/.github/workflows/ci-go-functions-style.yaml
+++ b/.github/workflows/ci-go-functions-style.yaml
@@ -25,6 +25,12 @@ on:
     paths:
       - '.github/workflows/**'
       - 'pulsar-function-go/**'
+  push:
+    branches:
+      - branch-*
+    paths:
+      - '.github/workflows/**'
+      - 'pulsar-function-go/**'
 
 jobs:
   check-style:
diff --git a/.github/workflows/ci-go-functions-test.yaml 
b/.github/workflows/ci-go-functions-test.yaml
index 8fb7d95..1ec904d 100644
--- a/.github/workflows/ci-go-functions-test.yaml
+++ b/.github/workflows/ci-go-functions-test.yaml
@@ -25,6 +25,12 @@ on:
     paths:
       - '.github/workflows/**'
       - 'pulsar-function-go/**'
+  push:
+    branches:
+      - branch-*
+    paths:
+      - '.github/workflows/**'
+      - 'pulsar-function-go/**'
 
 jobs:
 
diff --git a/.github/workflows/ci-integration-backwards-compatibility.yaml 
b/.github/workflows/ci-integration-backwards-compatibility.yaml
index 58fba8c..3dadfbf 100644
--- a/.github/workflows/ci-integration-backwards-compatibility.yaml
+++ b/.github/workflows/ci-integration-backwards-compatibility.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-integration-cli.yaml 
b/.github/workflows/ci-integration-cli.yaml
index 4ec3991..7502f8e 100644
--- a/.github/workflows/ci-integration-cli.yaml
+++ b/.github/workflows/ci-integration-cli.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-integration-function-state.yaml 
b/.github/workflows/ci-integration-function-state.yaml
index beb4b7b..c114e86 100644
--- a/.github/workflows/ci-integration-function-state.yaml
+++ b/.github/workflows/ci-integration-function-state.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-integration-messaging.yaml 
b/.github/workflows/ci-integration-messaging.yaml
index 907ba2d..3583c47 100644
--- a/.github/workflows/ci-integration-messaging.yaml
+++ b/.github/workflows/ci-integration-messaging.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-integration-process.yaml 
b/.github/workflows/ci-integration-process.yaml
index 474a552..bf67f12 100644
--- a/.github/workflows/ci-integration-process.yaml
+++ b/.github/workflows/ci-integration-process.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-integration-schema.yaml 
b/.github/workflows/ci-integration-schema.yaml
index f563b7a..42fa3d6 100644
--- a/.github/workflows/ci-integration-schema.yaml
+++ b/.github/workflows/ci-integration-schema.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-integration-sql.yaml 
b/.github/workflows/ci-integration-sql.yaml
index f90f301..ef54212 100644
--- a/.github/workflows/ci-integration-sql.yaml
+++ b/.github/workflows/ci-integration-sql.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-integration-standalone.yaml 
b/.github/workflows/ci-integration-standalone.yaml
index e6c6a21..4693b48 100644
--- a/.github/workflows/ci-integration-standalone.yaml
+++ b/.github/workflows/ci-integration-standalone.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-integration-thread.yaml 
b/.github/workflows/ci-integration-thread.yaml
index fae037d..f166893 100644
--- a/.github/workflows/ci-integration-thread.yaml
+++ b/.github/workflows/ci-integration-thread.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-integration-tiered-filesystem.yaml 
b/.github/workflows/ci-integration-tiered-filesystem.yaml
index 95e3c4e..ae46890 100644
--- a/.github/workflows/ci-integration-tiered-filesystem.yaml
+++ b/.github/workflows/ci-integration-tiered-filesystem.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-integration-tiered-jcloud.yaml 
b/.github/workflows/ci-integration-tiered-jcloud.yaml
index 36042e3..d2ef27b 100644
--- a/.github/workflows/ci-integration-tiered-jcloud.yaml
+++ b/.github/workflows/ci-integration-tiered-jcloud.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-license.yaml 
b/.github/workflows/ci-license.yaml
index 2cc08d1..7d70304 100644
--- a/.github/workflows/ci-license.yaml
+++ b/.github/workflows/ci-license.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-unit-adaptors.yml 
b/.github/workflows/ci-unit-adaptors.yml
index e0a55b7..9fe71f2 100644
--- a/.github/workflows/ci-unit-adaptors.yml
+++ b/.github/workflows/ci-unit-adaptors.yml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-unit-broker-broker.yml 
b/.github/workflows/ci-unit-broker-broker.yml
index 5b66995..e9ce4fb 100644
--- a/.github/workflows/ci-unit-broker-broker.yml
+++ b/.github/workflows/ci-unit-broker-broker.yml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-unit-broker-client.yml 
b/.github/workflows/ci-unit-broker-client.yml
index 74b6c65..497e3b9 100644
--- a/.github/workflows/ci-unit-broker-client.yml
+++ b/.github/workflows/ci-unit-broker-client.yml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-unit-broker-flaky.yml 
b/.github/workflows/ci-unit-broker-flaky.yml
index 4eaf301..8c7cd81 100644
--- a/.github/workflows/ci-unit-broker-flaky.yml
+++ b/.github/workflows/ci-unit-broker-flaky.yml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-unit-broker-long-time.yml 
b/.github/workflows/ci-unit-broker-long-time.yml
index 647ee76..63217fc 100644
--- a/.github/workflows/ci-unit-broker-long-time.yml
+++ b/.github/workflows/ci-unit-broker-long-time.yml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-unit-broker-others.yml 
b/.github/workflows/ci-unit-broker-others.yml
index 7f4d638..d0c10ab 100644
--- a/.github/workflows/ci-unit-broker-others.yml
+++ b/.github/workflows/ci-unit-broker-others.yml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-unit-broker-publish-throttle.yml 
b/.github/workflows/ci-unit-broker-publish-throttle.yml
index 3dc0d51..76a9495 100644
--- a/.github/workflows/ci-unit-broker-publish-throttle.yml
+++ b/.github/workflows/ci-unit-broker-publish-throttle.yml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-unit-broker-sasl.yml 
b/.github/workflows/ci-unit-broker-sasl.yml
index aa975ab..0d395a4 100644
--- a/.github/workflows/ci-unit-broker-sasl.yml
+++ b/.github/workflows/ci-unit-broker-sasl.yml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-unit-broker-transaction.yml 
b/.github/workflows/ci-unit-broker-transaction.yml
index 4f63ecf..2586783 100644
--- a/.github/workflows/ci-unit-broker-transaction.yml
+++ b/.github/workflows/ci-unit-broker-transaction.yml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-unit-broker.yml 
b/.github/workflows/ci-unit-broker.yml
index f61ec12..7f5e16e 100644
--- a/.github/workflows/ci-unit-broker.yml
+++ b/.github/workflows/ci-unit-broker.yml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-unit-flaky.yaml 
b/.github/workflows/ci-unit-flaky.yaml
index a3c970f..31220f8 100644
--- a/.github/workflows/ci-unit-flaky.yaml
+++ b/.github/workflows/ci-unit-flaky.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-unit-proxy.yaml 
b/.github/workflows/ci-unit-proxy.yaml
index 7c623e8..cd60b51 100644
--- a/.github/workflows/ci-unit-proxy.yaml
+++ b/.github/workflows/ci-unit-proxy.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 
diff --git a/.github/workflows/ci-unit.yaml b/.github/workflows/ci-unit.yaml
index b8d21c4..e08435b 100644
--- a/.github/workflows/ci-unit.yaml
+++ b/.github/workflows/ci-unit.yaml
@@ -22,6 +22,9 @@ on:
   pull_request:
     branches:
       - master
+  push:
+    branches:
+      - branch-*
 
 jobs:
 

Reply via email to