From 22656f536beea2cd2032787d7e0c8eee1b59ede1 Mon Sep 17 00:00:00 2001 From: feat Date: Wed, 14 Jun 2023 19:23:42 +0800 Subject: [PATCH 1/2] [INLONG-8242][Tool] Separate the distribution module to improve the performance of CR pipeline --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8046054e831..edcfc101b25 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,6 @@ inlong-sort-standalone inlong-manager inlong-dashboard - inlong-distribution @@ -1520,4 +1519,16 @@ https://github.com/apache/inlong/actions + + + distribution + + false + + + inlong-distribution + + + + From 8aff5e2f4c3b72536a62117bd141f32937cdcde5 Mon Sep 17 00:00:00 2001 From: featzhang Date: Tue, 20 Jun 2023 12:55:43 +0800 Subject: [PATCH 2/2] [INLONG-8242] [CI] Separate the distribution module to improve the performance of check pipeline --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index edcfc101b25..c2212641e77 100644 --- a/pom.xml +++ b/pom.xml @@ -1523,12 +1523,18 @@ distribution - false + true inlong-distribution + + fast + + false + +