Skip to content

Commit c60d4c4

Browse files
[CI] Temporarily disable BMG in precommit (#17110)
BMG runner is offline so disabling testing on BMG for now to unblock pre-commit
1 parent 770afbf commit c60d4c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/sycl-linux-precommit.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ jobs:
9999
target_devices: level_zero:gpu;opencl:gpu
100100
use_igc_dev: true
101101
extra_lit_opts: -j 50
102-
- name: Intel Battlemage Graphics
103-
runner: '["Linux", "bmg"]'
104-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
105-
target_devices: level_zero:gpu
106-
# The new Xe kernel driver used by BMG doesn't support resetting.
107-
reset_intel_gpu: false
102+
#- name: Intel Battlemage Graphics
103+
# runner: '["Linux", "bmg"]'
104+
# image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
105+
# target_devices: level_zero:gpu
106+
# # The new Xe kernel driver used by BMG doesn't support resetting.
107+
# reset_intel_gpu: false
108108
uses: ./.github/workflows/sycl-linux-run-tests.yml
109109
with:
110110
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)