From 5953e1a24a90fc7480b6573a59101a33fe1adf6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 6 Jul 2023 11:50:58 +0200 Subject: [PATCH] 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: --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f106b8b69..29a181055 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: