You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ni...@apache.org on 2022/09/09 16:40:55 UTC

[pulsar] branch branch-2.8 updated: [ci] Remove post-commit trigger for old release branches (#17570)

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

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


The following commit(s) were added to refs/heads/branch-2.8 by this push:
     new e2bc8d46833 [ci] Remove post-commit trigger for old release branches (#17570)
e2bc8d46833 is described below

commit e2bc8d46833ebaab630475c5026d6ca510ca14fd
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Fri Sep 9 18:13:51 2022 +0200

    [ci] Remove post-commit trigger for old release branches (#17570)
    
    (cherry picked from commit 0787755df47f54e579227de0de4fba6608f37bcd)
---
 .github/workflows/ci-build-macos.yaml                         | 3 ---
 .github/workflows/ci-cpp-build-centos7.yaml                   | 7 +------
 .github/workflows/ci-cpp-build-windows.yaml                   | 6 ------
 .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.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-integration-transaction.yaml             | 3 ---
 .github/workflows/ci-license.yaml                             | 3 ---
 .github/workflows/ci-python-build-3.9-client.yaml             | 7 +------
 .github/workflows/ci-shade-test.yaml                          | 3 ---
 .github/workflows/ci-unit-broker-broker-gp1.yaml              | 3 ---
 .github/workflows/ci-unit-broker-broker-gp2.yaml              | 3 ---
 .github/workflows/ci-unit-broker-client-api.yaml              | 3 ---
 .github/workflows/ci-unit-broker-client-impl.yaml             | 3 ---
 .github/workflows/ci-unit-broker-jdk8.yaml                    | 3 ---
 .github/workflows/ci-unit-broker-other.yaml                   | 3 ---
 .github/workflows/ci-unit-proxy.yaml                          | 3 ---
 .github/workflows/ci-unit.yaml                                | 3 ---
 29 files changed, 2 insertions(+), 102 deletions(-)

diff --git a/.github/workflows/ci-build-macos.yaml b/.github/workflows/ci-build-macos.yaml
index 30963293d36..4f4adc4d206 100644
--- a/.github/workflows/ci-build-macos.yaml
+++ b/.github/workflows/ci-build-macos.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-cpp-build-centos7.yaml b/.github/workflows/ci-cpp-build-centos7.yaml
index bc480d48162..ca5f5632cf2 100644
--- a/.github/workflows/ci-cpp-build-centos7.yaml
+++ b/.github/workflows/ci-cpp-build-centos7.yaml
@@ -26,12 +26,7 @@ on:
     paths:
       - '.github/workflows/**'
       - 'pulsar-client-cpp/**'
-  push:
-    branches:
-      - branch-*
-    paths:
-      - '.github/workflows/**'
-      - 'pulsar-client-cpp/**'
+
 jobs:
 
   cpp-build-centos7:
diff --git a/.github/workflows/ci-cpp-build-windows.yaml b/.github/workflows/ci-cpp-build-windows.yaml
index 85883ab4c91..963a717111b 100644
--- a/.github/workflows/ci-cpp-build-windows.yaml
+++ b/.github/workflows/ci-cpp-build-windows.yaml
@@ -26,12 +26,6 @@ on:
     paths:
       - '.github/workflows/**'
       - 'pulsar-client-cpp/**'
-  push:
-    branches:
-      - branch-*
-    paths:
-      - '.github/workflows/**'
-      - 'pulsar-client-cpp/**'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-cpp.yaml b/.github/workflows/ci-cpp.yaml
index 48a6a3c5115..1f30edc4275 100644
--- a/.github/workflows/ci-cpp.yaml
+++ b/.github/workflows/ci-cpp.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-go-functions-style.yaml b/.github/workflows/ci-go-functions-style.yaml
index 2e1aced1fb2..c4702a0a3fb 100644
--- a/.github/workflows/ci-go-functions-style.yaml
+++ b/.github/workflows/ci-go-functions-style.yaml
@@ -26,12 +26,6 @@ on:
     paths:
       - '.github/workflows/**'
       - 'pulsar-function-go/**'
-  push:
-    branches:
-      - branch-*
-    paths:
-      - '.github/workflows/**'
-      - 'pulsar-function-go/**'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-go-functions-test.yaml b/.github/workflows/ci-go-functions-test.yaml
index e7cbfc83745..1a95ad37500 100644
--- a/.github/workflows/ci-go-functions-test.yaml
+++ b/.github/workflows/ci-go-functions-test.yaml
@@ -26,12 +26,6 @@ on:
     paths:
       - '.github/workflows/**'
       - 'pulsar-function-go/**'
-  push:
-    branches:
-      - branch-*
-    paths:
-      - '.github/workflows/**'
-      - 'pulsar-function-go/**'
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-backwards-compatibility.yaml b/.github/workflows/ci-integration-backwards-compatibility.yaml
index d6babedb54b..f5827d6a3f8 100644
--- a/.github/workflows/ci-integration-backwards-compatibility.yaml
+++ b/.github/workflows/ci-integration-backwards-compatibility.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-cli.yaml b/.github/workflows/ci-integration-cli.yaml
index 65590dcd602..df0698afbe1 100644
--- a/.github/workflows/ci-integration-cli.yaml
+++ b/.github/workflows/ci-integration-cli.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-function.yaml b/.github/workflows/ci-integration-function.yaml
index 46c38215b08..fec9941ab39 100644
--- a/.github/workflows/ci-integration-function.yaml
+++ b/.github/workflows/ci-integration-function.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-messaging.yaml b/.github/workflows/ci-integration-messaging.yaml
index ca1bc3a3adc..dd099ca5af3 100644
--- a/.github/workflows/ci-integration-messaging.yaml
+++ b/.github/workflows/ci-integration-messaging.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-process.yaml b/.github/workflows/ci-integration-process.yaml
index 43567f52300..1e652d64c5d 100644
--- a/.github/workflows/ci-integration-process.yaml
+++ b/.github/workflows/ci-integration-process.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-schema.yaml b/.github/workflows/ci-integration-schema.yaml
index 8f207bff113..fdc38383c59 100644
--- a/.github/workflows/ci-integration-schema.yaml
+++ b/.github/workflows/ci-integration-schema.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-sql.yaml b/.github/workflows/ci-integration-sql.yaml
index 8c996b33824..6b5122124f9 100644
--- a/.github/workflows/ci-integration-sql.yaml
+++ b/.github/workflows/ci-integration-sql.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-standalone.yaml b/.github/workflows/ci-integration-standalone.yaml
index 8902029d21c..46ffe3a82fe 100644
--- a/.github/workflows/ci-integration-standalone.yaml
+++ b/.github/workflows/ci-integration-standalone.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-thread.yaml b/.github/workflows/ci-integration-thread.yaml
index 5f3ac6b9971..7e758e7556b 100644
--- a/.github/workflows/ci-integration-thread.yaml
+++ b/.github/workflows/ci-integration-thread.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-tiered-filesystem.yaml b/.github/workflows/ci-integration-tiered-filesystem.yaml
index 03d3a3bec84..b89f0d81957 100644
--- a/.github/workflows/ci-integration-tiered-filesystem.yaml
+++ b/.github/workflows/ci-integration-tiered-filesystem.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-tiered-jcloud.yaml b/.github/workflows/ci-integration-tiered-jcloud.yaml
index 12ea0b942ec..19ef68bdcb6 100644
--- a/.github/workflows/ci-integration-tiered-jcloud.yaml
+++ b/.github/workflows/ci-integration-tiered-jcloud.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-integration-transaction.yaml b/.github/workflows/ci-integration-transaction.yaml
index 401a1a4e159..e020aec7483 100644
--- a/.github/workflows/ci-integration-transaction.yaml
+++ b/.github/workflows/ci-integration-transaction.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-license.yaml b/.github/workflows/ci-license.yaml
index 6969054e634..3c975674880 100644
--- a/.github/workflows/ci-license.yaml
+++ b/.github/workflows/ci-license.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-python-build-3.9-client.yaml b/.github/workflows/ci-python-build-3.9-client.yaml
index f8b04a77f6b..5e554ee666e 100644
--- a/.github/workflows/ci-python-build-3.9-client.yaml
+++ b/.github/workflows/ci-python-build-3.9-client.yaml
@@ -25,12 +25,7 @@ on:
     paths:
       - '.github/workflows/**'
       - 'pulsar-client-cpp/**'
-  push:
-    branches:
-      - branch-*
-    paths:
-      - '.github/workflows/**'
-      - 'pulsar-client-cpp/**'
+
 jobs:
 
   build-wheel:
diff --git a/.github/workflows/ci-shade-test.yaml b/.github/workflows/ci-shade-test.yaml
index 36f0e9b42f4..cb66e1638c0 100644
--- a/.github/workflows/ci-shade-test.yaml
+++ b/.github/workflows/ci-shade-test.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-broker-broker-gp1.yaml b/.github/workflows/ci-unit-broker-broker-gp1.yaml
index 44b2180a48b..c752c290099 100644
--- a/.github/workflows/ci-unit-broker-broker-gp1.yaml
+++ b/.github/workflows/ci-unit-broker-broker-gp1.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-broker-broker-gp2.yaml b/.github/workflows/ci-unit-broker-broker-gp2.yaml
index 1f85dc35646..b4b8eabebbc 100644
--- a/.github/workflows/ci-unit-broker-broker-gp2.yaml
+++ b/.github/workflows/ci-unit-broker-broker-gp2.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-broker-client-api.yaml b/.github/workflows/ci-unit-broker-client-api.yaml
index b26dab93975..319a43b97b9 100644
--- a/.github/workflows/ci-unit-broker-client-api.yaml
+++ b/.github/workflows/ci-unit-broker-client-api.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-broker-client-impl.yaml b/.github/workflows/ci-unit-broker-client-impl.yaml
index 072155a32fd..a5ec3b90be1 100644
--- a/.github/workflows/ci-unit-broker-client-impl.yaml
+++ b/.github/workflows/ci-unit-broker-client-impl.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-broker-jdk8.yaml b/.github/workflows/ci-unit-broker-jdk8.yaml
index fef2e1c5e52..aa31b609ef7 100644
--- a/.github/workflows/ci-unit-broker-jdk8.yaml
+++ b/.github/workflows/ci-unit-broker-jdk8.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-broker-other.yaml b/.github/workflows/ci-unit-broker-other.yaml
index fd6eacc975b..c7f99a73522 100644
--- a/.github/workflows/ci-unit-broker-other.yaml
+++ b/.github/workflows/ci-unit-broker-other.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit-proxy.yaml b/.github/workflows/ci-unit-proxy.yaml
index ebbbe4b5749..4e32b89d246 100644
--- a/.github/workflows/ci-unit-proxy.yaml
+++ b/.github/workflows/ci-unit-proxy.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
diff --git a/.github/workflows/ci-unit.yaml b/.github/workflows/ci-unit.yaml
index 05b8140677c..01162bdcae3 100644
--- a/.github/workflows/ci-unit.yaml
+++ b/.github/workflows/ci-unit.yaml
@@ -23,9 +23,6 @@ on:
     branches:
       - master
       - branch-*
-  push:
-    branches:
-      - branch-*
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}