Skip to content

Commit c148216

Browse files
committed
Revert changes to use linux_shared_build for benchmark runs
1 parent 05994f2 commit c148216

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ jobs:
275275
sycl_cts_artifact: sycl_cts_bin_win
276276

277277
run-sycl-benchmarks:
278-
needs: [linux_shared_build]
279-
if: ${{ always() && !cancelled() && needs.linux_shared_build.outputs.build_conclusion == 'success' }}
278+
needs: [ubuntu2204_build]
279+
if: ${{ always() && !cancelled() && needs.ubuntu2204_build.outputs.build_conclusion == 'success' }}
280280
strategy:
281281
matrix:
282282
include:
@@ -298,9 +298,9 @@ jobs:
298298
benchmark_save_name: ${{ matrix.save_name }}
299299
benchmark_preset: ${{ matrix.preset }}
300300
repo_ref: ${{ matrix.ref }}
301-
sycl_toolchain_artifact: sycl_linux_sprod_shared
302-
sycl_toolchain_archive: ${{ needs.linux_shared_build.outputs.artifact_archive_name }}
303-
sycl_toolchain_decompress_command: ${{ needs.linux_shared_build.outputs.artifact_decompress_command }}
301+
sycl_toolchain_artifact: sycl_linux_default
302+
sycl_toolchain_archive: ${{ needs.ubuntu2204_build.outputs.artifact_archive_name }}
303+
sycl_toolchain_decompress_command: ${{ needs.ubuntu2204_build.outputs.artifact_decompress_command }}
304304

305305
nightly_build_upload:
306306
name: Nightly Build Upload

0 commit comments

Comments
 (0)