Skip to content

Commit 2c4e9ec

Browse files
authored
Add c7i and c7a 2xlarge for testing (#7213)
As part of efforts in #7175 we'd like to be able to compare these 2 newer generation CPU hardware machines against the currently used c5 instance. This adds the 2 additional 2xlarge EC2 instance types for testing and is not meant to be used by production workflows. Signed-off-by: Thanh Ha <[email protected]>
1 parent ce49279 commit 2c4e9ec

File tree

4 files changed

+40
-0
lines changed

4 files changed

+40
-0
lines changed

.github/canary-scale-config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,16 @@ runner_types:
9292
instance_type: c5.2xlarge
9393
is_ephemeral: true
9494
os: linux
95+
c.linux.2xlarge.c7i.test.donotuse:
96+
disk_size: 150
97+
instance_type: c7i.2xlarge
98+
is_ephemeral: true
99+
os: linux
100+
c.linux.2xlarge.c7a.test.donotuse:
101+
disk_size: 150
102+
instance_type: c7a.2xlarge
103+
is_ephemeral: true
104+
os: linux
95105
c.linux.4xlarge:
96106
disk_size: 150
97107
instance_type: c5.4xlarge

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,16 @@ runner_types:
9292
instance_type: c5.2xlarge
9393
is_ephemeral: true
9494
os: linux
95+
lf.c.linux.2xlarge.c7i.test.donotuse:
96+
disk_size: 150
97+
instance_type: c7i.2xlarge
98+
is_ephemeral: true
99+
os: linux
100+
lf.c.linux.2xlarge.c7a.test.donotuse:
101+
disk_size: 150
102+
instance_type: c7a.2xlarge
103+
is_ephemeral: true
104+
os: linux
95105
lf.c.linux.4xlarge:
96106
disk_size: 150
97107
instance_type: c5.4xlarge

.github/lf-scale-config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,16 @@ runner_types:
9292
instance_type: c5.2xlarge
9393
is_ephemeral: true
9494
os: linux
95+
lf.linux.2xlarge.c7i.test.donotuse:
96+
disk_size: 150
97+
instance_type: c7i.2xlarge
98+
is_ephemeral: true
99+
os: linux
100+
lf.linux.2xlarge.c7a.test.donotuse:
101+
disk_size: 150
102+
instance_type: c7a.2xlarge
103+
is_ephemeral: true
104+
os: linux
95105
lf.linux.4xlarge:
96106
disk_size: 150
97107
instance_type: c5.4xlarge

.github/scale-config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ runner_types:
8888
instance_type: c5.2xlarge
8989
is_ephemeral: true
9090
os: linux
91+
linux.2xlarge.c7i.test.donotuse:
92+
disk_size: 150
93+
instance_type: c7i.2xlarge
94+
is_ephemeral: true
95+
os: linux
96+
linux.2xlarge.c7a.test.donotuse:
97+
disk_size: 150
98+
instance_type: c7a.2xlarge
99+
is_ephemeral: true
100+
os: linux
91101
linux.4xlarge:
92102
disk_size: 150
93103
instance_type: c5.4xlarge

0 commit comments

Comments
 (0)