From 89e356efffd1c8e5463bfa22cdea844f1d8a6c27 Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Mon, 20 Sep 2021 20:50:33 +0000 Subject: [PATCH] Add scale config Adds windows.4xlarge runners to the project --- .github/scale-config.yml | 12 ++++++++++++ 1 file changed, 12 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..93c454d13603 --- /dev/null +++ b/.github/scale-config.yml @@ -0,0 +1,12 @@ +# 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: + windows.4xlarge: + instance_type: c5d.4xlarge + os: windows + max_available: 20 + disk_size: 256