From bafa87a83272c4336137629da2a38c3d170ec980 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Tue, 23 Jul 2024 16:35:29 -0400 Subject: [PATCH] Add new type of ephemeral runners linux.9xlarge to be used for docker builds (#5498) Trying to mitigate https://github.com/pytorch/test-infra/issues/5493 Should replace linux.12xlarge.ephemeral which are often not available --- .github/scale-config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/scale-config.yml b/.github/scale-config.yml index a0f7d99c94..58909e5de7 100644 --- a/.github/scale-config.yml +++ b/.github/scale-config.yml @@ -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 @@ -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 \ No newline at end of file + ami: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64