From 0a47acf41cd327929494e75b2908283a95218b0a Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Wed, 14 Feb 2024 15:09:21 -0800 Subject: [PATCH] [SPARK-47051][INFRA] Create a new test pipeline for `yarn` and `connect` --- .github/workflows/build_and_test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 1d98727a4231..43903d139d1f 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -147,8 +147,9 @@ jobs: mllib-local, mllib, graphx - >- streaming, sql-kafka-0-10, streaming-kafka-0-10, streaming-kinesis-asl, - yarn, kubernetes, hadoop-cloud, spark-ganglia-lgpl, - connect, protobuf + kubernetes, hadoop-cloud, spark-ganglia-lgpl, protobuf + - >- + yarn, connect # Here, we split Hive and SQL tests into some of slow ones and the rest of them. included-tags: [""] excluded-tags: [""]