Skip to content

Commit 589e3ef

Browse files
Raise the gradle check runner to have c518xlarge as in Fork Jenkins (#150)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 85c0409 commit 589e3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/compute/agent-nodes.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export class AgentNodes {
6363
+ ' sudo yum update --exclude=openssh* --exclude=docker* -y',
6464
};
6565
this.UBUNTU_X64 = {
66-
workerLabelString: 'Jenkins-Agent-Ubuntu2004-X64-c54xlarge-Single-Host',
67-
instanceType: 'C54xlarge',
66+
workerLabelString: 'Jenkins-Agent-Ubuntu2004-X64-c518xlarge-Single-Host',
67+
instanceType: 'C518xlarge',
6868
remoteUser: 'ubuntu',
6969
numExecutors: 1,
7070
amiId: 'ami-0f6ceb3b3687a3fba',

0 commit comments

Comments
 (0)