From daa105cf30c2d46bba27ec267d45e23ee399da5b Mon Sep 17 00:00:00 2001 From: Lari Hotari Date: Wed, 30 Mar 2022 19:17:59 +0300 Subject: [PATCH] [CI] Update required checks to match pulsar-ci.yaml - 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 https://github.com/apache/pulsar/issues/14951 has been resolved --- .asf.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index b4fd3919dc057..91028f3a3be7f 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -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