From fa12e49c14156938f8f58ddde2b7ca284ade9e4d Mon Sep 17 00:00:00 2001 From: Sergii Zhevzhyk Date: Mon, 6 Jul 2020 22:51:44 +0200 Subject: [PATCH] [Issue 5736] Add test checks in branches --- .github/workflows/ci-cpp.yaml | 3 +++ .github/workflows/ci-go-functions-style.yaml | 6 ++++++ .github/workflows/ci-go-functions-test.yaml | 6 ++++++ .../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 5569d4bf78d47..85f71952f8b28 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 628e437a00d4d..6902410127650 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: build: diff --git a/.github/workflows/ci-go-functions-test.yaml b/.github/workflows/ci-go-functions-test.yaml index 5b6f942810108..842f2c4f53afe 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 58fba8cd6b81e..3dadfbf7bea65 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 4ec3991e0530b..7502f8e5e5ede 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 beb4b7ba0165f..c114e86f01b74 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 907ba2d927170..3583c47d5e02f 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 18e5d9b5d3d60..f8213cc72dc2b 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 f563b7a6e6c6d..42fa3d6dd8819 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 5b4b0713467c6..d79d2e7428a33 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 e6c6a21fab2dd..4693b48fc7423 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 73deb6e511f6f..46b08740fd9f0 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 95e3c4eceb720..ae46890236363 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 36042e3895a92..d2ef27b113ae1 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 2cc08d14a2f97..7d7030444c19f 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 e0a55b7a5b7bd..9fe71f24f35e1 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 f96cd7c7db2fe..91374ec06c266 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 470bd80e56303..513629c655192 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 758dcbc8a46e9..c8ea35687dce7 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 2f3779e93c4c5..ba583918c7975 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 2eacecfa55e8e..a64c9648e5900 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 3ad3324bf507f..c1d11d900d0ed 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 aa975ab20aef0..0d395a4846626 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 6eef143eee151..82a15102abe11 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 3047dd30344d6..14360c80a1aa8 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 a3c970fc1da08..31220f8fa4e0f 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 7c623e8751ff1..cd60b51e1a791 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 f108fe80a6b76..d329893996335 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: