diff options
author | Michel Dänzer <[email protected]> | 2020-03-18 18:41:43 +0100 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2020-03-20 16:39:17 +0100 |
commit | 130c0ba1cc1b800641ed09fe7842c7ef4bce2dfb (patch) | |
tree | edbc51ff9d7b46597c040e08e0085de39df28f81 /.gitlab-ci.yml | |
parent | 500842399a350481d99c691c1053a6adab095bc8 (diff) |
gitlab-ci: Restrict s390x/ppc64el jobs to packet runners
They are hitting timeouts on the gstreamer runners now... *sigh*
Reviewed-by: Adam Jackson <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4233>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4233>
Diffstat (limited to '.gitlab-ci.yml')
-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 fbe88ed1ed8..73094147ae5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -487,6 +487,8 @@ meson-i386: meson-s390x: extends: - .meson-cross + tags: + - kvm variables: CROSS: s390x GALLIUM_DRIVERS: "swrast" |