Skip to content

Commit 39f0dd9

Browse files
committed
Add new type of Linux agents
1 parent 440b3be commit 39f0dd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dashboard/new-dashboard/src/configurators/MachineConfigurator.ts

+3
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,9 @@ export function getMachineGroupName(machine: string): string {
413413
} else if (machine.startsWith("intellij-linux-2204-aws-c5ad-lt")) {
414414
// https://aws.amazon.com/ec2/instance-types/c5/
415415
groupName = "Linux EC2 (2204) c5.xlarge (4 vCPU, 8 GB)"
416+
} else if (machine.startsWith("intellij-linux-2004-aws-r5dn")) {
417+
// https://aws.amazon.com/ec2/instance-types/r5/
418+
groupName = "Linux EC2 r5dn.xlarge (4 vCPU, 32 GB)"
416419
} else if (machine.startsWith("intellij-macos-perf-eqx")) {
417420
groupName = "Mac Mini M2 Pro (10 vCPU, 32 GB)"
418421
} else if (machine.startsWith("intellij-windows-aws-i")) {

0 commit comments

Comments
 (0)