Skip to content

Commit 2e3a6a0

Browse files
committed
[CI] Run Matrix and ESIMD E2E tests with igc-dev by default
Allow to use default igc with label so that we may ignore regressions in igc dev when needed.
1 parent 646db9c commit 2e3a6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
extra_lit_opts: --param gpu-intel-gen12=True
9292
- name: E2E tests on Intel Arc A-Series Graphics
9393
runner: '["Linux", "arc"]'
94-
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
94+
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:${{ contains(github.event.pull_request.labels.*.name, 'ci-no-devigc') && 'latest' || 'devigc' }}
9595
image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
9696
target_devices: ext_oneapi_level_zero:gpu;opencl:gpu
9797
reset_gpu: true

0 commit comments

Comments
 (0)