Skip to content

Commit 5c10c73

Browse files
Revert "[CI] Enable HIP/CUDA/ESIMD plugins in nightly build (#9850)" (#10286)
This reverts commit 6b74243. Needs adjustments in E2E-testing performed on the build as that has been enabled since #9850. Also, disable E2E on nightly in pre-commit as that requires an image with all plugins enabled.
1 parent 4c8ecf8 commit 5c10c73

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/sycl_detect_changes.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,5 @@ jobs:
5757
test_build:
5858
- *sycl
5959
- *drivers_and_configs
60+
# Temporary, until plugins are enabled in nightly image.
61+
- sycl/**

.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)