Skip to content

Commit 38b5829

Browse files
authored
[CI] Temporarily disable GPU reset (#16436)
It's failing due to some other CI changes. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 09df9a6 commit 38b5829

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: inputs.reset_intel_gpu == 'true'
160+
if: false
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)