~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/d3d12/ci/gitlab-ci.yml

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  needs:
10
10
    - windows-vs2019
11
11
    - windows_test_vs2019
 
12
    - !reference [.required-for-hardware-jobs, needs]
12
13
  variables:
13
14
    GIT_STRATEGY: none # testing doesn't build anything from source
14
15
    GALLIUM_DRIVER: d3d12
15
16
    WGL_DISABLE_ERROR_DIALOGS: "true"
16
17
    D3D12_AGILITY_RELATIVE_PATH: "D3D12\\"
17
 
    D3D12_AGILITY_SDK_VERSION: 710
 
18
    D3D12_AGILITY_SDK_VERSION: 610
18
19
 
19
20
.d3d12-test-piglit:
20
21
  extends: