This is an automated email from the ASF dual-hosted git repository.

hellostephen 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 04281724e09 [fix](ci) reduce debug log (#59779)
04281724e09 is described below

commit 04281724e09a1395964dabae0dcc0afc2aca5fbd
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Jan 13 11:17:48 2026 +0800

    [fix](ci) reduce debug log (#59779)
---
 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 e35ec1847c0..1ab11a5af2c 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]

Reply via email to