Skip to content

Commit c17da0d

Browse files
committed
test
Signed-off-by: Nick Sarnie <[email protected]>
1 parent 16b7bcb commit c17da0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sycl-windows-precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Intel Arc Graphics with Level Zero
7474
runner: '["Windows","arc"]'
7575
- name: Intel Battlemage Graphics with Level Zero
76-
runner: '["Windows","bmg"]'
76+
runner: '["Windows","bmg-test"]'
7777
uses: ./.github/workflows/sycl-windows-run-tests.yml
7878
with:
7979
name: ${{ matrix.name }}

sycl/test-e2e/DeprecatedFeatures/DiscardEvents/discard_events_l0_inorder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// the discard_events property, if it doesn't pass then it's most likely a
1919
// general issue unrelated to discard_events.
2020

21-
// XFAIL: linux && arch-intel_gpu_bmg_g21 && !igc-dev
21+
// XFAIL: arch-intel_gpu_bmg_g21 && !igc-dev
2222
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20601
2323

2424
#include <cassert>

0 commit comments

Comments
 (0)