Module: Mesa Branch: master Commit: 130c0ba1cc1b800641ed09fe7842c7ef4bce2dfb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=130c0ba1cc1b800641ed09fe7842c7ef4bce2dfb
Author: Michel Dänzer <[email protected]> Date: Wed Mar 18 18:41:43 2020 +0100 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> --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
