提交 43701398 编写于 作者: R Robert Metzger 提交者: Chesnay Schepler

[FLINK-19699][e2e] Collect dmesg output after tests

上级 0b9a47ef
......@@ -42,6 +42,7 @@ if [ ! -z "$TF_BUILD" ] ; then
function run_on_exit {
collect_coredumps $(pwd) $ARTIFACTS_DIR
collect_dmesg $ARTIFACTS_DIR
compress_logs
}
......
......@@ -79,6 +79,10 @@ function collect_coredumps {
done
}
function collect_dmesg {
local TARGET_DIR=$1
dmesg > $TARGET_DIR/dmesg.out
}
CI_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册