open workload group in PR pipeline (#27744)

This commit is contained in:
wangbo
2023-12-08 11:56:03 +08:00
committed by GitHub
parent ebed055d2b
commit 59ec3da899
2 changed files with 4 additions and 1 deletions

View File

@ -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");

View File

@ -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