File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ permissions:
6
6
7
7
on :
8
8
schedule :
9
- - cron : ' */30 0-12 * * *' # run every 30 minutes overnight
9
+ - cron : ' */30 0-12 * * 1-5' # run every 30 minutes overnight
10
+ - cron : ' */30 * * * 6-7' # run every 30 minutes on weekends
10
11
11
12
jobs :
12
13
Windows-D3D12-NVIDIA-Clang :
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ permissions:
6
6
7
7
on :
8
8
schedule :
9
- - cron : ' */30 0-12 * * *' # run every 30 minutes overnight
9
+ - cron : ' */30 0-12 * * 1-5' # run every 30 minutes overnight
10
+ - cron : ' */30 * * * 6-7' # run every 30 minutes on weekends
10
11
11
12
jobs :
12
13
Windows-VK-Intel-Clang :
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ permissions:
6
6
7
7
on :
8
8
schedule :
9
- - cron : ' */30 0-12 * * *' # run every 30 minutes overnight
9
+ - cron : ' */30 0-12 * * 1-5' # run every 30 minutes overnight
10
+ - cron : ' */30 * * * 6-7' # run every 30 minutes on weekends
10
11
11
12
jobs :
12
13
Windows-D3D12-NVIDIA-DXC :
Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ permissions:
6
6
7
7
on :
8
8
schedule :
9
- - cron : ' */30 0-12 * * *' # run every 30 minutes overnight
9
+ - cron : ' */30 0-12 * * 1-5' # run every 30 minutes overnight
10
+ - cron : ' */30 * * * 6-7' # run every 30 minutes on weekends
10
11
11
12
jobs :
12
13
Windows-VK-NVIDIA-DXC :
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ DescriptorSets:
40
40
# RUN: %if DirectX %{ %offloader %t/simple.yaml %t.dxil | FileCheck %s %}
41
41
# RUN: %if Vulkan %{ dxc -T cs_6_0 -spirv -fspv-target-env=vulkan1.1 -Fo %t.spv %t/simple.hlsl %}
42
42
# RUN: %if Vulkan %{ %offloader %t/simple.yaml %t.spv | FileCheck %s %}
43
- # XFAIL: Vulkan-NV
44
43
45
44
# RUN: %if Metal %{ dxc -T cs_6_0 -Fo %t.dxil %t/simple.hlsl %}
46
45
# RUN: %if Metal %{ metal-shaderconverter %t.dxil -o=%t.metallib %}
You can’t perform that action at this time.
0 commit comments