From 8805ad9fa9c04b2ce4e2a9adc217471798b1ae64 Mon Sep 17 00:00:00 2001 From: Jean Schmidt <4520845+jeanschmidt@users.noreply.github.com> Date: Thu, 28 Aug 2025 18:31:20 +0200 Subject: [PATCH] Add scale_config.yml file for Meta autoscalers for GH Actions (#23840) Signed-off-by: Jean Schmidt --- .github/scale-config.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/scale-config.yml diff --git a/.github/scale-config.yml b/.github/scale-config.yml new file mode 100644 index 000000000000..c41a3ee3eb19 --- /dev/null +++ b/.github/scale-config.yml @@ -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: +# runner_label: +# instance_type: m4.large +# os: linux +# # min_available defaults to the global cfg in the ALI Terraform +# min_available: undefined +# # when max_available value is not defined, no max runners is enforced +# max_available: undefined +# disk_size: 50 +# is_ephemeral: true + +runner_types: + linux.2xlarge: + disk_size: 150 + instance_type: c5.2xlarge + is_ephemeral: true + os: linux