1
0
Fork 0

ci: Don't try to change group of /dev/kvm

It's not allowed by the runner.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3111>
This commit is contained in:
Jonas Ådahl 2023-07-07 10:12:03 +02:00 committed by Florian Müllner
parent 32203cc435
commit 84eebbb796

View file

@ -506,7 +506,6 @@ test-mutter-kvm@x86_64:
tags:
- kvm
script:
- sudo chgrp $MUTTER_USER /dev/kvm
- meson test -C build
--no-rebuild
--timeout-multiplier 10