From 82360a56eef4bf83665e31178779289afd917f66 Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Wed, 30 Mar 2022 08:55:45 +0300 Subject: [PATCH] [CI] Change the required checks to match the checks in refactored Pulsar CI workflow - 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 6d6ef3fbf39ec..b4fd3919dc057 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