Skip to content

Commit 4c521f5

Browse files
committed
Revert "[CI] Temporarily disable GPU reset (#16436)"
This reverts commit 38b5829.
1 parent 38b5829 commit 4c521f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
env: ${{ fromJSON(inputs.env) }}
158158
steps:
159159
- name: Reset Intel GPU
160-
if: false
160+
if: inputs.reset_intel_gpu == 'true'
161161
run: |
162162
cat /run/secrets/sycl_passwd | sudo -S mount -t debugfs none /sys/kernel/debug
163163
cat /run/secrets/sycl_passwd | sudo -S bash -c 'echo 1 > /sys/kernel/debug/dri/0/i915_wedged'

0 commit comments

Comments
 (0)