From b7bdc14736b1e8598f2ffbb371f42318835a111f Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 9 Jul 2026 14:47:22 +0000 Subject: [PATCH] ci: remove dmesg from cleanup_cgroup() The dmesg output in cleanup_cgroup() makes it hard to find the actual error in CI logs because one needs to scroll past it. Move dmesg to dedicated CI steps that always run instead. Assisted-by: Claude Code (claude-opus-4-6) Signed-off-by: Adrian Reber --- scripts/ci/run-ci-tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/ci/run-ci-tests.sh b/scripts/ci/run-ci-tests.sh index a0a1d99b1..73603d811 100755 --- a/scripts/ci/run-ci-tests.sh +++ b/scripts/ci/run-ci-tests.sh @@ -189,7 +189,6 @@ ulimit -c unlimited cgid=$$ cleanup_cgroup() { ./test/zdtm_umount_cgroups $cgid - dmesg } trap cleanup_cgroup EXIT ./test/zdtm_mount_cgroups $cgid