Skip to content

Commit

Permalink
changes Fast unit CI runner, m8g->m7i
Browse files Browse the repository at this point in the history
m8g runner not available in us-east-2

Signed-off-by: James Kunstle <[email protected]>
  • Loading branch information
JamesKunstle committed Jan 10, 2025
1 parent 862e992 commit 0687995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittesting-ci-nvidia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
pytest_mark: "fast"
ec2_runner_variant: "m8g.xlarge" # 4 Graviton CPU, 16GB RAM
ec2_runner_variant: "m7i.xlarge" # 4 Xeon CPU, 16GB RAM

jobs:
start-ec2-runner:
Expand Down

0 comments on commit 0687995

Please sign in to comment.