diff options
author | Michel Dänzer <[email protected]> | 2020-02-10 12:13:04 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2020-02-11 09:59:08 +0100 |
commit | 23037627359e739c42b194dec54875aefbb9d00b (patch) | |
tree | 8e40dd3626d4607527fada5c9e111e683918be04 | |
parent | 8e7728077435c5c5ad8c328761277f8ff3b32112 (diff) |
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 <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3760>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3760>
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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" |