Skip to content

Commit 8f45038

Browse files
committed
Add PVC_PERF runner as sole option
1 parent 1515afa commit 8f45038

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ on:
125125
- '["cts-cpu"]'
126126
- '["Linux", "build"]'
127127
- '["cuda"]'
128+
- '["PVC_PERF"]'
128129
image:
129130
type: choice
130131
options:

.github/workflows/sycl-nightly.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,8 @@ jobs:
259259
fail-fast: false
260260
matrix:
261261
include:
262-
- name: Run compute-benchmarks on L0 Gen12
263-
runner: '["Linux", "gen12"]'
264-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
265-
target_devices: level_zero:gpu
266-
reset_intel_gpu: true
267262
- name: Run compute-benchmarks on L0 PVC
268-
runner: '["Linux", "pvc"]'
263+
runner: '["PVC_PERF"]'
269264
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
270265
target_devices: level_zero:gpu
271266
reset_intel_gpu: false

0 commit comments

Comments
 (0)