From 2db1d73e5301f74c6e028a67f5b9dd767ff8cfe2 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Mon, 30 Mar 2020 10:16:18 +0100 Subject: [PATCH] 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 Tested-by: Marge Bot Part-of: --- .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 -- 2.30.2