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

morningman pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit f3a6132214aadcc78676e4a81605593d711ea05a
Author: Gavin Chou <gavineaglec...@gmail.com>
AuthorDate: Mon Mar 25 23:12:02 2024 +0800

    [chore] Format regression-conf.groovy (#32713)
---
 regression-test/conf/regression-conf.groovy             |  5 ++++-
 .../pipeline/external/conf/regression-conf.groovy       |  9 ++++++++-
 regression-test/pipeline/p0/conf/regression-conf.groovy | 16 ++++++++++++++--
 regression-test/pipeline/p1/conf/regression-conf.groovy | 17 +++++++++++++++--
 4 files changed, 41 insertions(+), 6 deletions(-)

diff --git a/regression-test/conf/regression-conf.groovy 
b/regression-test/conf/regression-conf.groovy
index c6764a2ce86..041744c9b02 100644
--- a/regression-test/conf/regression-conf.groovy
+++ b/regression-test/conf/regression-conf.groovy
@@ -86,7 +86,10 @@ excludeGroups = ""
 // this suites will not be executed
 excludeSuites = "test_broker_load"
 // this directories will not be executed
-excludeDirectories = "segcompaction_p2,workload_manager_p1"
+excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this 
line as the first line
+    "segcompaction_p2," +
+    "workload_manager_p1," +
+    "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
 
 customConf1 = "test_custom_conf_value"
 
diff --git a/regression-test/pipeline/external/conf/regression-conf.groovy 
b/regression-test/pipeline/external/conf/regression-conf.groovy
index 3c9071886db..aa85ad46138 100644
--- a/regression-test/pipeline/external/conf/regression-conf.groovy
+++ b/regression-test/pipeline/external/conf/regression-conf.groovy
@@ -55,7 +55,14 @@ testDirectories = ""
 // this groups will not be executed
 excludeGroups = ""
 // this suites will not be executed
-excludeSuites = 
"test_cast_string_to_array,test_broker_load,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv"
+excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as 
the first line
+    "test_analyze_stats_p1," +
+    "test_broker_load," +
+    "test_cast_string_to_array," +
+    "test_refresh_mtmv," +
+    "test_spark_load," +
+    "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
+
 // this directories will not be executed
 excludeDirectories = ""
 
diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy 
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index 32f4a6e9f59..e9e12f44eb9 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -61,10 +61,22 @@ excludeGroups = ""
 // this suites will not be executed
 // load_stream_fault_injection may cause bad disk
 
-excludeSuites = 
"test_stream_stub_fault_injection,test_index_failure_injection,test_dump_image,test_profile,test_spark_load,test_refresh_mtmv,test_bitmap_filter,test_information_schema_external"
+excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as 
the first line
+    "test_bitmap_filter," +
+    "test_dump_image," +
+    "test_index_failure_injection," +
+    "test_information_schema_external," +
+    "test_profile," +
+    "test_refresh_mtmv," +
+    "test_spark_load," +
+    "test_stream_stub_fault_injection," +
+    "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
 
 // this directories will not be executed
-excludeDirectories = "workload_manager_p1,nereids_rules_p0/subquery"
+excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this 
line as the first line
+    "nereids_rules_p0/subquery," +
+    "workload_manager_p1," +
+    "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
 
 customConf1 = "test_custom_conf_value"
 
diff --git a/regression-test/pipeline/p1/conf/regression-conf.groovy 
b/regression-test/pipeline/p1/conf/regression-conf.groovy
index 517fd4b4dce..398e4a41ad4 100644
--- a/regression-test/pipeline/p1/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p1/conf/regression-conf.groovy
@@ -52,9 +52,22 @@ testGroups = ""
 // empty suite will test all suite
 testSuites = ""
 // this suites will not be executed
-excludeSuites = 
"test_big_pad,test_profile,test_broker_load,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv,test_bitmap_filter"
+excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as 
the first line
+    "test_analyze_stats_p1," +
+    "test_big_pad," +
+    "test_bitmap_filter," +
+    "test_broker_load," +
+    "test_profile," +
+    "test_refresh_mtmv," +
+    "test_spark_load," +
+    "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
+
 // this dir will not be executed
-excludeDirectories = "workload_manager_p1,fault_injection_p0"
+excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this 
line as the first line
+    "fault_injection_p0," +
+    "workload_manager_p1," +
+    "zzz_the_end_sentinel_do_not_touch" // keep this line as the last line
+
 cacheDataPath="/data/regression/"
 
 s3Endpoint = "cos.ap-hongkong.myqcloud.com"


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

Reply via email to