Skip to content

Commit

Permalink
[Issue 5736] Add test checks in branches (apache#7465)
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhikserg authored Jul 8, 2020
1 parent 77dccd2 commit c91505e
Show file tree
Hide file tree
Showing 28 changed files with 90 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cpp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci-go-functions-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ on:
paths:
- '.github/workflows/**'
- 'pulsar-function-go/**'
push:
branches:
- branch-*
paths:
- '.github/workflows/**'
- 'pulsar-function-go/**'

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci-go-functions-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ on:
paths:
- '.github/workflows/**'
- 'pulsar-function-go/**'
push:
branches:
- branch-*
paths:
- '.github/workflows/**'
- 'pulsar-function-go/**'

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-integration-backwards-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-integration-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-integration-function-state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-integration-messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-integration-process.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-integration-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-integration-sql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-integration-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-integration-thread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-integration-tiered-filesystem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-integration-tiered-jcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-license.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-adaptors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-broker-broker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-broker-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-broker-flaky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-broker-long-time.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-broker-others.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-broker-publish-throttle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-broker-sasl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-broker-transaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-broker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-flaky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- branch-*

jobs:

Expand Down

0 comments on commit c91505e

Please sign in to comment.