diff --git a/.github/canary-scale-config.yml b/.github/canary-scale-config.yml index 25bf2798a1..6195c53dec 100644 --- a/.github/canary-scale-config.yml +++ b/.github/canary-scale-config.yml @@ -232,3 +232,18 @@ runner_types: instance_type: r5.12xlarge is_ephemeral: true os: linux + c.linux.8xlarge.amd: + disk_size: 200 + instance_type: m7a.8xlarge + is_ephemeral: true + os: linux + c.linux.12xlarge.amd: + disk_size: 200 + instance_type: m6a.12xlarge + is_ephemeral: true + os: linux + c.linux.24xlarge.amd: + disk_size: 200 + instance_type: m7a.24xlarge + is_ephemeral: true + os: linux diff --git a/.github/lf-canary-scale-config.yml b/.github/lf-canary-scale-config.yml index 52b6ded0f3..693338cbe6 100644 --- a/.github/lf-canary-scale-config.yml +++ b/.github/lf-canary-scale-config.yml @@ -232,3 +232,18 @@ runner_types: instance_type: r5.12xlarge is_ephemeral: true os: linux + lf.c.linux.8xlarge.amd: + disk_size: 200 + instance_type: m7a.8xlarge + is_ephemeral: true + os: linux + lf.c.linux.12xlarge.amd: + disk_size: 200 + instance_type: m6a.12xlarge + is_ephemeral: true + os: linux + lf.c.linux.24xlarge.amd: + disk_size: 200 + instance_type: m7a.24xlarge + is_ephemeral: true + os: linux diff --git a/.github/lf-scale-config.yml b/.github/lf-scale-config.yml index aa400743ef..435e317709 100644 --- a/.github/lf-scale-config.yml +++ b/.github/lf-scale-config.yml @@ -232,3 +232,18 @@ runner_types: instance_type: r5.12xlarge is_ephemeral: true os: linux + lf.linux.8xlarge.amd: + disk_size: 200 + instance_type: m7a.8xlarge + is_ephemeral: true + os: linux + lf.linux.12xlarge.amd: + disk_size: 200 + instance_type: m6a.12xlarge + is_ephemeral: true + os: linux + lf.linux.24xlarge.amd: + disk_size: 200 + instance_type: m7a.24xlarge + is_ephemeral: true + os: linux diff --git a/.github/scale-config.yml b/.github/scale-config.yml index 2ac022dacb..a21841a329 100644 --- a/.github/scale-config.yml +++ b/.github/scale-config.yml @@ -228,3 +228,18 @@ runner_types: instance_type: r5.12xlarge is_ephemeral: true os: linux + linux.8xlarge.amd: + disk_size: 200 + instance_type: m7a.8xlarge + is_ephemeral: true + os: linux + linux.12xlarge.amd: + disk_size: 200 + instance_type: m6a.12xlarge + is_ephemeral: true + os: linux + linux.24xlarge.amd: + disk_size: 200 + instance_type: m7a.24xlarge + is_ephemeral: true + os: linux