diff --git a/.github/workflows/sycl_precommit.yml b/.github/workflows/sycl_precommit.yml index 630ff0394ce4d..f30853f3d796f 100644 --- a/.github/workflows/sycl_precommit.yml +++ b/.github/workflows/sycl_precommit.yml @@ -48,7 +48,7 @@ jobs: uses: ./.github/workflows/sycl_gen_test_matrix.yml with: ref: ${{ github.event.pull_request.head.sha }} - lts_config: "hip_amdgpu;ocl_x64;ocl_gen9;l0_gen9;esimd_emu;cuda_aws;win_l0_gen12" + lts_config: "hip_amdgpu;ocl_x64;lin_gen9;esimd_emu;cuda_aws;win_l0_gen12" linux_default: name: Linux diff --git a/devops/test_configs.json b/devops/test_configs.json index 5040071ef09b6..7e34639c1a848 100644 --- a/devops/test_configs.json +++ b/devops/test_configs.json @@ -1,5 +1,17 @@ { "lts": [ + { + "config": "lin_gen9", + "name": "SYCL E2E on Intel GEN9 GPU", + "runs-on": [ + "Linux", + "gen9" + ], + "image": "${{ inputs.intel_drivers_image }}", + "container_options": "-u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN", + "targets": "ext_oneapi_level_zero:gpu;opencl:gpu", + "cmake_args": "" + }, { "config": "l0_gen9", "name": "L0 GEN9 LLVM Test Suite",