@@ -69,39 +69,39 @@ jobs:
6969
7070 # Build and run native cpu e2e tests separately as cannot currently
7171 # build all the e2e tests
72- build_run_native_cpu_e2e_tests :
73- if : ${{ !cancelled() && needs.build.outputs.build_conclusion == 'success' }}
74- runs-on : [Linux, build]
75- needs : [build]
76- container :
77- image : ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest
78- options : -u 1001:1001
79- steps :
80- - uses : actions/checkout@v5
81- with :
82- sparse-checkout : |
83- devops/
72+ # build_run_native_cpu_e2e_tests:
73+ # if: ${{ !cancelled() && needs.build.outputs.build_conclusion == 'success' }}
74+ # runs-on: [Linux, build]
75+ # needs: [build]
76+ # container:
77+ # image: ghcr.io/intel/llvm/sycl_ubuntu2404_nightly:latest
78+ # options: -u 1001:1001
79+ # steps:
80+ # - uses: actions/checkout@v5
81+ # with:
82+ # sparse-checkout: |
83+ # devops/
8484
85- # download build artefact
86- - name : Download toolchain
87- uses : actions/download-artifact@v6
88- with :
89- name : sycl_linux_default
90- - name : Extract SYCL toolchain
91- shell : bash
92- run : |
93- mkdir toolchain
94- tar -xf llvm_sycl.tar.zst -C toolchain
95- rm llvm_sycl.tar.zst
96- - name : Build and run E2E tests
97- uses : ./devops/actions/run-tests/e2e
98- with :
99- ref : ${{ inputs.ref || github.sha }}
100- testing_mode : full
101- target_devices : native_cpu:cpu
102- sycl_compiler : $GITHUB_WORKSPACE/toolchain/bin/clang++
103- extra_lit_opts : --param sycl_build_targets="native_cpu"
104- extra_cmake_args : -DSYCL_TEST_E2E_TARGETS="native_cpu:cpu" -DSYCL_TEST_E2E_STANDALONE=ON
85+ # # download build artefact
86+ # - name: Download toolchain
87+ # uses: actions/download-artifact@v6
88+ # with:
89+ # name: sycl_linux_default
90+ # - name: Extract SYCL toolchain
91+ # shell: bash
92+ # run: |
93+ # mkdir toolchain
94+ # tar -xf llvm_sycl.tar.zst -C toolchain
95+ # rm llvm_sycl.tar.zst
96+ # - name: Build and run E2E tests
97+ # uses: ./devops/actions/run-tests/e2e
98+ # with:
99+ # ref: ${{ inputs.ref || github.sha }}
100+ # testing_mode: full
101+ # target_devices: native_cpu:cpu
102+ # sycl_compiler: $GITHUB_WORKSPACE/toolchain/bin/clang++
103+ # extra_lit_opts: --param sycl_build_targets="native_cpu"
104+ # extra_cmake_args: -DSYCL_TEST_E2E_TARGETS="native_cpu:cpu" -DSYCL_TEST_E2E_STANDALONE=ON
105105
106106 # If a PR changes CUDA adapter, run the build on Ubuntu 22.04 as well.
107107 # Ubuntu 22.04 container has CUDA 12.1 installed while Ubuntu 24.0 image
@@ -190,9 +190,10 @@ jobs:
190190 # extra_lit_opts: --param test-preview-mode=True
191191 # binaries_artifact: e2e_bin_preview
192192 - name : L0 v2
193- runner : ' ["Linux", "bmg "]'
193+ runner : ' ["Linux", "TEST_PERF "]'
194194 # runner: '["Linux", "L0v2"]'
195195 target_devices : level_zero_v2:arch-intel_gpu_mtl_u
196+ extra_lit_opts : -j 12
196197
197198 # We're in an ABI-breaking window, so these don't make sense for now.
198199 - name : ABI compatibility / sycl-rel-6_2
0 commit comments