Skip to content

Commit

Permalink
[SYCL] Amend workflow as per review in #14351
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Jul 4, 2024
1 parent 3ed35ca commit 6ea0110
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/sycl-linux-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,6 @@ jobs:
uses: actions/download-artifact@v4
with:
name: ${{ inputs.sycl_toolchain_artifact }}
- name: Debug prints [workflow_run]
if: inputs.sycl_toolchain_artifact != '' && github.event_name == 'workflow_run'
run: |
pwd
ls
- name: Download SYCL toolchain [workflow_run]
if: inputs.sycl_toolchain_artifact != '' && github.event_name == 'workflow_run'
uses: actions/github-script@v7
Expand All @@ -248,8 +243,6 @@ jobs:
- name: Unzip artifact [workflow_run]
if: inputs.sycl_toolchain_artifact != '' && github.event_name == 'workflow_run'
run: |
pwd
ls
unzip ${{ inputs.sycl_toolchain_artifact }}.zip
rm ${{ inputs.sycl_toolchain_artifact }}.zip
- name: Extract/Setup SYCL toolchain
Expand Down Expand Up @@ -371,11 +364,11 @@ jobs:
exit $ret
- name: Run benchmarks (via sycl-bench)
- name: Run sycl-bench microbenchmarks
id: run_benchmarks
if: inputs.tests_selector == 'benchmark'
run: ./devops/scripts/sycl-bench.sh https://github.com/ianayl/sycl-bench
- name: Upload benchmark results
- name: Upload sycl-bench microbenchmark results
if: inputs.tests_selector == 'benchmark' && steps.run_benchmarks.outcome == 'success'
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6ea0110

Please sign in to comment.