gitlab-ci: Restrict s390x/ppc64el jobs to packet runners

They are hitting timeouts on the gstreamer runners now... *sigh*

Reviewed-by: Adam Jackson <ajax@redhat.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4233>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4233>
This commit is contained in:
Michel Dänzer 2020-03-18 18:41:43 +01:00 committed by Michel Dänzer
parent 500842399a
commit 130c0ba1cc
1 changed files with 2 additions and 0 deletions

View File

@ -487,6 +487,8 @@ meson-i386:
meson-s390x:
extends:
- .meson-cross
tags:
- kvm
variables:
CROSS: s390x
GALLIUM_DRIVERS: "swrast"