Skip to content

Commit 91e1df6

Browse files
committed
[CI] Add Windows BMG testing
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent e4d65e0 commit 91e1df6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/sycl-detect-changes.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ jobs:
8282
script: |
8383
console.log("Number of files changed:");
8484
console.log(context.payload.pull_request.changed_files);
85-
if (context.payload.pull_request.changed_files < 500) {
86-
return '${{ steps.changes.outputs.changes }}';
87-
}
85+
//if (context.payload.pull_request.changed_files < 500) {
86+
// return '${{ steps.changes.outputs.changes }}';
87+
//}
8888
// Treat everything as changed for huge PRs.
89-
return ["llvm", "llvm_spirv", "clang", "sycl_jit", "xptifw", "libclc", "sycl", "ci", "esimd", "ur"];
89+
return ["llvm", "llvm_spirv", "clang", "sycl_jit", "xptifw", "libclc", "sycl", "ci", "esimd"];
9090
9191
- run: echo '${{ steps.result.outputs.result }}'
9292

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ permissions: read-all
7171
jobs:
7272
build:
7373
name: Build + LIT
74-
runs-on: [Windows, build]
74+
runs-on: [Windows, bmg]
7575
environment: WindowsCILock
7676
outputs:
7777
build_conclusion: ${{ steps.build.conclusion }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
&& needs.build.outputs.build_conclusion == 'success'
5353
uses: ./.github/workflows/sycl-windows-run-tests.yml
5454
with:
55-
name: Intel GEN12 Graphics with Level Zero
56-
runner: '["Windows","gen12"]'
55+
name: Intel BMG Graphics with Level Zero
56+
runner: '["Windows","bmg"]'
5757
sycl_toolchain_archive: ${{ needs.build.outputs.artifact_archive_name }}

sycl/include/sycl/sycl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
8+
99
#pragma once
1010

1111
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)