Module: Mesa Branch: master Commit: 23037627359e739c42b194dec54875aefbb9d00b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=23037627359e739c42b194dec54875aefbb9d00b
Author: Michel Dänzer <[email protected]> Date: Mon Feb 10 12:13:04 2020 +0100 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> --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
