@@ -271,14 +271,14 @@ jobs:
271271 with :
272272 name : Build SYCL-CTS for Linux
273273 runner : ' ["Linux", "build"]'
274- cts_testing_mode : ' build-only'
274+ testing_mode : ' build-only'
275275 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
276276 tests_selector : cts
277277 repo_ref : ${{ github.sha }}
278278 toolchain_artifact : ${{ needs.ubuntu2204_build.outputs.toolchain_artifact }}
279279 toolchain_artifact_filename : ${{ needs.ubuntu2204_build.outputs.toolchain_artifact_filename }}
280280 toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.toolchain_decompress_command }}
281- sycl_cts_artifact : sycl_cts_bin_linux
281+ binaries_artifact : sycl_cts_bin_linux
282282
283283 run-sycl-cts-linux :
284284 needs : [ubuntu2204_build, build-sycl-cts-linux]
@@ -303,15 +303,15 @@ jobs:
303303 with :
304304 name : ${{ matrix.name }}
305305 runner : ${{ matrix.runner }}
306- cts_testing_mode : ' run-only'
306+ testing_mode : ' run-only'
307307 image_options : ${{ matrix.image_options }}
308308 target_devices : ${{ matrix.target_devices }}
309309 tests_selector : cts
310310 repo_ref : ${{ github.sha }}
311311 toolchain_artifact : ${{ needs.ubuntu2204_build.outputs.toolchain_artifact }}
312312 toolchain_artifact_filename : ${{ needs.ubuntu2204_build.outputs.toolchain_artifact_filename }}
313313 toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.toolchain_decompress_command }}
314- sycl_cts_artifact : sycl_cts_bin_linux
314+ binaries_artifact : sycl_cts_bin_linux
315315
316316 build-sycl-cts-win :
317317 needs : build-win
@@ -320,11 +320,11 @@ jobs:
320320 with :
321321 name : Build SYCL-CTS for Windows
322322 runner : ' ["Windows", "build"]'
323- cts_testing_mode : ' build-only'
323+ testing_mode : ' build-only'
324324 tests_selector : cts
325325 repo_ref : ${{ github.sha }}
326326 toolchain_artifact_filename : ${{ needs.build-win.outputs.toolchain_artifact_filename }}
327- sycl_cts_artifact : sycl_cts_bin_win
327+ binaries_artifact : sycl_cts_bin_win
328328
329329 run-sycl-cts-win :
330330 needs : [build-win, build-sycl-cts-win]
@@ -340,12 +340,12 @@ jobs:
340340 with :
341341 name : ${{ matrix.name }}
342342 runner : ${{ matrix.runner }}
343- cts_testing_mode : ' run-only'
343+ testing_mode : ' run-only'
344344 target_devices : ${{ matrix.target_devices }}
345345 tests_selector : cts
346346 repo_ref : ${{ github.sha }}
347347 toolchain_artifact_filename : ${{ needs.build-win.outputs.toolchain_artifact_filename }}
348- sycl_cts_artifact : sycl_cts_bin_win
348+ binaries_artifact : sycl_cts_bin_win
349349
350350 # Verification example:
351351 # cosign-windows-amd64.exe verify-blob sycl_linux.tar.gz \
0 commit comments