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 8e1cf59ab68 [SPARK-45790][INFRA] Move `graphx` to `mllib*` test 
pipeline
8e1cf59ab68 is described below

commit 8e1cf59ab68995863945aa69f53a04647b328952
Author: Dongjoon Hyun <dh...@apple.com>
AuthorDate: Sat Nov 4 09:28:17 2023 -0700

    [SPARK-45790][INFRA] Move `graphx` to `mllib*` test pipeline
    
    ### What changes were proposed in this pull request?
    
    This PR aims to move `graphx` module test from `core` pipeline to `mllib` 
pipeline.
    
    ### Why are the changes needed?
    
    To off-load `core` test pipeline and avoid the situation where `graphx` 
patch triggers `core` pipeline.
    - `core` test pipeline takes 1 and half hour in general.
    - `mllib*` test pipeline seems to be stable in these day and finished in a 
hour.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs and manually check.
    
    - 
https://github.com/dongjoon-hyun/spark/actions/runs/6753488512/job/18360020367
    <img width="403" alt="Screenshot 2023-11-04 at 12 25 00 AM" 
src="https://github.com/apache/spark/assets/9700541/8de70994-65d6-4edc-a0b6-dd805878faad";>
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #43656 from dongjoon-hyun/SPARK-45790.
    
    Authored-by: Dongjoon Hyun <dh...@apple.com>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 .github/workflows/build_and_test.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index eded5da5c1d..1e28f553051 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -143,11 +143,11 @@ jobs:
           - >-
             core, unsafe, kvstore, avro, utils,
             network-common, network-shuffle, repl, launcher,
-            examples, sketch, graphx
+            examples, sketch
           - >-
             api, catalyst, hive-thriftserver
           - >-
-            mllib-local,mllib
+            mllib-local, mllib, graphx
           - >-
             streaming, sql-kafka-0-10, streaming-kafka-0-10,
             yarn, kubernetes, hadoop-cloud, spark-ganglia-lgpl,


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

Reply via email to