CI/windows: Move SPIRV-to-DXIL test YML to microsoft folder

Reviewed-by: Enrico Galli <enrico.galli@intel.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13902>
This commit is contained in:
Jesse Natalie 2021-11-21 06:41:37 -08:00 committed by Marge Bot
parent 214168621d
commit c70e31c4d5
2 changed files with 20 additions and 20 deletions

View File

@ -42,6 +42,7 @@ include:
- local: 'src/gallium/drivers/virgl/ci/gitlab-ci.yml'
- local: 'src/gallium/drivers/zink/ci/gitlab-ci.yml'
- local: 'src/gallium/frontends/lavapipe/ci/gitlab-ci.yml'
- local: 'src/microsoft/ci/gitlab-ci.yml'
- local: 'src/panfrost/ci/gitlab-ci.yml'
stages:
@ -1033,26 +1034,6 @@ windows-vs2019:
- _build/meson-logs/*.txt
- _install/
test-spirv2dxil-windows:
extends:
- .build-windows
- .use-windows_build_vs2019
- .windows-test-rules
stage: layered-backends
dependencies:
- windows-vs2019
needs:
- windows-vs2019
variables:
GIT_STRATEGY: none # testing doesn't build anything from source
script:
- . _install/spirv2dxil_run.ps1
artifacts:
when: on_failure
name: "mesa_${CI_JOB_NAME}"
paths:
- spirv2dxil_results.txt
debian-clover:
extends: .meson-build
variables:

View File

@ -0,0 +1,19 @@
test-spirv2dxil-windows:
extends:
- .build-windows
- .use-windows_build_vs2019
- .windows-test-rules
stage: layered-backends
dependencies:
- windows-vs2019
needs:
- windows-vs2019
variables:
GIT_STRATEGY: none # testing doesn't build anything from source
script:
- . _install/spirv2dxil_run.ps1
artifacts:
when: on_failure
name: "mesa_${CI_JOB_NAME}"
paths:
- spirv2dxil_results.txt