-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# scale-config.yml: | ||
# Powers what instance types are available for GHA auto-scaled | ||
# runners. Runners listed here will be available as self hosted | ||
# runners, configuration is directly pulled from the main branch. | ||
# | ||
# | ||
runner_types: | ||
linux.2xlarge: | ||
disk_size: 150 | ||
instance_type: c5.2xlarge | ||
is_ephemeral: false | ||
max_available: 100 | ||
os: linux | ||
ami: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 | ||
linux.4xlarge: | ||
disk_size: 150 | ||
instance_type: c5.4xlarge | ||
is_ephemeral: false | ||
max_available: 100 | ||
os: linux | ||
ami: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 |