Skip to content

Commit 3751ce3

Browse files
committed
Remove dev-igc runs & set image hash
1 parent 91f66e4 commit 3751ce3

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -101,25 +101,10 @@ jobs:
101101
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
102102
target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
103103
extra_lit_opts: --param matrix-xmx8=True
104-
- name: E2E tests with dev igc on Intel Arc A-Series Graphics
105-
runner: '["Linux", "arc"]'
106-
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
107-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
108-
target_devices: level_zero:gpu
109-
extra_lit_opts: --param matrix-xmx8=True
110-
use_igc_dev: true
111-
env: '{"LIT_FILTER":"Matrix/"}'
112104
- name: E2E tests on Intel Ponte Vecchio GPU
113105
runner: '["Linux", "pvc"]'
114106
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
115107
target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu
116-
- name: Dev IGC on Intel Ponte Vecchio GPU
117-
runner: '["Linux", "pvc"]'
118-
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
119-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
120-
target_devices: level_zero:gpu
121-
use_igc_dev: true
122-
env: '{"LIT_FILTER":"Matrix/"}'
123108
- name: Intel Battlemage Graphics
124109
runner: '["Linux", "bmg"]'
125110
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
@@ -141,7 +126,7 @@ jobs:
141126
with:
142127
name: ${{ matrix.name }}
143128
runner: ${{ matrix.runner }}
144-
image: ${{ matrix.image }}
129+
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps-005c1e25f7c70cc0819eb6fed28363fa356d3286
145130
image_options: ${{ matrix.image_options }}
146131
target_devices: ${{ matrix.target_devices }}
147132
extra_lit_opts: ${{ matrix.extra_lit_opts }}

0 commit comments

Comments
 (0)