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\\"