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 <daniels@collabora.com> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3760> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3760>
This commit is contained in:
committed by
Michel Dänzer
parent
8e77280774
commit
2303762735
@@ -468,6 +468,8 @@ meson-i386:
|
||||
meson-s390x:
|
||||
extends:
|
||||
- .meson-cross
|
||||
tags:
|
||||
- gstreamer
|
||||
variables:
|
||||
CROSS: s390x
|
||||
GALLIUM_DRIVERS: "swrast"
|
||||
|
||||
Reference in New Issue
Block a user