diff --git a/.github/workflows/sycl-linux-precommit.yml b/.github/workflows/sycl-linux-precommit.yml index 12986e98617fc..e4a6fef58537e 100644 --- a/.github/workflows/sycl-linux-precommit.yml +++ b/.github/workflows/sycl-linux-precommit.yml @@ -165,10 +165,10 @@ jobs: use_igc_dev: true env: '{"LIT_FILTER":"Matrix/"}' - name: Intel / Ponte Vecchio GPU - runner: '["Linux", "pvc"]' + runner: '["Linux", "pvc-test"]' target_devices: level_zero:gpu;opencl:gpu;level_zero_v2:gpu - name: Intel Dev IGC / Ponte Vecchio GPU - runner: '["Linux", "pvc"]' + runner: '["Linux", "pvc-test"]' image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:devigc target_devices: level_zero:gpu use_igc_dev: true @@ -182,13 +182,13 @@ jobs: extra_lit_opts: --param test-preview-mode=True e2e_binaries_artifact: e2e_bin_preview - name: ABI compatibility / sycl-rel-6_2 - runner: '["Linux", "pvc"]' + runner: '["Linux", "pvc-test"]' image: ghcr.io/intel/llvm/sycl_prebuilt_tests:sycl-rel-6_2 target_devices: level_zero:gpu extra_lit_opts: '--param test-preview-mode=False --filter-out "${{ needs.compat_read_exclude.outputs.FILTER_6_2 }}"' e2e_binaries_artifact: 'in-container' - name: ABI compatibility / sycl-rel-6_3 - runner: '["Linux", "pvc"]' + runner: '["Linux", "pvc-test"]' image: ghcr.io/intel/llvm/sycl_prebuilt_tests:sycl-rel-6_3 target_devices: level_zero:gpu extra_lit_opts: '--param test-preview-mode=False --filter-out "${{ needs.compat_read_exclude.outputs.FILTER_6_3 }}"' diff --git a/.github/workflows/sycl-post-commit.yml b/.github/workflows/sycl-post-commit.yml index ce0afb273860f..e1876eb0c8171 100644 --- a/.github/workflows/sycl-post-commit.yml +++ b/.github/workflows/sycl-post-commit.yml @@ -73,7 +73,7 @@ jobs: env: '{"LIT_FILTER":"PerformanceTests/"}' extra_lit_opts: -a -j 1 --param enable-perf-tests=True target_devices: all - - name: SPIR-V Backend / Intel Battlemage Graphics + - name: SPIR-V Backend / Intel Battlemage Graphicss runner: '["Linux", "bmg"]' image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN target_devices: level_zero:gpu;opencl:gpu;opencl:cpu diff --git a/.github/workflows/sycl-windows-build.yml b/.github/workflows/sycl-windows-build.yml index 5a193b0cfecf1..1ba7d8351d886 100644 --- a/.github/workflows/sycl-windows-build.yml +++ b/.github/workflows/sycl-windows-build.yml @@ -97,7 +97,7 @@ permissions: read-all jobs: build: name: Build + LIT - runs-on: [Windows, build] + runs-on: [Windows, build-test] environment: WindowsCILock outputs: build_conclusion: ${{ steps.build.conclusion }}