Skip to content

Commit

Permalink
[CI] Change the required checks to match the checks in refactored Pul…
Browse files Browse the repository at this point in the history
…sar CI workflow

- required checks must be changed before merging apache#14819
  • Loading branch information
lhotari committed Mar 30, 2022
1 parent b74e65c commit 82360a5
Showing 1 changed file with 26 additions and 19 deletions.
45 changes: 26 additions & 19 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,34 @@ github:
# Contexts are the names of checks that must pass.
# See ./github/workflows/README.md for more documentation on this list.
contexts:
- License check
- backwards-compatibility
- build
- cli
- cpp-tests
- function-state
- messaging
- process
- pulsar-ci-test (group1)
- pulsar-ci-test (group2)
- pulsar-ci-test (group3)
- pulsar-io
- schema
- shade-check
- sql
- standalone
- thread
- tiered-filesystem
- tiered-jcloud
- transaction
- unit-tests
- Changed files check
- Build and License check
- CI - Unit - Brokers - Broker Group 1
- CI - Unit - Brokers - Broker Group 2
- CI - Unit - Brokers - Broker Group 3
- CI - Unit - Brokers - Client Api
- CI - Unit - Brokers - Client Impl
- CI - Unit - Brokers - JDK 8
- CI - Unit - Other
- CI - Unit - Proxy
- Build Pulsar java-test-image docker image
- CI - Integration - Backwards Compatibility
- CI - Integration - Cli
- CI - Integration - Function
- CI - Integration - Messaging
- CI - Integration - Schema
- CI - Integration - Shade
- CI - Integration - Standalone
- CI - Integration - Transaction
- Build Pulsar docker image
- CI - System - Pulsar Connectors - Process
- CI - System - Pulsar Connectors - Thread
- CI - System - Pulsar IO
- CI - System - Sql
- CI - System - Tiered FileSystem
- CI - System - Tiered JCloud

required_pull_request_reviews:
dismiss_stale_reviews: false
Expand Down

0 comments on commit 82360a5

Please sign in to comment.