Skip to content

tests: Serialise drm-smoke-test against everything else

Daniel Stone requested to merge daniels/weston:drm-test-serialise into main

drm-smoke-test can't run at the same time as anything else which touches DRM devices. This includes any test which would use the GL renderer or GL/GBM on the client side, since they will open DRM devices to probe them at init time.

Signed-off-by: Daniel Stone daniels@collabora.com

cc @mvlad @leandrohrb

Merge request reports