From 5d7045001c03041d31734aa4677a6ce53073e628 Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Tue, 16 Sep 2025 18:28:31 -0700 Subject: [PATCH 1/2] Introduce `windows.12xlarge` runner type For Windows binary builds As linux ones has been migrated to 12x large runners a while back --- .github/lf-scale-config.yml | 20 ++++++++++++++++++++ .github/scale-config.yml | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/.github/lf-scale-config.yml b/.github/lf-scale-config.yml index 698def8427..b99fe5ae72 100644 --- a/.github/lf-scale-config.yml +++ b/.github/lf-scale-config.yml @@ -247,6 +247,26 @@ runner_types: ami: Windows 2019 GHA CI - 20250812161628|308535385114 wincanarylf: ami: Windows 2019 GHA CI - 20250825191007|391835788720 + lf.windows.12xlarge: + disk_size: 256 + instance_type: c5d.12xlarge + is_ephemeral: true + os: windows + variants: + wincanary: + ami: Windows 2019 GHA CI - 20250812161628|308535385114 + wincanarylf: + ami: Windows 2019 GHA CI - 20250825191007|391835788720 + lf.windows.12xlarge.nonephemeral: + disk_size: 256 + instance_type: c5d.12xlarge + is_ephemeral: true + os: windows + variants: + wincanary: + ami: Windows 2019 GHA CI - 20250812161628|308535385114 + wincanarylf: + ami: Windows 2019 GHA CI - 20250825191007|391835788720 lf.windows.8xlarge.nvidia.gpu.nonephemeral: disk_size: 256 instance_type: p3.2xlarge diff --git a/.github/scale-config.yml b/.github/scale-config.yml index 2da260a80a..d6abc33c66 100644 --- a/.github/scale-config.yml +++ b/.github/scale-config.yml @@ -233,6 +233,26 @@ runner_types: ami: Windows 2019 GHA CI - 20250812161628|308535385114 wincanarylf: ami: Windows 2019 GHA CI - 20250825191007|391835788720 + windows.12xlarge: + disk_size: 256 + instance_type: c5d.12xlarge + is_ephemeral: true + os: windows + variants: + wincanary: + ami: Windows 2019 GHA CI - 20250812161628|308535385114 + wincanarylf: + ami: Windows 2019 GHA CI - 20250825191007|391835788720 + windows.12xlarge.nonephemeral: + disk_size: 256 + instance_type: c5d.12xlarge + is_ephemeral: true + os: windows + variants: + wincanary: + ami: Windows 2019 GHA CI - 20250812161628|308535385114 + wincanarylf: + ami: Windows 2019 GHA CI - 20250825191007|391835788720 windows.8xlarge.nvidia.gpu: disk_size: 256 instance_type: p3.2xlarge From a060195625241ed98abaa6bf63f231a61b628ba3 Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Wed, 17 Sep 2025 15:33:30 -0700 Subject: [PATCH 2/2] Update --- .github/canary-scale-config.yml | 20 ++++++++++++++++++++ .github/lf-canary-scale-config.yml | 20 ++++++++++++++++++++ .github/lf-scale-config.yml | 10 +++++----- 3 files changed, 45 insertions(+), 5 deletions(-) diff --git a/.github/canary-scale-config.yml b/.github/canary-scale-config.yml index 4370a76beb..2b6a7c7e3d 100644 --- a/.github/canary-scale-config.yml +++ b/.github/canary-scale-config.yml @@ -237,6 +237,26 @@ runner_types: ami: Windows 2019 GHA CI - 20250812161628|308535385114 wincanarylf: ami: Windows 2019 GHA CI - 20250825191007|391835788720 + c.windows.12xlarge: + disk_size: 256 + instance_type: c5d.12xlarge + is_ephemeral: true + os: windows + variants: + wincanary: + ami: Windows 2019 GHA CI - 20250812161628|308535385114 + wincanarylf: + ami: Windows 2019 GHA CI - 20250825191007|391835788720 + c.windows.12xlarge.nonephemeral: + disk_size: 256 + instance_type: c5d.12xlarge + is_ephemeral: true + os: windows + variants: + wincanary: + ami: Windows 2019 GHA CI - 20250812161628|308535385114 + wincanarylf: + ami: Windows 2019 GHA CI - 20250825191007|391835788720 c.windows.8xlarge.nvidia.gpu: disk_size: 256 instance_type: p3.2xlarge diff --git a/.github/lf-canary-scale-config.yml b/.github/lf-canary-scale-config.yml index d6ffc26fbe..611aca29d7 100644 --- a/.github/lf-canary-scale-config.yml +++ b/.github/lf-canary-scale-config.yml @@ -237,6 +237,26 @@ runner_types: ami: Windows 2019 GHA CI - 20250812161628|308535385114 wincanarylf: ami: Windows 2019 GHA CI - 20250825191007|391835788720 + lf.c.windows.12xlarge: + disk_size: 256 + instance_type: c5d.12xlarge + is_ephemeral: true + os: windows + variants: + wincanary: + ami: Windows 2019 GHA CI - 20250812161628|308535385114 + wincanarylf: + ami: Windows 2019 GHA CI - 20250825191007|391835788720 + lf.c.windows.12xlarge.nonephemeral: + disk_size: 256 + instance_type: c5d.12xlarge + is_ephemeral: true + os: windows + variants: + wincanary: + ami: Windows 2019 GHA CI - 20250812161628|308535385114 + wincanarylf: + ami: Windows 2019 GHA CI - 20250825191007|391835788720 lf.c.windows.8xlarge.nvidia.gpu: disk_size: 256 instance_type: p3.2xlarge diff --git a/.github/lf-scale-config.yml b/.github/lf-scale-config.yml index b99fe5ae72..559b1f5090 100644 --- a/.github/lf-scale-config.yml +++ b/.github/lf-scale-config.yml @@ -237,9 +237,9 @@ runner_types: ami: Windows 2019 GHA CI - 20250812161628|308535385114 wincanarylf: ami: Windows 2019 GHA CI - 20250825191007|391835788720 - lf.windows.8xlarge.nvidia.gpu: + lf.windows.12xlarge: disk_size: 256 - instance_type: p3.2xlarge + instance_type: c5d.12xlarge is_ephemeral: true os: windows variants: @@ -247,7 +247,7 @@ runner_types: ami: Windows 2019 GHA CI - 20250812161628|308535385114 wincanarylf: ami: Windows 2019 GHA CI - 20250825191007|391835788720 - lf.windows.12xlarge: + lf.windows.12xlarge.nonephemeral: disk_size: 256 instance_type: c5d.12xlarge is_ephemeral: true @@ -257,9 +257,9 @@ runner_types: ami: Windows 2019 GHA CI - 20250812161628|308535385114 wincanarylf: ami: Windows 2019 GHA CI - 20250825191007|391835788720 - lf.windows.12xlarge.nonephemeral: + lf.windows.8xlarge.nvidia.gpu: disk_size: 256 - instance_type: c5d.12xlarge + instance_type: p3.2xlarge is_ephemeral: true os: windows variants: