From bdaee9e09daf2ca1850fbb0ea44d8ac545647e5b Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 12 Jul 2023 16:36:27 +0100 Subject: [PATCH] ci: avoid running hardware jobs if lint fails - now on Windows too! I missed this in !23774. Fixes: a1c1cce9dfc2d8400a67 ("ci: avoid running hardware jobs if there are already trivial issues") Signed-off-by: Eric Engestrom Part-of: --- src/gallium/drivers/d3d12/ci/gitlab-ci.yml | 1 + src/microsoft/ci/gitlab-ci.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/gallium/drivers/d3d12/ci/gitlab-ci.yml b/src/gallium/drivers/d3d12/ci/gitlab-ci.yml index b022ded6bde..ccdf083d56a 100644 --- a/src/gallium/drivers/d3d12/ci/gitlab-ci.yml +++ b/src/gallium/drivers/d3d12/ci/gitlab-ci.yml @@ -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 diff --git a/src/microsoft/ci/gitlab-ci.yml b/src/microsoft/ci/gitlab-ci.yml index d0a936cafad..f4e29761b5a 100644 --- a/src/microsoft/ci/gitlab-ci.yml +++ b/src/microsoft/ci/gitlab-ci.yml @@ -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\\"