From 86d270cde49f4d74d5c1f45851ce571686ca01cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Tue, 10 Mar 2020 10:16:47 +0100 Subject: [PATCH] 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: --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.30.2