Skip to content

Commit

Permalink
[CI] Generate test matrix on self-hosted runner (intel#9773)
Browse files Browse the repository at this point in the history
Github's ubuntu-* runners could take multiple hours to allocate in our
organization. Switch to our self-hosted cuda runner that is sitting idle
because we perform CUDA testing in AWS.
  • Loading branch information
aelovikov-intel authored Jun 7, 2023
1 parent 64bd508 commit 4852210
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sycl_gen_test_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ on:
jobs:
test_matrix:
name: Generate Test Matrix
runs-on: ubuntu-20.04
# Github's ubuntu-* runner are slow to allocate. Use our CUDA runner since
# we don't use it for anything right now.
runs-on: cuda
outputs:
lts_lx_matrix: ${{ steps.work.outputs.lts_lx_matrix }}
lts_wn_matrix: ${{ steps.work.outputs.lts_wn_matrix }}
Expand Down

0 comments on commit 4852210

Please sign in to comment.