Skip to content

Commit

Permalink
[CI] Update required checks to match pulsar-ci.yaml (#14944)
Browse files Browse the repository at this point in the history
- Python client is required for Functions and Schema tests and
  tests were needed to move to a different category

- Sql integration tests ("CI - System - Sql") are disabled until
  #14951 has been resolved
  • Loading branch information
lhotari authored Mar 30, 2022
1 parent 8221770 commit 902ed07
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,20 @@ github:
- 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 - Function
- CI - System - Pulsar Connectors - Process
- CI - System - Pulsar Connectors - Thread
- CI - System - Pulsar IO
- CI - System - Sql
- CI - System - Schema
- CI - System - Tiered FileSystem
- CI - System - Tiered JCloud
# Sql integration tests are disabled until https://github.com/apache/pulsar/issues/14951 has been resolved
# - CI - System - Sql

required_pull_request_reviews:
dismiss_stale_reviews: false
Expand Down

0 comments on commit 902ed07

Please sign in to comment.