Skip to content

Commit

Permalink
[CI] Allow aux CUDA jobs to run on more machines (intel#14124)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
sarnex authored Jun 11, 2024
1 parent c2cdfcc commit 99d3ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sycl-linux-precommit-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:

jobs:
create-check:
runs-on: [Linux, build]
runs-on: [Linux, aux-tasks]
permissions:
checks: write
statuses: write
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
update-check:
needs: [create-check, e2e-cuda]
if: always()
runs-on: [Linux, build]
runs-on: [Linux, aux-tasks]
permissions:
checks: write
statuses: write
Expand Down

0 comments on commit 99d3ce4

Please sign in to comment.