Allow for custom cpu config on gce and use 20gb ram for clients (#3856)

This commit is contained in:
sakridge
2019-04-18 09:36:11 -07:00
committed by GitHub
parent 901c74b653
commit 684e1c73dd
2 changed files with 5 additions and 5 deletions

View File

@ -161,7 +161,7 @@ cloud_CreateInstances() {
args+=(--image $imageName)
# shellcheck disable=SC2206 # Do not want to quote $machineType as it may contain extra args
args+=(--machine-type $machineType)
args+=($machineType)
if [[ -n $optionalBootDiskSize ]]; then
args+=(
--boot-disk-size "${optionalBootDiskSize}GB"