1test-spirv2dxil-windows: 2 extends: 3 - .build-windows 4 - .use-windows_test_vs2019 5 - .spirv2dxil-test-rules 6 stage: layered-backends 7 dependencies: 8 - windows-vs2019 9 needs: 10 - windows-vs2019 11 - windows_test_vs2019 12 variables: 13 GIT_STRATEGY: none # testing doesn't build anything from source 14 script: 15 - . _install/spirv2dxil_run.ps1 16 artifacts: 17 when: on_failure 18 name: "mesa_${CI_JOB_NAME}" 19 paths: 20 - spirv2dxil_results.txt 21 22test-dozen-deqp: 23 extends: 24 - .build-windows 25 - .use-windows_test_vs2019 26 - .dozen-test-rules 27 stage: layered-backends 28 dependencies: 29 - windows-vs2019 30 needs: 31 - windows-vs2019 32 - windows_test_vs2019 33 variables: 34 GIT_STRATEGY: none # testing doesn't build anything from source 35 script: 36 - . _install/deqp_runner_run.ps1 37 artifacts: 38 when: on_failure 39 name: "mesa_${CI_JOB_NAME}" 40 paths: 41 - results/ 42 reports: 43 junit: results/junit.xml 44