From 23037627359e739c42b194dec54875aefbb9d00b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Mon, 10 Feb 2020 12:13:04 +0100 Subject: [PATCH] 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: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.30.2