Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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