7171 # build all the e2e tests
7272 build_run_native_cpu_e2e_tests :
7373 if : ${{ !cancelled() && needs.build.outputs.build_conclusion == 'success' }}
74- runs-on : [Linux, build]
74+ runs-on : [Linux, build-test ]
7575 needs : [build]
7676 container :
7777 image : ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest
@@ -173,10 +173,10 @@ jobs:
173173 use_igc_dev : true
174174 env : ' {"LIT_FILTER":"Matrix/"}'
175175 - name : Intel / Ponte Vecchio GPU
176- runner : ' ["Linux", "pvc"]'
176+ runner : ' ["Linux", "pvc-test "]'
177177 target_devices : level_zero:gpu;opencl:gpu;level_zero_v2:gpu
178178 - name : Intel Dev IGC / Ponte Vecchio GPU
179- runner : ' ["Linux", "pvc"]'
179+ runner : ' ["Linux", "pvc-test "]'
180180 image : ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc
181181 target_devices : level_zero:gpu
182182 use_igc_dev : true
@@ -192,14 +192,14 @@ jobs:
192192
193193 # We're in an ABI-breaking window, so these don't make sense for now.
194194 - name : ABI compatibility / sycl-rel-6_2
195- runner : ' ["Linux", "pvc"]'
195+ runner : ' ["Linux", "pvc-test "]'
196196 image : ghcr.io/intel/llvm/sycl_prebuilt_tests:sycl-rel-6_2
197197 target_devices : level_zero:gpu
198198 extra_lit_opts : ' --param test-preview-mode=False --filter-out "${{ needs.compat_read_exclude.outputs.FILTER_6_2 }}"'
199199 binaries_artifact : ' in-container'
200200 skip_run : true
201201 - name : ABI compatibility / sycl-rel-6_3
202- runner : ' ["Linux", "pvc"]'
202+ runner : ' ["Linux", "pvc-test "]'
203203 image : ghcr.io/intel/llvm/sycl_prebuilt_tests:sycl-rel-6_3
204204 target_devices : level_zero:gpu
205205 extra_lit_opts : ' --param test-preview-mode=False --filter-out "${{ needs.compat_read_exclude.outputs.FILTER_6_3 }}"'
0 commit comments