8888 include :
8989 - name : GEN 12 Integrated
9090 runner : ' ["Linux", "gen12"]'
91- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
9291 target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
93- extra_lit_opts : --param gpu-intel-gen12=True
9492 - name : NVIDIA/CUDA
9593 runner : ' ["Linux", "cuda"]'
9694 image_options : -u 1001 --gpus all --cap-add SYS_ADMIN
@@ -102,35 +100,27 @@ jobs:
102100 extra_lit_opts : -j 1
103101 - name : Intel Arc A-Series Graphics
104102 runner : ' ["Linux", "arc"]'
105- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
106103 target_devices : level_zero:gpu;opencl:gpu;level_zero_v2:gpu
107- extra_lit_opts : --param matrix-xmx8=True
108- - name : E2E tests with dev igc on Intel Arc A-Series Graphics
104+ - name : Dev IGC / Intel Arc A-Series Graphics
109105 runner : ' ["Linux", "arc"]'
110106 image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
111- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
112107 target_devices : level_zero:gpu
113- extra_lit_opts : --param matrix-xmx8=True
114108 use_igc_dev : true
115109 env : ' {"LIT_FILTER":"Matrix/"}'
116- - name : E2E tests on Intel Ponte Vecchio GPU
110+ - name : Intel Ponte Vecchio GPU
117111 runner : ' ["Linux", "pvc"]'
118- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
119112 target_devices : level_zero:gpu;opencl:gpu;level_zero_v2:gpu
120- - name : Dev IGC on Intel Ponte Vecchio GPU
113+ - name : Dev IGC / Intel Ponte Vecchio GPU
121114 runner : ' ["Linux", "pvc"]'
122115 image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
123- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
124116 target_devices : level_zero:gpu
125117 use_igc_dev : true
126118 env : ' {"LIT_FILTER":"Matrix/"}'
127119 - name : Intel Battlemage Graphics
128120 runner : ' ["Linux", "bmg"]'
129- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
130121 target_devices : level_zero_v1:gpu;level_zero_v2:gpu
131122 - name : Preview Mode
132123 runner : ' ["Linux", "gen12"]'
133- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
134124 target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
135125 extra_lit_opts : --param test-preview-mode=True
136126 e2e_binaries_artifact : e2e_bin_preview
@@ -140,7 +130,7 @@ jobs:
140130 name : ${{ matrix.name }}
141131 runner : ${{ matrix.runner }}
142132 image : ${{ matrix.image }}
143- image_options : ${{ matrix.image_options }}
133+ image_options : ${{ matrix.image_options || '-u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN' }}
144134 target_devices : ${{ matrix.target_devices }}
145135 extra_lit_opts : ${{ matrix.extra_lit_opts }}
146136 repo_ref : ${{ github.sha }}
0 commit comments