Skip to content

Commit 5c965f9

Browse files
authored
[CI] Re-enable BMG in precommit (#17115)
I reset the runner and disabled some tests, let's try again. Reverts #17110
1 parent 776af8e commit 5c965f9

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)