File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ jobs:
222222 merge_ref : ${{ inputs.merge_ref }}
223223 cache_path : " /__w/repo_cache/"
224224 - name : Checkout SYCL CTS tests
225- if : inputs.tests_selector == 'cts'
225+ if : inputs.tests_selector == 'cts' && inputs.cts_testing_mode != 'run-only'
226226 uses : ./devops/actions/cached_checkout
227227 with :
228228 path : khronos_sycl_cts
@@ -231,7 +231,7 @@ jobs:
231231 default_branch : ' main'
232232 cache_path : " /__w/repo_cache/"
233233 - name : SYCL CTS GIT submodules init
234- if : inputs.tests_selector == 'cts'
234+ if : inputs.tests_selector == 'cts' && inputs.cts_testing_mode != 'run-only'
235235 run : |
236236 git -C khronos_sycl_cts submodule update --init
237237 - name : Install drivers
Original file line number Diff line number Diff line change @@ -186,14 +186,12 @@ jobs:
186186 image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
187187 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
188188 target_devices : opencl:cpu
189- tests_selector : cts
190189
191190 - name : SYCL-CTS on L0 gen12
192191 runner : ' ["Linux", "gen12"]'
193192 image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
194193 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
195194 target_devices : level_zero:gpu
196- tests_selector : cts
197195 uses : ./.github/workflows/sycl-linux-run-tests.yml
198196 with :
199197 name : ${{ matrix.name }}
@@ -202,9 +200,8 @@ jobs:
202200 image : ${{ matrix.image }}
203201 image_options : ${{ matrix.image_options }}
204202 target_devices : ${{ matrix.target_devices }}
205- tests_selector : ${{ matrix.tests_selector }}
203+ tests_selector : cts
206204 ref : ${{ github.sha }}
207- merge_ref : ' '
208205 sycl_toolchain_artifact : sycl_linux_default
209206 sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
210207 sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
You can’t perform that action at this time.
0 commit comments