From 6ea01102c2ce4d3fa3b3043200d60d40c9f21e06 Mon Sep 17 00:00:00 2001 From: "Li, Ian" Date: Thu, 4 Jul 2024 08:27:45 -0700 Subject: [PATCH] [SYCL] Amend workflow as per review in #14351 --- .github/workflows/sycl-linux-run-tests.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/sycl-linux-run-tests.yml b/.github/workflows/sycl-linux-run-tests.yml index c9b72343bf6ee..48200bfb2748c 100644 --- a/.github/workflows/sycl-linux-run-tests.yml +++ b/.github/workflows/sycl-linux-run-tests.yml @@ -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 @@ -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 @@ -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: