Skip to content

Commit 3453107

Browse files
committed
move cloning exclude filters out of sycl-linux-run-tests
1 parent ad2da94 commit 3453107

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ jobs:
229229
with:
230230
sparse-checkout: |
231231
devops
232-
sycl/cts_exclude_filter
233232
- name: Register cleanup after job is finished
234233
uses: ./devops/actions/cleanup
235234
- name: Reset Intel GPU

devops/actions/run-tests/cts/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ inputs:
2020
runs:
2121
using: "composite"
2222
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
2329
- name: Checkout SYCL CTS tests
2430
if: inputs.testing_mode != 'run-only'
2531
uses: ./devops/actions/cached_checkout

0 commit comments

Comments
 (0)