This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit fd4ce5e3c79372a25f0cb655a0b1b4cc5c8a0f48 Author: shuke <37901441+shuke...@users.noreply.github.com> AuthorDate: Thu Sep 21 17:27:52 2023 +0800 [test](config) change desired_max_waiting_jobs in regression pipeline (#24710) --- regression-test/pipeline/p0/conf/fe.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-test/pipeline/p0/conf/fe.conf b/regression-test/pipeline/p0/conf/fe.conf index 031dd9e9ae..bed1fb96d1 100644 --- a/regression-test/pipeline/p0/conf/fe.conf +++ b/regression-test/pipeline/p0/conf/fe.conf @@ -84,3 +84,4 @@ enable_mtmv = true dynamic_partition_check_interval_seconds=3 enable_full_auto_analyze=true +desired_max_waiting_jobs=200 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org