From 36395f0a15bcc0ec96c6c37887ff5121aa18b49e Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Mon, 27 Jun 2022 19:50:14 +0000 Subject: [PATCH] Raise the gradle check runner to have c518xlarge as in Fork Jenkins Signed-off-by: Peter Zhu --- lib/compute/agent-nodes.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/compute/agent-nodes.ts b/lib/compute/agent-nodes.ts index fc12899f..d56c3b5b 100644 --- a/lib/compute/agent-nodes.ts +++ b/lib/compute/agent-nodes.ts @@ -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',