Skip to content

[CI][E2E] Run Windows Battlemage with prebuilt binaries #18042

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 2 additions & 20 deletions .github/workflows/sycl-windows-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,30 +79,12 @@ jobs:
include:
- name: Intel GEN12 Graphics with Level Zero
runner: '["Windows","gen12"]'
uses: ./.github/workflows/sycl-windows-run-tests.yml
with:
name: ${{ matrix.name }}
runner: ${{ matrix.runner }}
sycl_toolchain_archive: ${{ needs.build.outputs.artifact_archive_name }}
e2e_testing_mode: run-only
e2e_binaries_artifact: sycl_windows_e2ebin

run_full_e2e_tests:
needs: build
# Continue if build was successful.
if: |
always()
&& !cancelled()
&& needs.build.outputs.build_conclusion == 'success'
strategy:
fail-fast: false
matrix:
include:
- name: Intel Battlemage Graphics with Level Zero
runner: '["Windows","bmg"]'
uses: ./.github/workflows/sycl-windows-run-tests.yml
with:
name: ${{ matrix.name }}
runner: ${{ matrix.runner }}
sycl_toolchain_archive: ${{ needs.build.outputs.artifact_archive_name }}
e2e_testing_mode: full
e2e_testing_mode: run-only
e2e_binaries_artifact: sycl_windows_e2ebin
4 changes: 2 additions & 2 deletions sycl/test-e2e/Adapters/level_zero_eager_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// UNSUPPORTED-INTENDED: ze_debug UR emits summary of leaks that contains
// function names that we match in the test.

// XFAIL: windows && arch-intel_gpu_bmg_g21
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17165
// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18067

// RUN: %{build} -Wno-error=deprecated-declarations %level_zero_options -o %t.out
// RUN: env UR_L0_DEBUG=1 SYCL_EAGER_INIT=1 %{run} %t.out 2>&1 | FileCheck %s
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/Reduction/reduction_ctor.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 && (!build-mode && run-mode)
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17582

// Windows doesn't yet have full shutdown().
// UNSUPPORTED: ze_debug && windows

Expand Down