This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 5aa3692  [CI] Change the required checks to match the checks in 
refactored Pulsar CI workflow (#14939)
5aa3692 is described below

commit 5aa36928d1b53c1edfa3fea2079bf78727ee59b5
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Mar 30 09:00:48 2022 +0300

    [CI] Change the required checks to match the checks in refactored Pulsar CI 
workflow (#14939)
    
    - required checks must be changed before merging #14819
---
 .asf.yaml | 45 ++++++++++++++++++++++++++-------------------
 1 file changed, 26 insertions(+), 19 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 6d6ef3f..b4fd391 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -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

Reply via email to