Skip to content

Commit 2708858

Browse files
authored
Add m7i-flex.8xlarge instance type (#5874)
1 parent 0444550 commit 2708858

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

.github/lf-canary-scale-config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,21 @@
2424
# runner_label:
2525
# instance_type: m4.large
2626
# os: linux
27+
# # min_available defaults to the global cfg in the ALI Terraform
28+
# min_available: undefined
2729
# # when max_available value is not defined, no max runners is enforced
2830
# max_available: undefined
2931
# disk_size: 50
3032
# is_ephemeral: true
3133

3234
runner_types:
35+
lf.c.linux.8xlarge.amx:
36+
disk_size: 200
37+
instance_type: m7i-flex.8xlarge
38+
min_available: 0
39+
is_ephemeral: false
40+
os: linux
41+
ami: al2023-ami-2023.5.202*-kernel-6.1-x86_64
3342
lf.c.linux.12xlarge:
3443
disk_size: 200
3544
instance_type: c5.12xlarge

.github/lf-scale-config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,21 @@
2424
# runner_label:
2525
# instance_type: m4.large
2626
# os: linux
27+
# # min_available defaults to the global cfg in the ALI Terraform
28+
# min_available: undefined
2729
# # when max_available value is not defined, no max runners is enforced
2830
# max_available: undefined
2931
# disk_size: 50
3032
# is_ephemeral: true
3133

3234
runner_types:
35+
lf.linux.8xlarge.amx:
36+
disk_size: 200
37+
instance_type: m7i-flex.8xlarge
38+
min_available: 0
39+
is_ephemeral: false
40+
os: linux
41+
ami: al2023-ami-2023.5.202*-kernel-6.1-x86_64
3342
lf.linux.12xlarge:
3443
disk_size: 200
3544
instance_type: c5.12xlarge

.github/scale-config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,21 @@
2020
# runner_label:
2121
# instance_type: m4.large
2222
# os: linux
23+
# # min_available defaults to the global cfg in the ALI Terraform
24+
# min_available: undefined
2325
# # when max_available value is not defined, no max runners is enforced
2426
# max_available: undefined
2527
# disk_size: 50
2628
# is_ephemeral: true
2729

2830
runner_types:
31+
linux.8xlarge.amx:
32+
disk_size: 200
33+
instance_type: m7i-flex.8xlarge
34+
min_available: 0
35+
is_ephemeral: false
36+
os: linux
37+
ami: al2023-ami-2023.5.202*-kernel-6.1-x86_64
2938
linux.12xlarge:
3039
disk_size: 200
3140
instance_type: c5.12xlarge

.github/scripts/validate_scale_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"instance_type": {"type": "string"},
4343
"is_ephemeral": {"type": "boolean"},
4444
"labels": {"type": "array", "items": {"type": "string"}},
45+
"min_available": {"type": "number"},
4546
"max_available": {"type": "number"},
4647
"os": {"type": "string", "enum": ["linux", "windows"]},
4748
},

0 commit comments

Comments
 (0)