Module: Mesa Branch: master Commit: 2db1d73e5301f74c6e028a67f5b9dd767ff8cfe2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2db1d73e5301f74c6e028a67f5b9dd767ff8cfe2
Author: Daniel Stone <[email protected]> Date: Mon Mar 30 10:16:18 2020 +0100 CI: Avoid htz4 runner for VS2019 The htz4 runner needs to be updated in order for our support binaries like Chocolatey to work. Temporarily restrict jobs to the EC2 runner until this has happened. Signed-off-by: Daniel Stone <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4371> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4371> --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9c4f8f941c..e46b5dc2d66 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -214,6 +214,7 @@ windows_build_vs2019: - windows - shell - "1809" + - mesa script: - .\.gitlab-ci\windows\mesa_container.ps1 $CI_REGISTRY $CI_REGISTRY_USER $CI_REGISTRY_PASSWORD $WINDOWS_IMAGE $WINDOWS_UPSTREAM_IMAGE _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
