[SYCL][NFC] Cleanup BMG testing on Windows (#17753)
This is a joined cherry-pick of intel/llvm#17347 and intel/llvm#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
(#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 https://github.com/intel/llvm/issues/17165
Patch-By: Ewan Crawford <ewan@codeplay.com>
---
[CI] Add Windows BMG testing in precommit (#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](https://github.com/intel/llvm/issues/17165),
[two](https://github.com/intel/llvm/issues/17255).
Patch-by: Sarnie, Nick <nick.sarnie@intel.com>
---