Skip to content

Commit 9c0a519

Browse files
authored
Add m8g.metal-24xl as CI runner (#7771)
## Summary This PR adds support for the `m8g.metal-24xl` instance type as a new Linux AArch64 self-hosted CI runner. The configuration mirrors the existing `m7g.metal` runner setup and enables provisioning of Graviton4-based bare-metal instances for CI workloads. ## Changes + Add linux.arm64.m8g.metal-24xl entry to scale-config.yml + Regenerated derived scale configuration via: ``` python .github/scripts/validate_scale_config.py --generate ``` Which led to other related yaml files changes as show in this PR. cc: @aditew01 @robert-hardwick @nikhil-arm
1 parent a2cc5e0 commit 9c0a519

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

.github/canary-scale-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ runner_types:
262262
instance_type: m7g.metal
263263
is_ephemeral: true
264264
os: linux
265+
c.linux.arm64.m8g.metal-24xl:
266+
disk_size: 256
267+
instance_type: m8g.metal-24xl
268+
is_ephemeral: true
269+
os: linux
265270
c.windows.g4dn.xlarge:
266271
disk_size: 256
267272
instance_type: g4dn.xlarge

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,11 @@ runner_types:
277277
instance_type: m7g.metal
278278
is_ephemeral: true
279279
os: linux
280+
lf.c.linux.arm64.m8g.metal-24xl:
281+
disk_size: 256
282+
instance_type: m8g.metal-24xl
283+
is_ephemeral: true
284+
os: linux
280285
lf.c.windows.g4dn.xlarge:
281286
disk_size: 256
282287
instance_type: g4dn.xlarge

.github/lf-scale-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ runner_types:
262262
instance_type: m7g.metal
263263
is_ephemeral: true
264264
os: linux
265+
lf.linux.arm64.m8g.metal-24xl:
266+
disk_size: 256
267+
instance_type: m8g.metal-24xl
268+
is_ephemeral: true
269+
os: linux
265270
lf.windows.g4dn.xlarge:
266271
disk_size: 256
267272
instance_type: g4dn.xlarge

.github/scale-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,11 @@ runner_types:
258258
instance_type: m7g.metal
259259
is_ephemeral: true
260260
os: linux
261+
linux.arm64.m8g.metal-24xl:
262+
disk_size: 256
263+
instance_type: m8g.metal-24xl
264+
is_ephemeral: true
265+
os: linux
261266
windows.g4dn.xlarge:
262267
disk_size: 256
263268
instance_type: g4dn.xlarge

0 commit comments

Comments
 (0)