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:

committed by
Marge Bot

parent
fd35e59139
commit
bdaee9e09d
@@ -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
|
||||
|
@@ -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\\"
|
||||
|
Reference in New Issue
Block a user