@@ -126,7 +126,7 @@ jobs:
126126 tests_selector : e2e
127127 extra_lit_opts : " --param 'cxx_flags=-D_GLIBCXX_USE_CXX11_ABI=0' ${{ matrix.extra_lit_opts }}"
128128 reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
129- ref : ${{ github.sha }}
129+ repo_ref : ${{ github.sha }}
130130 sycl_toolchain_artifact : sycl_linux_default
131131 sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
132132 sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
@@ -142,7 +142,7 @@ jobs:
142142 reset_intel_gpu : true
143143 extra_lit_opts : -j 50
144144 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
145- ref : ${{ github.sha }}
145+ repo_ref : ${{ github.sha }}
146146 sycl_toolchain_artifact : sycl_linux_oneapi
147147 sycl_toolchain_archive : ${{ needs.ubuntu2404_oneapi_build.outputs.artifact_archive_name }}
148148 sycl_toolchain_decompress_command : ${{ needs.ubuntu2404_oneapi_build.outputs.artifact_decompress_command }}
@@ -187,7 +187,7 @@ jobs:
187187 image : ghcr.io/intel/llvm/ubuntu2204_build:latest
188188 image_options : -u 1001 --gpus all --cap-add SYS_ADMIN --env NVIDIA_DISABLE_REQUIRE=1
189189 target_devices : cuda:gpu
190- ref : ${{ github.sha }}
190+ repo_ref : ${{ github.sha }}
191191
192192 sycl_toolchain_artifact : sycl_linux_default
193193 sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
@@ -211,7 +211,7 @@ jobs:
211211 cts_testing_mode : ' build-only'
212212 image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
213213 tests_selector : cts
214- ref : ${{ github.sha }}
214+ repo_ref : ${{ github.sha }}
215215 sycl_toolchain_artifact : sycl_linux_default
216216 sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
217217 sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
@@ -240,7 +240,7 @@ jobs:
240240 image_options : ${{ matrix.image_options }}
241241 target_devices : ${{ matrix.target_devices }}
242242 tests_selector : cts
243- ref : ${{ github.sha }}
243+ repo_ref : ${{ github.sha }}
244244 sycl_toolchain_artifact : sycl_linux_default
245245 sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
246246 sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
@@ -281,7 +281,7 @@ jobs:
281281 target_devices : ${{ matrix.target_devices }}
282282 tests_selector : compute-benchmarks
283283 reset_intel_gpu : ${{ matrix.reset_intel_gpu }}
284- ref : ${{ github.sha }}
284+ repo_ref : ${{ github.sha }}
285285 sycl_toolchain_artifact : sycl_linux_default
286286 sycl_toolchain_archive : ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
287287 sycl_toolchain_decompress_command : ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
0 commit comments