Skip to content

Revert "[CI] Enable HIP/CUDA/ESIMD plugins in nightly build (#9850)" #10286

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/sycl_detect_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ jobs:
test_build:
- *sycl
- *drivers_and_configs
# Temporary, until plugins are enabled in nightly image.
- sycl/**
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