From fe9bf0a1eaef7f7153976832871e9049e4ddb34d Mon Sep 17 00:00:00 2001 From: Rishabh Singh Date: Sat, 26 Oct 2024 14:46:40 -0700 Subject: [PATCH] update benchmark agent to c5.4xlarge Signed-off-by: Rishabh Singh --- lib/compute/agent-nodes.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/compute/agent-nodes.ts b/lib/compute/agent-nodes.ts index f60a37e..01e5feb 100644 --- a/lib/compute/agent-nodes.ts +++ b/lib/compute/agent-nodes.ts @@ -132,11 +132,11 @@ export class AgentNodes { this.AL2023_X64_BENCHMARK_TEST = { agentType: 'unix', customDeviceMapping: '/dev/xvda=:300:true:::encrypted', - workerLabelString: 'Jenkins-Agent-AL2023-X64-M52xlarge-Benchmark-Test', - instanceType: 'M52xlarge', + workerLabelString: 'Jenkins-Agent-AL2023-X64-C54xlarge-Benchmark-Test', + instanceType: 'C54xlarge', remoteUser: 'ec2-user', maxTotalUses: 10, - minimumNumberOfSpareInstances: 1, + minimumNumberOfSpareInstances: 0, numExecutors: 2, amiId: 'ami-09f55bf0827296c51', initScript: 'sudo dnf clean all && sudo rm -rf /var/cache/dnf && sudo dnf repolist &&'