Commit be5ad03
authored
[CI] Test on all devices when not specified (#18356)
Nightly https://github.com/intel/llvm/actions/runs/14892412297
We forgot to set `target_devices` when moving the nightly Windows
run-tests job over to the composite workflow, but we can't require it to
be set because it needs to be unset for `build-only` mode, so just use
`all` if not specified and fix the nightly.
Currently we get a CMake error because `sycl_devices` is empty which
fails to be parsed.
---------
Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>1 parent 037cc7b commit be5ad03
3 files changed
Lines changed: 5 additions & 2 deletions
File tree
- .github/workflows
- devops/actions/run-tests
- e2e
- windows/e2e
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
0 commit comments