Skip to content

[CI] Test on all devices when not specified #18356

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
May 9, 2025
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
1 change: 1 addition & 0 deletions .github/workflows/sycl-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
with:
name: Intel GEN12 Graphics with Level Zero
runner: '["Windows","gen12"]'
target_devices: level_zero:gpu
sycl_toolchain_archive: ${{ needs.build-win.outputs.artifact_archive_name }}

cuda-aws-start:
Expand Down
3 changes: 2 additions & 1 deletion devops/actions/run-tests/e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ inputs:
extra_cmake_args:
required: false
target_devices:
required: true
required: false
default: all
extra_lit_opts:
required: false
retention-days:
Expand Down
3 changes: 2 additions & 1 deletion devops/actions/run-tests/windows/e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ inputs:
extra_cmake_args:
required: false
target_devices:
required: true
required: false
default: all
extra_lit_opts:
required: false
retention-days:
Expand Down