Skip to content

Commit

Permalink
[CI] Test CI
Browse files Browse the repository at this point in the history
Signed-off-by: Sarnie, Nick <[email protected]>
  • Loading branch information
sarnex committed Jul 12, 2024
1 parent 64a1320 commit d7abd89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sycl-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ permissions: read-all
jobs:
build:
name: Build + LIT
runs-on: [Windows, build]
runs-on: [Windows, gen12-test]
environment: WindowsCILock
# TODO use cached checkout
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sycl-windows-precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
uses: ./.github/workflows/sycl-windows-run-tests.yml
with:
name: Intel GEN12 Graphics with Level Zero
runner: '["Windows","gen12"]'
runner: '["Windows","gen12-test"]'
sycl_toolchain_archive: ${{ needs.build.outputs.artifact_archive_name }}
extra_lit_opts: --param gpu-intel-gen12=True

0 comments on commit d7abd89

Please sign in to comment.