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 59ec3da899c open workload group in PR pipeline (#27744)
59ec3da899c is described below

commit 59ec3da899c3ba974ebb4d92038db3b13902be34
Author: wangbo <[email protected]>
AuthorDate: Fri Dec 8 11:56:03 2023 +0800

    open workload group in PR pipeline (#27744)
---
 be/src/common/config.cpp                 | 2 +-
 regression-test/pipeline/p0/conf/fe.conf | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index 1a75659c9e9..932e24110b3 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1112,7 +1112,7 @@ DEFINE_Bool(enable_flush_file_cache_async, "true");
 
 // cgroup
 DEFINE_mString(doris_cgroup_cpu_path, "");
-DEFINE_mBool(enable_cgroup_cpu_soft_limit, "true");
+DEFINE_mBool(enable_cgroup_cpu_soft_limit, "false");
 
 DEFINE_Bool(ignore_always_true_predicate_for_segment, "true");
 
diff --git a/regression-test/pipeline/p0/conf/fe.conf 
b/regression-test/pipeline/p0/conf/fe.conf
index c54c23d53b8..593f659a204 100644
--- a/regression-test/pipeline/p0/conf/fe.conf
+++ b/regression-test/pipeline/p0/conf/fe.conf
@@ -101,3 +101,6 @@ label_keep_max_second = 300
 # job test configurations
 #allows the creation of jobs with an interval of second
 enable_job_schedule_second_for_test = true
+
+enable_workload_group = true
+


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to