File tree Expand file tree Collapse file tree 4 files changed +4
-43
lines changed Expand file tree Collapse file tree 4 files changed +4
-43
lines changed Original file line number Diff line number Diff line change 13
13
- main
14
14
15
15
jobs :
16
- macOS-Metal-DXC-PR :
17
- if : ${{ github.event.issue.pull_request }}
18
- uses : ./.github/workflows/test-all.yaml
19
- with :
20
- OS : macOS
21
- SKU : macOS
22
- Test-Clang : Off
23
- TestTarget : check-hlsl-mtl
24
- HLSLTest-branch : ${{ github.event.pull_request.head.sha }}
25
16
macOS-Metal-DXC :
26
- if : ${{ !github.event.issue.pull_request }}
27
17
uses : ./.github/workflows/test-all.yaml
28
18
with :
29
19
OS : macOS
30
20
SKU : macOS
31
21
Test-Clang : Off
32
22
TestTarget : check-hlsl-mtl
23
+ HLSLTest-branch : ${{ github.ref }}
Original file line number Diff line number Diff line change 13
13
- main
14
14
15
15
jobs :
16
- Windows-D3D12-Intel-DXC-PR :
17
- if : ${{ github.event.issue.pull_request }}
18
- uses : ./.github/workflows/test-all.yaml
19
- with :
20
- OS : windows
21
- SKU : GPU-Intel
22
- Test-Clang : Off
23
- BuildType : Debug
24
- TestTarget : check-hlsl-d3d12
25
- HLSLTest-branch : ${{ github.event.pull_request.head.sha }}
26
16
Windows-D3D12-Intel-DXC :
27
- if : ${{ !github.event.issue.pull_request }}
28
17
uses : ./.github/workflows/test-all.yaml
29
18
with :
30
19
OS : windows
31
20
SKU : GPU-Intel
32
21
Test-Clang : Off
33
22
BuildType : Debug
34
23
TestTarget : check-hlsl-d3d12
24
+ HLSLTest-branch : ${{ github.ref }}
Original file line number Diff line number Diff line change 13
13
- main
14
14
15
15
jobs :
16
- Windows-VK-Intel-DXC-PR :
17
- if : ${{ github.event.issue.pull_request }}
18
- uses : ./.github/workflows/test-all.yaml
19
- with :
20
- OS : windows
21
- SKU : GPU-Intel
22
- Test-Clang : Off
23
- BuildType : Debug
24
- TestTarget : check-hlsl-vk
25
- HLSLTest-branch : ${{ github.event.pull_request.head.sha }}
26
16
Windows-VK-Intel-DXC :
27
- if : ${{ !github.event.issue.pull_request }}
28
17
uses : ./.github/workflows/test-all.yaml
29
18
with :
30
19
OS : windows
31
20
SKU : GPU-Intel
32
21
Test-Clang : Off
33
22
BuildType : Debug
34
23
TestTarget : check-hlsl-vk
24
+ HLSLTest-branch : ${{ github.ref }}
Original file line number Diff line number Diff line change 13
13
- main
14
14
15
15
jobs :
16
- Windows-D3D12-Warp-DXC-PR :
17
- if : ${{ github.event.issue.pull_request }}
18
- uses : ./.github/workflows/test-all.yaml
19
- with :
20
- OS : windows
21
- SKU : GPU-Intel
22
- Test-Clang : Off
23
- BuildType : Debug
24
- TestTarget : check-hlsl-warp-d3d12
25
- HLSLTest-branch : ${{ github.event.pull_request.head.sha }}
26
16
Windows-D3D12-Warp-DXC :
27
- if : ${{ !github.event.issue.pull_request }}
28
17
uses : ./.github/workflows/test-all.yaml
29
18
with :
30
19
OS : windows
31
20
SKU : GPU-Intel
32
21
Test-Clang : Off
33
22
BuildType : Debug
34
23
TestTarget : check-hlsl-warp-d3d12
24
+ HLSLTest-branch : ${{ github.ref }}
You can’t perform that action at this time.
0 commit comments