Skip to content

Commit

Permalink
update benchmark agent to c5.4xlarge
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Singh <[email protected]>
  • Loading branch information
rishabh6788 committed Oct 26, 2024
1 parent 3720cdb commit fe9bf0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/compute/agent-nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&'
Expand Down

0 comments on commit fe9bf0a

Please sign in to comment.