Skip to content

Commit

Permalink
Raise the gradle check runner to have c518xlarge as in Fork Jenkins (#…
Browse files Browse the repository at this point in the history
…150)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon authored Jun 27, 2022
1 parent 85c0409 commit 589e3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/compute/agent-nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export class AgentNodes {
+ ' sudo yum update --exclude=openssh* --exclude=docker* -y',
};
this.UBUNTU_X64 = {
workerLabelString: 'Jenkins-Agent-Ubuntu2004-X64-c54xlarge-Single-Host',
instanceType: 'C54xlarge',
workerLabelString: 'Jenkins-Agent-Ubuntu2004-X64-c518xlarge-Single-Host',
instanceType: 'C518xlarge',
remoteUser: 'ubuntu',
numExecutors: 1,
amiId: 'ami-0f6ceb3b3687a3fba',
Expand Down

0 comments on commit 589e3ef

Please sign in to comment.