1
0
Fork 0

ci: Temporarily disable kvm test

The runner has been down for two days, and it is unclear when it
will be up again. Let's not block on a test that fails because
of external factors.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3108>
This commit is contained in:
Florian Müllner 2023-07-06 11:50:58 +02:00
parent 50a6293d21
commit 5953e1a24a

View file

@ -518,6 +518,7 @@ test-mutter-kvm@x86_64:
artifacts:
reports:
junit: "build/meson-logs/testlog-plain.junit.xml"
when: manual
test-mutter@aarch64:
extends:
@ -555,7 +556,7 @@ coverage:
needs:
- test-mutter@x86_64
- test-mutter@aarch64
- test-mutter-kvm@x86_64
# - test-mutter-kvm@x86_64
can-build-gnome-shell@x86_64:
extends: