Skip to content

Commit 0a3b76f

Browse files
algobarbcce
authored andcommitted
Add c5d.4xlarge and c5d.18xlarge us-east-2 to hosttemplates.json (algorand#3160)
Add c5d.4xlarge and c5d.18xlarge us-east-2 to hosttemplates.json so that our team can use them moving forward for performance tests. For performance testing, we've needed to add these to each codebase we're working with to use these machines. This is part of our effort to automate performance testing internally.
1 parent 677d4c2 commit 0a3b76f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

test/testdata/deployednettemplates/hosttemplates/hosttemplates.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,24 @@
200200
"Region": "us-east-1",
201201
"BaseConfiguration": "m5d.4xlarge"
202202
},
203+
{
204+
"Name": "AWS-US-EAST-1-c5d.4xl",
205+
"Provider": "AWS",
206+
"Region": "us-east-1",
207+
"BaseConfiguration": "c5d.4xlarge"
208+
},
203209
{
204210
"Name": "AWS-US-EAST-1-c5d.9xl",
205211
"Provider": "AWS",
206212
"Region": "us-east-1",
207213
"BaseConfiguration": "c5d.9xlarge"
208214
},
215+
{
216+
"Name": "AWS-US-EAST-1-c5d.18xl",
217+
"Provider": "AWS",
218+
"Region": "us-east-1",
219+
"BaseConfiguration": "c5d.18xlarge"
220+
},
209221
{
210222
"Name": "AWS-US-EAST-2-c5.xlarge",
211223
"Provider": "AWS",
@@ -236,12 +248,24 @@
236248
"Region": "us-east-2",
237249
"BaseConfiguration": "m5d.4xlarge"
238250
},
251+
{
252+
"Name": "AWS-US-EAST-2-c5d.4xl",
253+
"Provider": "AWS",
254+
"Region": "us-east-2",
255+
"BaseConfiguration": "c5d.4xlarge"
256+
},
239257
{
240258
"Name": "AWS-US-EAST-2-c5d.9xl",
241259
"Provider": "AWS",
242260
"Region": "us-east-2",
243261
"BaseConfiguration": "c5d.9xlarge"
244262
},
263+
{
264+
"Name": "AWS-US-EAST-2-c5d.18xl",
265+
"Provider": "AWS",
266+
"Region": "us-east-2",
267+
"BaseConfiguration": "c5d.18xlarge"
268+
},
245269
{
246270
"Name": "AWS-AP-SOUTH-1-c5.xlarge",
247271
"Provider": "AWS",

0 commit comments

Comments
 (0)