From a11f54b6a3d88fa73c4996a22de6e83f4e10c4c7 Mon Sep 17 00:00:00 2001 From: Janet Gainer-Dewar Date: Tue, 24 Sep 2024 13:57:01 -0400 Subject: [PATCH] N2 --- .../backend/google/pipelines/common/MachineConstraints.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supportedBackends/google/pipelines/common/src/main/scala/cromwell/backend/google/pipelines/common/MachineConstraints.scala b/supportedBackends/google/pipelines/common/src/main/scala/cromwell/backend/google/pipelines/common/MachineConstraints.scala index b92e9ceeeb7..936a5098050 100644 --- a/supportedBackends/google/pipelines/common/src/main/scala/cromwell/backend/google/pipelines/common/MachineConstraints.scala +++ b/supportedBackends/google/pipelines/common/src/main/scala/cromwell/backend/google/pipelines/common/MachineConstraints.scala @@ -27,7 +27,7 @@ object MachineConstraints { case Some(PipelinesApiRuntimeAttributes.CpuPlatformIntelIceLakeValue) => N2CustomMachineType case Some(PipelinesApiRuntimeAttributes.CpuPlatformIntelCascadeLakeValue) => N2CustomMachineType case Some(PipelinesApiRuntimeAttributes.CpuPlatformAMDRomeValue) => N2DCustomMachineType - case _ => N1CustomMachineType + case _ => N2CustomMachineType } customMachineType.machineType(memory, cpu, jobLogger) }