Skip to content

Commit

Permalink
CI: Add new L4 runners for test
Browse files Browse the repository at this point in the history
Signed-off-by: Will Killian <[email protected]>
  • Loading branch information
willkill07 committed Jan 29, 2025
1 parent eeb24b1 commit 0fc363e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,14 @@ jobs:
strategy:
fail-fast: true
matrix:
arch: ["amd64", "arm64"]
arch: ["arm64", "amd64"]
include:
- runner: linux-amd64-gpu-v100-latest-1
arch: "amd64"
- runner: linux-amd64-gpu-l4-latest-1
arch: "amd64"
- runner: linux-amd64-gpu-l4-earliest-1
arch: "amd64"
- runner: linux-arm64-gpu-a100-latest-1
arch: "arm64"

Expand Down

0 comments on commit 0fc363e

Please sign in to comment.