Skip to content

Commit

Permalink
Revert "[CI] Enable HIP/CUDA/ESIMD plugins in nightly build (#9850)"
Browse files Browse the repository at this point in the history
This reverts commit 6b74243.

Needs adjustments in E2E-testing performed on the build as that has been
enabled since #9850.
  • Loading branch information
aelovikov-intel committed Jul 10, 2023
1 parent 62ecb84 commit 74ee69f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/sycl_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
name: Generate Test Matrix
uses: ./.github/workflows/sycl_gen_test_matrix.yml
with:
lts_config: "hip_amdgpu;ocl_gen9;ocl_x64;l0_gen9;esimd_emu;cuda_aws;win_l0_gen12"
# Restore once plugins are enabled in the build.
# lts_config: "hip_amdgpu;ocl_gen9;ocl_x64;l0_gen9;esimd_emu;cuda_aws;win_l0_gen12"
lts_config: "ocl_gen9;ocl_x64;l0_gen9;win_l0_gen12"

ubuntu2204_build_test:
if: github.repository == 'intel/llvm'
Expand All @@ -21,11 +23,11 @@ jobs:
with:
build_cache_root: "/__w/"
build_artifact_suffix: default-2204
build_configure_extra_args: '--hip --cuda --enable-esimd-emulator'
merge: false
retention-days: 90
lts_matrix: ${{ needs.test_matrix.outputs.lts_lx_matrix }}
lts_aws_matrix: ${{ needs.test_matrix.outputs.lts_aws_matrix }}
build_configure_extra_args: ''

ubuntu2204_opaque_pointers_build_test:
if: github.repository == 'intel/llvm'
Expand Down

0 comments on commit 74ee69f

Please sign in to comment.