Skip to content

Commit 74ee69f

Browse files
Revert "[CI] Enable HIP/CUDA/ESIMD plugins in nightly build (#9850)"
This reverts commit 6b74243. Needs adjustments in E2E-testing performed on the build as that has been enabled since #9850.
1 parent 62ecb84 commit 74ee69f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/sycl_nightly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
name: Generate Test Matrix
1212
uses: ./.github/workflows/sycl_gen_test_matrix.yml
1313
with:
14-
lts_config: "hip_amdgpu;ocl_gen9;ocl_x64;l0_gen9;esimd_emu;cuda_aws;win_l0_gen12"
14+
# Restore once plugins are enabled in the build.
15+
# lts_config: "hip_amdgpu;ocl_gen9;ocl_x64;l0_gen9;esimd_emu;cuda_aws;win_l0_gen12"
16+
lts_config: "ocl_gen9;ocl_x64;l0_gen9;win_l0_gen12"
1517

1618
ubuntu2204_build_test:
1719
if: github.repository == 'intel/llvm'
@@ -21,11 +23,11 @@ jobs:
2123
with:
2224
build_cache_root: "/__w/"
2325
build_artifact_suffix: default-2204
24-
build_configure_extra_args: '--hip --cuda --enable-esimd-emulator'
2526
merge: false
2627
retention-days: 90
2728
lts_matrix: ${{ needs.test_matrix.outputs.lts_lx_matrix }}
2829
lts_aws_matrix: ${{ needs.test_matrix.outputs.lts_aws_matrix }}
30+
build_configure_extra_args: ''
2931

3032
ubuntu2204_opaque_pointers_build_test:
3133
if: github.repository == 'intel/llvm'

0 commit comments

Comments
 (0)