Skip to content

Commit

Permalink
Add new type of ephemeral runners linux.9xlarge to be used for docker…
Browse files Browse the repository at this point in the history
… builds (#5498)

Trying to mitigate #5493
Should replace linux.12xlarge.ephemeral which are often not available
  • Loading branch information
atalman authored Jul 23, 2024
1 parent 7880593 commit bafa87a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/scale-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ runner_types:
is_ephemeral: false
max_available: 150
os: linux
linux.9xlarge.ephemeral:
disk_size: 200
instance_type: c5.9xlarge
is_ephemeral: true
max_available: 20
os: linux
linux.12xlarge.ephemeral:
disk_size: 200
instance_type: c5.12xlarge
Expand Down Expand Up @@ -312,4 +318,4 @@ runner_types:
is_ephemeral: false
max_available: 200
os: linux
ami: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64
ami: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64

0 comments on commit bafa87a

Please sign in to comment.