We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc30802 commit 24d10faCopy full SHA for 24d10fa
.github/workflows/sycl-linux-run-tests.yml
@@ -25,7 +25,7 @@ on:
25
required: False
26
tests_selector:
27
description: |
28
- Three possible options: "e2e", "cts", and "benchmark".
+ Three possible options: "e2e", "cts", and "compute-benchmarks".
29
type: string
30
default: "e2e"
31
@@ -142,7 +142,7 @@ on:
142
options:
143
- e2e
144
- cts
145
- - benchmark
+ - compute-benchmarks
146
147
env:
148
@@ -307,7 +307,7 @@ jobs:
307
retention-days: ${{ inputs.retention-days }}
308
309
- name: Run compute-benchmarks on SYCL
310
- if: inputs.tests_selector == 'benchmark'
+ if: inputs.tests_selector == 'compute-benchmarks'
311
uses: ./devops/actions/run-tests/benchmark
312
with:
313
target_devices: ${{ inputs.target_devices }}
0 commit comments