Skip to content

.gitlab.ci: Enable debug for libseat and for the DRM backend

Marius Vlad requested to merge mvlad/weston:wip/mvlad/seat-debug-and-dmesg into main

As the drm-smoke test randomly reports having the connector disabled, and with it libseat reports setMaster errors, this enables DRM backend debug messages for the kernel, and for libseat in an attempt to track down the issue, whenever it might happen again.

These are pretty harmless, in terms of data being generated as we only have a single DRM test using VKMS, and the libseat debug message aren't that verbose, so we're safe keeping them for the time being.

Signed-off-by: Marius Vlad marius.vlad@collabora.com

Edited by Daniel Stone

Merge request reports