mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
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:
parent
fd35e59139
commit
bdaee9e09d
2 changed files with 3 additions and 0 deletions
|
|
@ -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\\"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue