Mesa (main): ci: Disable windows builds due to runner not being available

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 9 06:12:54 UTC 2021


Module: Mesa
Branch: main
Commit: d523126bd0e959a8fce504b7b64293eb98f68ca2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d523126bd0e959a8fce504b7b64293eb98f68ca2

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Wed Jun  9 07:33:26 2021 +0200

ci: Disable windows builds due to runner not being available

Warning from Gitlab:

This job is stuck because you don't have any active runners online or
available with any of these tags assigned to them: windows shell 1809
mesa

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11255>

---

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 88f337629cb..cd9171dd2ad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -539,7 +539,7 @@ arm_test:
     MESA_IMAGE_TAG: "2021-04-14-radv"
     MESA_UPSTREAM_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/$MESA_IMAGE_PATH:${MESA_IMAGE_TAG}"
 
-windows_build_vs2019:
+.windows_build_vs2019:
   extends:
     - .container
     - .windows-docker-vs2019
@@ -956,7 +956,7 @@ meson-clang:
     CC: clang
     CXX: clang++
 
-meson-windows-vs2019:
+.meson-windows-vs2019:
   extends:
     - .build-windows
     - .use-windows_build_vs2019
@@ -968,7 +968,7 @@ meson-windows-vs2019:
     paths:
       - _install/
 
-test-d3d12-windows:
+.test-d3d12-windows:
   extends:
     - .build-windows
     - .use-windows_build_vs2019



More information about the mesa-commit mailing list