machineType property

String? machineType
getter/setter pair

Compute Engine machine type on which to run the build. Possible string values are:

  • "UNSPECIFIED" : Standard machine type.
  • "N1_HIGHCPU_8" : Highcpu machine with 8 CPUs.
  • "N1_HIGHCPU_32" : Highcpu machine with 32 CPUs.
  • "E2_HIGHCPU_8" : Highcpu e2 machine with 8 CPUs.
  • "E2_HIGHCPU_32" : Highcpu e2 machine with 32 CPUs.
  • "E2_MEDIUM" : E2 machine with 1 CPU.

Implementation

core.String? machineType;