Skip to content

Commit 2d55e8f

Browse files
author
Alexander Batashev
authored
[CI] Switch post-commit jobs to self-hosted runners (#5147)
Should not be a problem with the increased machine count
1 parent 34b93bf commit 2d55e8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sycl_post_commit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ jobs:
99
name: Linux Default
1010
uses: intel/llvm/.github/workflows/sycl_linux_build_and_test.yml@sycl
1111
with:
12+
build_runs_on: build
1213
build_cache_root: "/__w/llvm"
1314
build_github_cache: true
14-
build_artifact_suffix: build
15+
build_artifact_suffix: default
1516
linux_no_assert:
1617
name: Linux (no assert)
1718
uses: intel/llvm/.github/workflows/sycl_linux_build_and_test.yml@sycl
1819
with:
20+
build_runs_on: build
1921
build_cache_root: "/__w/llvm"
2022
build_github_cache: true
2123
build_cache_suffix: gcc_no_assertions

0 commit comments

Comments
 (0)