This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new be6b8ff1e64 branch-4.0: [fix](ci) reduce debug log #59779 (#60293)
be6b8ff1e64 is described below
commit be6b8ff1e6432d0b994f204b79f8e4c7ba97dec1
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 28 11:55:38 2026 +0800
branch-4.0: [fix](ci) reduce debug log #59779 (#60293)
Cherry-picked from #59779
Co-authored-by: Dongyang Li <[email protected]>
---
regression-test/pipeline/cloud_p0/conf/fe_custom.conf | 2 +-
regression-test/pipeline/external/conf/regression-conf.groovy | 2 +-
regression-test/pipeline/nonConcurrent/conf/fe.conf | 2 +-
regression-test/pipeline/p0/conf/fe.conf | 2 +-
regression-test/pipeline/p0/conf/regression-conf.groovy | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
b/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
index 992ddbb00a6..704116ce6aa 100644
--- a/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
+++ b/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
@@ -24,7 +24,7 @@ enable_debug_points = true
disable_datev1=false
disable_decimalv2=false
-sys_log_verbose_modules =
org.apache.doris.master.MasterImpl,org.apache.doris.planner.OlapScanNode
+# sys_log_verbose_modules =
org.apache.doris.master.MasterImpl,org.apache.doris.planner.OlapScanNode
# profile related
max_query_profile_num = 2000
max_spilled_profile_num = 2000
diff --git a/regression-test/pipeline/external/conf/regression-conf.groovy
b/regression-test/pipeline/external/conf/regression-conf.groovy
index fc167d838b5..bd3e395c964 100644
--- a/regression-test/pipeline/external/conf/regression-conf.groovy
+++ b/regression-test/pipeline/external/conf/regression-conf.groovy
@@ -64,7 +64,7 @@ testSuites = ""
testDirectories = ""
// this groups will not be executed
-excludeGroups = ""
+excludeGroups = "p1,p2"
// this suites will not be executed
// load_stream_fault_injection may cause bad disk
diff --git a/regression-test/pipeline/nonConcurrent/conf/fe.conf
b/regression-test/pipeline/nonConcurrent/conf/fe.conf
index 48085415c08..e89a00d209c 100644
--- a/regression-test/pipeline/nonConcurrent/conf/fe.conf
+++ b/regression-test/pipeline/nonConcurrent/conf/fe.conf
@@ -34,7 +34,7 @@
JAVA_OPTS_FOR_JDK_17="-Djavax.security.auth.useSubjectCredsOnly=false -Xmx8192m
sys_log_level = INFO
sys_log_mode = NORMAL
-sys_log_verbose_modules =
org.apache.doris.master.MasterImpl,org.apache.doris.load.ExportTaskExecutor,org.apache.doris.planner.OlapScanNode
+# sys_log_verbose_modules =
org.apache.doris.master.MasterImpl,org.apache.doris.load.ExportTaskExecutor,org.apache.doris.planner.OlapScanNode
arrow_flight_sql_port = 8081
catalog_trash_expire_second=1
#enable ssl for test
diff --git a/regression-test/pipeline/p0/conf/fe.conf
b/regression-test/pipeline/p0/conf/fe.conf
index df28a5743bd..4da8687b60f 100644
--- a/regression-test/pipeline/p0/conf/fe.conf
+++ b/regression-test/pipeline/p0/conf/fe.conf
@@ -34,7 +34,7 @@ JAVA_OPTS_FOR_JDK_17="-Dfile.encoding=UTF-8
-Djavax.security.auth.useSubjectCred
sys_log_level = INFO
sys_log_mode = NORMAL
-sys_log_verbose_modules =
org.apache.doris.master.MasterImpl,org.apache.doris.load.ExportTaskExecutor,org.apache.doris.planner.OlapScanNode,org.apache.doris.persist
+#sys_log_verbose_modules =
org.apache.doris.master.MasterImpl,org.apache.doris.load.ExportTaskExecutor,org.apache.doris.planner.OlapScanNode,org.apache.doris.persist
arrow_flight_sql_port = 8081
catalog_trash_expire_second=1
#enable ssl for test
diff --git a/regression-test/pipeline/p0/conf/regression-conf.groovy
b/regression-test/pipeline/p0/conf/regression-conf.groovy
index 844c4bf1d92..6364a2629ce 100644
--- a/regression-test/pipeline/p0/conf/regression-conf.groovy
+++ b/regression-test/pipeline/p0/conf/regression-conf.groovy
@@ -56,7 +56,7 @@ testSuites = ""
testDirectories = ""
// this groups will not be executed
-excludeGroups = ""
+excludeGroups = "p1,p2"
// this suites will not be executed
// load_stream_fault_injection may cause bad disk
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]