diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04c2f19f75d..722527177f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,24 +172,6 @@ jobs: build_type: release backend: serial device_type: HOST - - os: ubuntu-latest - cxx_compiler: icpx - std: 20 - build_type: release - backend: dpcpp - device_type: CPU - - os: ubuntu-latest - cxx_compiler: icpx - std: 20 - build_type: release - backend: tbb - device_type: HOST - - os: ubuntu-latest - cxx_compiler: icpx - std: 20 - build_type: release - backend: omp - device_type: HOST steps: - uses: actions/checkout@v3 - name: Set up Intel APT repository @@ -225,8 +207,8 @@ jobs: echo "::warning::Compiler: $(${{ matrix.cxx_compiler }} --version)" if [[ "${{ matrix.backend }}" == "dpcpp" ]]; then - make_targets="build-onedpl-sycl_iterator-tests std_ranges.pass" - ctest_flags="-R (sycl_iterator_.*)|(std_ranges)\.pass" + make_targets="build-onedpl-sycl_iterator-tests" + ctest_flags="-R sycl_iterator_.*\.pass" echo "::warning::dpcpp backend is set. Compile and run only sycl_iterator tests" else make_targets="build-onedpl-tests"