Skip to content

Commit bffab91

Browse files
authored
Limit instance families to standard types (#141)
1 parent f9fa47b commit bffab91

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

.github/runs-on.yml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ runners:
3030
# Name=processor-info.supported-architecture,Values=x86_64 \
3131
# --query "InstanceTypes[*].[InstanceType]" \
3232
# --output text | cut -f 1 -d. | sort | uniq | awk '{print " - " $0 ".*"}'
33+
#
34+
# Limit to standard instance types (single quota):
35+
# A, C, D, H, I, M, R, T, Z
36+
#
3337
- c5a.*
3438
- c5ad.*
3539
- c5n.*
@@ -41,12 +45,6 @@ runners:
4145
- c7i.*
4246
- c7i-flex.*
4347
- d3.*
44-
- g4ad.*
45-
- g4dn.*
46-
- g5.*
47-
- g6.*
48-
- g6e.*
49-
- gr6.*
5048
- hpc6a.*
5149
- hpc6id.*
5250
- hpc7a.*
@@ -66,10 +64,6 @@ runners:
6664
- m7a.*
6765
- m7i.*
6866
- m7i-flex.*
69-
- p4d.*
70-
- p5.*
71-
- p5e.*
72-
- p5en.*
7367
- r5dn.*
7468
- r5n.*
7569
- r6a.*
@@ -83,12 +77,6 @@ runners:
8377
- trn1.*
8478
- trn1n.*
8579
- trn2.*
86-
- u-12tb1.*
87-
- u-3tb1.*
88-
- u-6tb1.*
89-
- u-9tb1.*
90-
- x2idn.*
91-
- x2iedn.*
9280
cpu: [2, 16]
9381
ram: [2, 64]
9482
disk: default
@@ -148,6 +136,10 @@ runners:
148136
# Name=processor-info.supported-architecture,Values=arm64 \
149137
# --query "InstanceTypes[*].[InstanceType]" \
150138
# --output text | cut -f 1 -d. | sort | uniq | awk '{print " - " $0 ".*"}'
139+
#
140+
# Limit to standard instance types (single quota):
141+
# A, C, D, H, I, M, R, T, Z
142+
#
151143
family:
152144
- c6gn.*
153145
- c7g.*

0 commit comments

Comments
 (0)