From 130c0ba1cc1b800641ed09fe7842c7ef4bce2dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Wed, 18 Mar 2020 18:41:43 +0100 Subject: [PATCH] gitlab-ci: Restrict s390x/ppc64el jobs to packet runners They are hitting timeouts on the gstreamer runners now... *sigh* Reviewed-by: Adam Jackson Tested-by: Marge Bot Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbe88ed1ed8..73094147ae5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -487,6 +487,8 @@ meson-i386: meson-s390x: extends: - .meson-cross + tags: + - kvm variables: CROSS: s390x GALLIUM_DRIVERS: "swrast"