Skip to content

Commit 9726175

Browse files
authored
[CI] Use the build label for all Windows builds (#18319)
After I merge this I'll remove the `build` label from the slow machines and remove all runners using the `build-e2e` label. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 827704e commit 9726175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
uses: ./.github/workflows/sycl-windows-run-tests.yml
250250
with:
251251
name: Build SYCL-CTS for Windows
252-
runner: '["Windows", "build-e2e"]'
252+
runner: '["Windows", "build"]'
253253
cts_testing_mode: 'build-only'
254254
tests_selector: cts
255255
repo_ref: ${{ github.sha }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ permissions: read-all
8181
jobs:
8282
build:
8383
name: Build + LIT
84-
runs-on: [Windows, build-e2e]
84+
runs-on: [Windows, build]
8585
environment: WindowsCILock
8686
outputs:
8787
build_conclusion: ${{ steps.build.conclusion }}

0 commit comments

Comments
 (0)