You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by lh...@apache.org on 2022/03/30 19:00:21 UTC

[pulsar] branch master updated: [CI] Update required checks to match pulsar-ci.yaml (#14944)

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 902ed07  [CI] Update required checks to match pulsar-ci.yaml (#14944)
902ed07 is described below

commit 902ed07e6820ed7a3ab4415daf85524c64a3584c
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Wed Mar 30 21:57:57 2022 +0300

    [CI] Update required checks to match pulsar-ci.yaml (#14944)
    
    - 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 b4fd391..91028f3 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