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

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


The following commit(s) were added to refs/heads/master by this push:
     new e2ed2e99e2 exclude workload group test default (#22483)
e2ed2e99e2 is described below

commit e2ed2e99e21c71e0b757a937e8c66e5f77322415
Author: wangbo <wan...@apache.org>
AuthorDate: Wed Aug 2 12:45:08 2023 +0800

    exclude workload group test default (#22483)
---
 regression-test/pipeline/p0/conf/regression-conf.groovy | 2 +-
 regression-test/pipeline/p1/conf/regression-conf.groovy | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy 
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index 80339ee41c..9cd1b992a7 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -56,7 +56,7 @@ excludeGroups = ""
 // this suites will not be executed
 excludeSuites = 
"test_profile,test_broker_load,test_spark_load,test_analyze_stats_p1,test_refresh_mtmv"
 // this directories will not be executed
-excludeDirectories = ""
+excludeDirectories = "workload_manager_p1"
 
 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 e76f50aed5..e360ddaf5d 100644
--- a/regression-test/pipeline/p1/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p1/conf/regression-conf.groovy
@@ -47,8 +47,9 @@ testGroups = ""
 // empty suite will test all suite
 testSuites = ""
 // this suites will not be executed
-excludeSuites = "q67_ignore_temporarily,workload_manager_p1"
-
+excludeSuites = "q67_ignore_temporarily"
+// this dir will not be executed
+excludeDirectories = "workload_manager_p1"
 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