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/09/08 10:28:51 UTC

[pulsar] branch master updated: [ci] Temporarily remove required jobs to unblock CI (#17539)

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 7508fe50300 [ci] Temporarily remove required jobs to unblock CI (#17539)
7508fe50300 is described below

commit 7508fe50300286bc5ccfd8d1f38d7bb5d7a84fbc
Author: Nicolò Boschi <bo...@gmail.com>
AuthorDate: Thu Sep 8 12:28:42 2022 +0200

    [ci] Temporarily remove required jobs to unblock CI (#17539)
    
    * Following the action plan defined in https://lists.apache.org/thread/yh72bmlf2w97593c5d5pqf3jz1ldb501 .
    * A lazy consensus was reached on this matter to fix CI following the action plan.
---
 .asf.yaml | 58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 848b61c9d4f..fad5bd6405e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -49,35 +49,35 @@ github:
         # Contexts are the names of checks that must pass.
         # See ./github/workflows/README.md for more documentation on this list.
         contexts:
-          - build
-          - cpp-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 - Other
-          - CI - Unit - Proxy
-          - Build Pulsar java-test-image docker image
-          - CI - Integration - Backwards Compatibility
-          - CI - Integration - Cli
-          - CI - Integration - Messaging
-          - CI - Integration - Shade on Java 8
-          - CI - Integration - Shade on Java 11
-          - CI - Integration - Shade on Java 17
-          - 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 - Schema
-          - CI - System - Tiered FileSystem
-          - CI - System - Tiered JCloud
-          - CI - System - Sql
+#          - build
+#          - cpp-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 - Other
+#          - CI - Unit - Proxy
+#          - Build Pulsar java-test-image docker image
+#          - CI - Integration - Backwards Compatibility
+#          - CI - Integration - Cli
+#          - CI - Integration - Messaging
+#          - CI - Integration - Shade on Java 8
+#          - CI - Integration - Shade on Java 11
+#          - CI - Integration - Shade on Java 17
+#          - 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 - Schema
+#          - CI - System - Tiered FileSystem
+#          - CI - System - Tiered JCloud
+#          - CI - System - Sql
 
       required_pull_request_reviews:
         dismiss_stale_reviews: false