Skip to content

Commit 46b657b

Browse files
committed
test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 0ff1a5c commit 46b657b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/sycl-post-commit.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,23 @@ jobs:
134134
# https://github.com/intel/llvm/issues/18458
135135
env: "{'LIT_FILTER_OUT':'std_array.cpp|compile_on_win_with_mdd.cpp'}"
136136

137+
e2e-win2:
138+
needs: build-win
139+
# Continue if build was successful.
140+
if: |
141+
always()
142+
&& !cancelled()
143+
&& needs.build-win.outputs.build_conclusion == 'success'
144+
uses: ./.github/workflows/sycl-windows-run-tests.yml
145+
with:
146+
name: bmg
147+
runner: '["Windows","bmg_test"]'
148+
target_devices: "level_zero:gpu"
149+
toolchain_artifact_filename: ${{ needs.build-win.outputs.toolchain_artifact_filename }}
150+
cxx: icx
151+
# https://github.com/intel/llvm/issues/18458
152+
env: "{'LIT_FILTER_OUT':'std_array.cpp|compile_on_win_with_mdd.cpp'}"
153+
137154
macos_default:
138155
name: macOS
139156
if: github.repository == 'intel/llvm'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Intel GEN12 Graphics with Level Zero
6868
runner: '["Windows","gen12"]'
6969
- name: Intel Battlemage Graphics with Level Zero
70-
runner: '["Windows","bmg"]'
70+
runner: '["Windows","bmg_test"]'
7171
uses: ./.github/workflows/sycl-windows-run-tests.yml
7272
with:
7373
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)