Skip to content

Commit

Permalink
Set min_runners for linux.2xlarge to 0 (#5958)
Browse files Browse the repository at this point in the history
This runner type is very actively so is always being spun up an down by
the system so should not be necessary to have idle runners of this type
sitting around. This uses the new `min-available` feature that was
recently added via #5713.

Issue: pytorch/pytorch#138476
Signed-off-by: Thanh Ha <[email protected]>
  • Loading branch information
zxiiro authored Nov 25, 2024
1 parent e0c1d53 commit d6ac564
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/lf-canary-scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ runner_types:
lf.c.linux.2xlarge:
disk_size: 150
instance_type: c5.2xlarge
min_available: 0
is_ephemeral: false
os: linux
ami: al2023-ami-2023.5.202*-kernel-6.1-x86_64
Expand Down
1 change: 1 addition & 0 deletions .github/lf-scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ runner_types:
lf.linux.2xlarge:
disk_size: 150
instance_type: c5.2xlarge
min_available: 0
is_ephemeral: false
os: linux
ami: al2023-ami-2023.5.202*-kernel-6.1-x86_64
Expand Down
1 change: 1 addition & 0 deletions .github/scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ runner_types:
linux.2xlarge:
disk_size: 150
instance_type: c5.2xlarge
min_available: 0
is_ephemeral: false
os: linux
ami: al2023-ami-2023.5.202*-kernel-6.1-x86_64
Expand Down

0 comments on commit d6ac564

Please sign in to comment.