Skip to content

Commit 1d6b62d

Browse files
committed
ci: re-enable continue-on-error for D3D12/Vulkan samples screenshots (still flaky)
1 parent 17b212f commit 1d6b62d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-samples-screenshots.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
matrix:
5454
graphics-api: [Direct3D11, Direct3D12, Vulkan]
5555
runs-on: windows-2025-vs2026
56+
# TODO: drop continue-on-error once D3D12 and Vulkan captures are stable.
57+
continue-on-error: ${{ matrix.graphics-api != 'Direct3D11' }}
5658
env:
5759
# Software rendering is the default in the autotesting harness; set STRIDE_TESTS_GPU=1 to opt into the GPU.
5860
STRIDE_TESTS_RENDERDOC: "error"

0 commit comments

Comments
 (0)