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

gavinchou 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 b429192afb0 [chore](ci) collect dmesg (#59938)
b429192afb0 is described below

commit b429192afb0a617d33ba10ed9ef9626fc85d1f6b
Author: Dongyang Li <[email protected]>
AuthorDate: Thu Jan 15 22:02:54 2026 +0800

    [chore](ci) collect dmesg (#59938)
---
 regression-test/pipeline/common/doris-utils.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/regression-test/pipeline/common/doris-utils.sh 
b/regression-test/pipeline/common/doris-utils.sh
index f37d73b9c9a..a23e3d43e60 100644
--- a/regression-test/pipeline/common/doris-utils.sh
+++ b/regression-test/pipeline/common/doris-utils.sh
@@ -704,6 +704,8 @@ archive_doris_logs() {
         if [[ -d "${DORIS_HOME}"/be/storage/error_log ]]; then
             cp --parents -rf "be/storage/error_log" "${archive_dir}"/
         fi
+        # dmesg log
+        dmesg -T | tail -n2000 >"${archive_dir}"/dmesg.log
     )
 
     if tar -I pigz \


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

Reply via email to