From: Michel Dänzer Date: Mon, 10 Feb 2020 11:13:04 +0000 (+0100) Subject: gitlab-ci: Only use gstreamer runners for the s390x job for now X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=23037627359e739c42b194dec54875aefbb9d00b;p=mesa.git gitlab-ci: Only use gstreamer runners for the s390x job for now The fdo-packet-* runners keep hitting the (already quite long) timeouts for some of the tests, taking many times as long for them as the gstreamer runners. The fdo-gitlab-gce-runner3 runner would work as well, but it doesn't have any tags we could use. Acked-by: Daniel Stone Tested-by: Marge Bot Part-of: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50b7f9ef896..2475c4a7c69 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -468,6 +468,8 @@ meson-i386: meson-s390x: extends: - .meson-cross + tags: + - gstreamer variables: CROSS: s390x GALLIUM_DRIVERS: "swrast"