Mesa (master): CI: Disable Windows build due to unstable infrastructure

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 2 07:50:54 UTC 2020


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

Author: Daniel Stone <daniels at collabora.com>
Date:   Thu Jul  2 08:21:33 2020 +0100

CI: Disable Windows build due to unstable infrastructure

The Windows runner is having a lot of issues cloning repositories,
failing early due to an unhandled HTTP error. Temporarily disable it
until we can figure out what's going on and fix it.

Signed-off-by: Daniel Stone <daniels at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5716>

---

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e73b9001c9d..f3af0fef3d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -366,7 +366,7 @@ arm64_test:
     WINDOWS_IMAGE: "$CI_REGISTRY_IMAGE/windows/x64_build:$WINDOWS_TAG"
     WINDOWS_UPSTREAM_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/windows/x64_build:$WINDOWS_TAG"
 
-windows_build_vs2019:
+.windows_build_vs2019:
   extends:
     - .container
     - .windows-docker-vs2019
@@ -591,7 +591,7 @@ meson-clang:
     CC: "ccache clang-9"
     CXX: "ccache clang++-9"
 
-meson-windows-vs2019:
+.meson-windows-vs2019:
   extends:
     - .build-windows
     - .use-windows_build_vs2019



More information about the mesa-commit mailing list