Skip to content

Commit

Permalink
parallelize aggregate again:
Browse files Browse the repository at this point in the history
  • Loading branch information
ianayl committed Jan 18, 2025
1 parent 74bd73c commit 0282c0a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/sycl-linux-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,6 @@ jobs:
path: e2e_binaries.tar.zst
retention-days: ${{ inputs.retention-days }}

- name: Aggregate compute-benchmark historical average (TODO reconsider)
if: inputs.tests_selector == 'benchmark'
uses: ./.github/workflows/sycl-benchmark-aggregate.yml
- name: Run compute-benchmarks
if: inputs.tests_selector == 'benchmark'
run: |
Expand All @@ -516,3 +513,8 @@ jobs:
git add .
git commit -m "Update results"
git push
benchmark_aggregate:
if: ${{ inputs.test_selector == 'benchmark' && (github.event_name == 'workflow_dispatch' || inputs.skip_run == 'false') }}
name: Aggregate compute-benchmark historical average (TODO reconsider)
uses: ./.github/workflows/sycl-benchmark-aggregate.yml

0 comments on commit 0282c0a

Please sign in to comment.