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@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14509>
This commit is contained in:
Lionel Landwerlin 2022-01-12 10:27:01 +02:00 committed by Marge Bot
parent 912acbf963
commit 567a9550d7
3 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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:

View file

@ -1,4 +1,4 @@
test-spirv2dxil-windows:
.test-spirv2dxil-windows:
extends:
- .build-windows
- .use-windows_build_vs2019