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

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


The following commit(s) were added to refs/heads/master by this push:
     new 26c50369edb2 [SPARK-48174][INFRA] Merge `connect` back to the original 
test pipeline
26c50369edb2 is described below

commit 26c50369edb21d616361a4b22a555ed7b7412a4e
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Tue May 7 09:34:59 2024 -0700

    [SPARK-48174][INFRA] Merge `connect` back to the original test pipeline
    
    ### What changes were proposed in this pull request?
    
    This PR aims to merge connect back to the original test pipeline to reduce 
the maximum concurrency of GitHub Action by one.
    - https://infra.apache.org/github-actions-policy.html
      > All workflows SHOULD have a job concurrency level less than or equal to 
15.
    
    ### Why are the changes needed?
    
    This is a partial recover from the following.
    - #45107
    
    We stabilized the root cause of #45107 via the following PRs. In addition 
we will disable a flaky test case if exists.
    
    - #46395
    - #46396
    - #46425
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #46441 from dongjoon-hyun/SPARK-48174.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .github/workflows/build_and_test.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 286f8e1193d9..00ba16265dce 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -156,9 +156,8 @@ jobs:
             mllib-local, mllib, graphx
           - >-
             streaming, sql-kafka-0-10, streaming-kafka-0-10, 
streaming-kinesis-asl,
-            kubernetes, hadoop-cloud, spark-ganglia-lgpl, protobuf
+            kubernetes, hadoop-cloud, spark-ganglia-lgpl, protobuf, connect
           - yarn
-          - connect
         # Here, we split Hive and SQL tests into some of slow ones and the 
rest of them.
         included-tags: [""]
         excluded-tags: [""]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to