We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09df9a6 commit 38b5829Copy full SHA for 38b5829
.github/workflows/sycl-linux-run-tests.yml
@@ -157,7 +157,7 @@ jobs:
157
env: ${{ fromJSON(inputs.env) }}
158
steps:
159
- name: Reset Intel GPU
160
- if: inputs.reset_intel_gpu == 'true'
+ if: false
161
run: |
162
cat /run/secrets/sycl_passwd | sudo -S mount -t debugfs none /sys/kernel/debug
163
cat /run/secrets/sycl_passwd | sudo -S bash -c 'echo 1 > /sys/kernel/debug/dri/0/i915_wedged'
0 commit comments