From: Michel Dänzer Date: Tue, 10 Mar 2020 09:16:47 +0000 (+0100) Subject: gitlab-ci: Don't restrict ppc64el/s390x build jobs to gstreamer runners X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=86d270cde49f4d74d5c1f45851ce571686ca01cc;p=mesa.git gitlab-ci: Don't restrict ppc64el/s390x build jobs to gstreamer runners The packet runners have beefier CPUs now and don't seem to run into test timeouts anymore. Reviewed-by: Daniel Stone Tested-by: Marge Bot Part-of: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5cd8a31804c..bcf56ba4853 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -484,8 +484,6 @@ meson-i386: meson-s390x: extends: - .meson-cross - tags: - - gstreamer variables: CROSS: s390x GALLIUM_DRIVERS: "swrast"