Skip to content

Commit ec5b7f9

Browse files
authored
Merge pull request #842 from pytorch/malfet/add-scale-config
Add scale config
2 parents 2f78d74 + 89e356e commit ec5b7f9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/scale-config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# scale-config.yml:
2+
# Powers what instance types are available for GHA auto-scaled
3+
# runners. Runners listed here will be available as self hosted
4+
# runners, configuration is directly pulled from the main branch.
5+
#
6+
7+
runner_types:
8+
windows.4xlarge:
9+
instance_type: c5d.4xlarge
10+
os: windows
11+
max_available: 20
12+
disk_size: 256

0 commit comments

Comments
 (0)