Skip to content

Commit 9fd24b9

Browse files
[CI][Perf] Unify benchmark runners labels
1 parent 433fcb1 commit 9fd24b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ on:
2424
description: Runner
2525
type: choice
2626
required: true
27-
default: 'L0_PERF'
27+
default: 'L0_PERF_PVC'
2828
options:
29-
- L0_PERF
29+
- L0_PERF_PVC
3030

3131
permissions:
3232
contents: read

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ jobs:
382382
--preset Minimal
383383
--exit-on-failure
384384
runner: 'L0_PERF_ARC'
385-
compatibility: 1
385+
compatibility: '1'
386386

387387
SYCL:
388388
uses: ./.github/workflows/reusable_sycl.yml

.github/workflows/reusable_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
compatibility:
2626
required: false
2727
type: string
28-
default: 0
28+
default: '0'
2929
description: |
3030
Set it to 1 to run compatibility sycl benchmarks
3131

0 commit comments

Comments
 (0)