Mesa (master): CI: Disable Windows/VS2019 builds

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 16 13:28:51 UTC 2020


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

Author: Daniel Stone <daniels at collabora.com>
Date:   Thu Apr 16 14:03:49 2020 +0100

CI: Disable Windows/VS2019 builds

An update seems to have poisoned gitlab-runner, and it can no longer
resolve DNS even though the host system can.

Disable this until we can figure out what's going on.

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

---

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2b73bca927..c9b7c3ee8da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -214,7 +214,7 @@ arm_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
@@ -233,7 +233,7 @@ windows_build_vs2019:
   extends: .windows-docker-vs2019
   image: "$WINDOWS_IMAGE"
   needs:
-    - windows_build_vs2019
+    - .windows_build_vs2019
 
 # BUILD
 
@@ -438,7 +438,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