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 <areber@redhat.com>
This commit is contained in:
Adrian Reber 2026-07-09 14:47:22 +00:00 committed by Radostin Stoyanov
parent 2ab9053bfc
commit b7bdc14736

View file

@ -189,7 +189,6 @@ ulimit -c unlimited
cgid=$$ cgid=$$
cleanup_cgroup() { cleanup_cgroup() {
./test/zdtm_umount_cgroups $cgid ./test/zdtm_umount_cgroups $cgid
dmesg
} }
trap cleanup_cgroup EXIT trap cleanup_cgroup EXIT
./test/zdtm_mount_cgroups $cgid ./test/zdtm_mount_cgroups $cgid