File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
devops/actions/run-tests/benchmark Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments