Skip to content

Commit f863e6f

Browse files
[CI][Bench] Remove toolchain_artifact name in PR job
1 parent dd07af5 commit f863e6f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/sycl-ur-perf-benchmarking.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,4 @@ jobs:
259259
benchmark_dry_run: true
260260
benchmark_exit_on_failure: true
261261
repo_ref: ${{ github.sha }}
262-
toolchain_artifact: ${{ needs.build_pr.outputs.toolchain_artifact }}
263-
toolchain_artifact_filename: ${{ needs.build_pr.outputs.toolchain_artifact_filename }}
264-
toolchain_decompress_command: ${{ needs.build_pr.outputs.toolchain_decompress_command }}
265262
# END benchmark framework builds and runs on PRs path

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: 'Run benchmarks'
22

33
# This action assumes the following prerequisites:
44
#
5-
# - SYCL is placed in ./toolchain -- TODO change this
5+
# - SYCL is accessible in the system (nightly image provides it within /opt/sycl),
6+
# or SYCL is placed in ./toolchain (TODO: change this??). The second option has higher priority.
67
# - /devops has been checked out in ./devops.
78
# - env.GITHUB_TOKEN was properly set, because according to Github, that's
89
# apparently the recommended way to pass a secret into a github action:

0 commit comments

Comments
 (0)