This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch hello-stephen-patch-14 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 490edeace7aa7ad815791fdcdcc0b8f9dcc536bc Author: Dongyang Li <[email protected]> AuthorDate: Wed Dec 17 16:04:19 2025 +0800 Update excluded directories in regression-conf.groovy Added 'cold_heat_separation' and 'pipeline_p1' to the list of excluded directories to save costs. --- regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy index ff15991c635..b04044ec034 100644 --- a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy +++ b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy @@ -66,6 +66,8 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th // this directories will not be executed excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line + "cold_heat_separation," + // Save costs, the case is too time-consuming and not used by users + "pipeline_p1," + // Save costs "variant_github_events_nonConcurrent_p2," + "variant_github_events_new_p2," + "hdfs_vault_p2," + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
