Commit cb4f7ab
authored
[SYCL][NFC] Cleanup BMG testing on Windows (intel#17753)
This is a joined cherry-pick of intel#17347 and intel#17105
made to align disabled tests between `sycl` and `sycl-rel-6_1_0`
branches to make the pre-commit more stable on the latter.
Descriptions of cherry-picked commits:
---
[SYCL][Graph][E2E] Disable all Graph E2E testing on Windows Battlemage
(intel#17348)
We currently only disable the RecordReplay variant of E2E testing on
battlemage, however we have many other tests and the likihood is that if
the RecordReplay tests are failing then other tests will start failing
too.
Disable all Graphs tests until Graph support on Windows battlemage can
be investigated more thoroughly.
See intel#17165
Patch-By: Ewan Crawford <[email protected]>
---
[CI] Add Windows BMG testing in precommit (intel#17105)
We got a Windows BMG machine, so add Windows BMG testing.
There are two categories of failures here: consistent failures/timeouts
and really slow tests causing CI to take 30min extra.
I disabled both of these and made two GH issues:
[one](intel#17165),
[two](intel#17255).
Patch-by: Sarnie, Nick <[email protected]>
---1 parent 9da4aad commit cb4f7ab
File tree
8 files changed
+23
-0
lines changed- sycl/test-e2e
- Adapters
- DeviceLib
- Graph
- KernelCompiler
- Matrix
- Regression
- WorkGroupMemory
8 files changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments