This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch hello-stephen-patch-10 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 3b135e9005a551dd2db149da7be1d356a10014dc Author: Dongyang Li <[email protected]> AuthorDate: Fri Nov 21 10:29:53 2025 +0800 [chore](ci) Removed 'external_table_p0/remote_doris' from the exclusion list. --- regression-test/pipeline/p0/conf/regression-conf.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy b/regression-test/pipeline/p0/conf/regression-conf.groovy index e35ec1847c0..844c4bf1d92 100644 --- a/regression-test/pipeline/p0/conf/regression-conf.groovy +++ b/regression-test/pipeline/p0/conf/regression-conf.groovy @@ -76,7 +76,6 @@ excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as th excludeDirectories = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line "cloud," + "cloud_p0," + - "external_table_p0/remote_doris," + // ubsan issue, need to investigate "workload_manager_p1," + "plsql_p0," + // plsql is not developped any more, add by sk "variant_p0/nested," + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
