ci: avoid running hardware jobs if lint fails - now on Windows too!

I missed this in !23774.

Fixes: a1c1cce9df ("ci: avoid running hardware jobs if there are already trivial issues")
Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24121>
This commit is contained in:
Eric Engestrom
2023-07-12 16:36:27 +01:00
committed by Marge Bot
parent fd35e59139
commit bdaee9e09d
2 changed files with 3 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
needs:
- windows-vs2019
- windows_test_vs2019
- !reference [.required-for-hardware-jobs, needs]
variables:
GIT_STRATEGY: none # testing doesn't build anything from source
GALLIUM_DRIVER: d3d12

View File

@@ -9,6 +9,7 @@ test-spirv2dxil-windows:
needs:
- windows-vs2019
- windows_test_vs2019
- !reference [.required-for-hardware-jobs, needs]
variables:
GIT_STRATEGY: none # testing doesn't build anything from source
script:
@@ -30,6 +31,7 @@ test-dozen-deqp:
needs:
- windows-vs2019
- windows_test_vs2019
- !reference [.required-for-hardware-jobs, needs]
variables:
GIT_STRATEGY: none # testing doesn't build anything from source
DZN_AGILITY_RELATIVE_PATH: "D3D12\\"