Skip to content

Commit 4f8c2d1

Browse files
committed
Drop testing with dev IGC - we don't need it on release branches
1 parent 8d9ca05 commit 4f8c2d1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -81,28 +81,12 @@ jobs:
8181
target_devices: level_zero:gpu;opencl:gpu
8282
reset_intel_gpu: true
8383
extra_lit_opts: --param matrix-xmx8=True
84-
- name: E2E tests with dev igc on Intel Arc A-Series Graphics
85-
runner: '["Linux", "arc"]'
86-
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
87-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
88-
target_devices: level_zero:gpu;opencl:gpu
89-
reset_intel_gpu: true
90-
extra_lit_opts: --param matrix-xmx8=True
91-
use_igc_dev: true
9284
- name: E2E tests on Intel Ponte Vecchio GPU
9385
runner: '["Linux", "pvc"]'
9486
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
9587
target_devices: level_zero:gpu;opencl:gpu
9688
reset_intel_gpu: true
9789
extra_lit_opts: -j 50
98-
- name: Dev IGC on Intel Ponte Vecchio GPU
99-
runner: '["Linux", "pvc"]'
100-
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
101-
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
102-
target_devices: level_zero:gpu;opencl:gpu
103-
reset_intel_gpu: true
104-
use_igc_dev: true
105-
extra_lit_opts: -j 50
10690
- name: Intel Battlemage Graphics
10791
runner: '["Linux", "bmg"]'
10892
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN

0 commit comments

Comments
 (0)