Skip to content

Commit 99d3ce4

Browse files
authored
[CI] Allow aux CUDA jobs to run on more machines (#14124)
We have limited build systems and these tasks can run on basically any Linux hardware. Right now sometimes I have to wait over an hour for `update-check` to run even after that actual task that runs on the GPU succeeds. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent c2cdfcc commit 99d3ce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sycl-linux-precommit-aws.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
create-check:
22-
runs-on: [Linux, build]
22+
runs-on: [Linux, aux-tasks]
2323
permissions:
2424
checks: write
2525
statuses: write
@@ -79,7 +79,7 @@ jobs:
7979
update-check:
8080
needs: [create-check, e2e-cuda]
8181
if: always()
82-
runs-on: [Linux, build]
82+
runs-on: [Linux, aux-tasks]
8383
permissions:
8484
checks: write
8585
statuses: write

0 commit comments

Comments
 (0)