Skip to content

Commit fedb018

Browse files
committed
Do not reset GPU
1 parent 13f86ec commit fedb018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ jobs:
264264
include:
265265
- name: Run compute-benchmarks on L0 PVC
266266
runner: '["PVC_PERF"]'
267-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
267+
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
268268
target_devices: level_zero:gpu
269-
reset_intel_gpu: true
269+
reset_intel_gpu: false
270270
uses: ./.github/workflows/sycl-linux-run-tests.yml
271271
secrets: inherit
272272
with:

0 commit comments

Comments
 (0)