Skip to content

Commit

Permalink
Add simple scale config
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Sep 30, 2024
1 parent cb167e9 commit 066a3cb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/scale-config.yml
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

0 comments on commit 066a3cb

Please sign in to comment.