Skip to content

Commit

Permalink
N2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgainerdewar committed Sep 24, 2024
1 parent fb9745a commit a11f54b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Check warning on line 30 in supportedBackends/google/pipelines/common/src/main/scala/cromwell/backend/google/pipelines/common/MachineConstraints.scala

View check run for this annotation

Codecov / codecov/patch

supportedBackends/google/pipelines/common/src/main/scala/cromwell/backend/google/pipelines/common/MachineConstraints.scala#L30

Added line #L30 was not covered by tests
}
customMachineType.machineType(memory, cpu, jobLogger)
}
Expand Down

0 comments on commit a11f54b

Please sign in to comment.