We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad2da94 commit 3453107Copy full SHA for 3453107
.github/workflows/sycl-linux-run-tests.yml
@@ -229,7 +229,6 @@ jobs:
229
with:
230
sparse-checkout: |
231
devops
232
- sycl/cts_exclude_filter
233
- name: Register cleanup after job is finished
234
uses: ./devops/actions/cleanup
235
- name: Reset Intel GPU
devops/actions/run-tests/cts/action.yml
@@ -20,6 +20,12 @@ inputs:
20
runs:
21
using: "composite"
22
steps:
23
+ - name: Checkout CTS exclude filters
24
+ if: inputs.testing_mode != 'run-only'
25
+ uses: actions/checkout@v5
26
+ with:
27
+ sparse-checkout: |
28
+ sycl/cts_exclude_filter
29
- name: Checkout SYCL CTS tests
30
if: inputs.testing_mode != 'run-only'
31
uses: ./devops/actions/cached_checkout
0 commit comments