From 38f4ba8643861c0d171123b926d0528480094f04 Mon Sep 17 00:00:00 2001 From: Jean Schmidt Date: Fri, 9 Sep 2022 16:50:49 +0200 Subject: [PATCH] removing .github/scale-config.yml, now this repo is using the config in test-infra --- .github/scale-config.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/scale-config.yml diff --git a/.github/scale-config.yml b/.github/scale-config.yml deleted file mode 100644 index 93c454d13603..000000000000 --- a/.github/scale-config.yml +++ /dev/null @@ -1,12 +0,0 @@ -# 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