Mesa (main): ci: disable vs2019 windows build

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 12 09:47:22 UTC 2022


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

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Wed Jan 12 10:27:01 2022 +0200

ci: disable vs2019 windows build

Failing with :

   error during connect: In the default daemon configuration on
   Windows, the docker client must be run with elevated privileges to
   connect.: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/auth:
   open //./pipe/docker_engine: The system cannot find the file
   specified.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14509>

---

 .gitlab-ci.yml                             | 4 ++--
 src/gallium/drivers/d3d12/ci/gitlab-ci.yml | 4 ++--
 src/microsoft/ci/gitlab-ci.yml             | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bb9e9ade757..f45ed1f8450 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -575,7 +575,7 @@ debian/arm_test:
     MESA_IMAGE_TAG: "2021-11-19-piglit-uprev"
     MESA_UPSTREAM_IMAGE: "$CI_REGISTRY/$FDO_UPSTREAM_REPO/$MESA_IMAGE_PATH:${MESA_IMAGE_TAG}"
 
-windows_build_vs2019:
+.windows_build_vs2019:
   inherit:
     default: false
   extends:
@@ -1043,7 +1043,7 @@ debian-clang:
     CC: clang
     CXX: clang++
 
-windows-vs2019:
+.windows-vs2019:
   extends:
     - .build-windows
     - .use-windows_build_vs2019
diff --git a/src/gallium/drivers/d3d12/ci/gitlab-ci.yml b/src/gallium/drivers/d3d12/ci/gitlab-ci.yml
index 43743bc68c3..6ecac42b8b8 100644
--- a/src/gallium/drivers/d3d12/ci/gitlab-ci.yml
+++ b/src/gallium/drivers/d3d12/ci/gitlab-ci.yml
@@ -24,7 +24,7 @@
       - summary/
       - result.txt
 
-test-d3d12-quick_gl:
+.test-d3d12-quick_gl:
   extends:
     - .d3d12-test-piglit
   variables:
@@ -32,7 +32,7 @@ test-d3d12-quick_gl:
     PIGLIT_RESULTS: "d3d12-quick_gl"
     PIGLIT_TESTS: -x nv_copy_depth_to_color -x glsl-1.30.execution.tex-miplevel-selection -x arb_timer_query.timestamp-get
 
-test-d3d12-quick_shader:
+.test-d3d12-quick_shader:
   extends:
     - .d3d12-test-piglit
   variables:
diff --git a/src/microsoft/ci/gitlab-ci.yml b/src/microsoft/ci/gitlab-ci.yml
index c67037ca44d..f87b5badee4 100644
--- a/src/microsoft/ci/gitlab-ci.yml
+++ b/src/microsoft/ci/gitlab-ci.yml
@@ -1,4 +1,4 @@
-test-spirv2dxil-windows:
+.test-spirv2dxil-windows:
   extends:
     - .build-windows
     - .use-windows_build_vs2019



More information about the mesa-commit mailing list