From ad1c648acf5ddcec34f370a458d2027a6f13f2c8 Mon Sep 17 00:00:00 2001 From: "Kornev, Nikita" Date: Wed, 3 Sep 2025 10:56:32 +0200 Subject: [PATCH] [CI] Add Win&BMG to Nightly Some customers are interested in seeing our validation results to double-check them. --- .github/workflows/sycl-nightly.yml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sycl-nightly.yml b/.github/workflows/sycl-nightly.yml index e9df61203d749..59e528c06dbd8 100644 --- a/.github/workflows/sycl-nightly.yml +++ b/.github/workflows/sycl-nightly.yml @@ -201,11 +201,23 @@ jobs: always() && !cancelled() && needs.build-win.outputs.build_conclusion == 'success' + strategy: + fail-fast: false + matrix: + include: + - name: Intel L0 Gen12 GPU + runner: '["Windows", "gen12"]' + target_devices: level_zero:gpu + + - name: Intel L0 Battlemage GPU + runner: '["Windows", "bmg"]' + target_devices: level_zero:gpu + uses: ./.github/workflows/sycl-windows-run-tests.yml with: - name: Intel GEN12 Graphics with Level Zero - runner: '["Windows","gen12"]' - target_devices: level_zero:gpu + name: ${{ matrix.name }} + runner: ${{ matrix.runner }} + target_devices: ${{ matrix.target_devices }} toolchain_artifact_filename: ${{ needs.build-win.outputs.toolchain_artifact_filename }} cuda-aws-start: