This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch hello-stephen-patch-13 in repository https://gitbox.apache.org/repos/asf/doris.git
commit da0a6272ce6f9f847877a8f1a96b0d84ef1765e1 Author: Dongyang Li <[email protected]> AuthorDate: Fri Dec 12 10:15:03 2025 +0800 [chore](ci) exclude test_insert_error_url to avoid stop grace fail --- regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy index 6ed712e6bb4..ff15991c635 100644 --- a/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy +++ b/regression-test/pipeline/nonConcurrent/conf/regression-conf.groovy @@ -61,6 +61,7 @@ excludeGroups = "p1,p2" // this suites will not be executed excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as the first line + "test_insert_error_url," + // cause stop grace fail "zzz_the_end_sentinel_do_not_touch"// keep this line as the last line // this directories will not be executed --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
