1
0
Fork 0

using standard again,

builds started running out of RAM.
This commit is contained in:
Christian Kühnel 2020-02-03 15:00:20 +01:00
parent ec0bd27c97
commit 1804caf1ed

View file

@ -28,7 +28,7 @@ NAME=agent-windows-1
gcloud beta compute instances create "${NAME}" \
--project="${GCP_PROJECT}" \
--zone="${GCP_ZONE}" \
--machine-type=n1-highcpu-32 \
--machine-type=n1-standard-32 \
--local-ssd=device-name=local-ssd-0 \
--image=windows-server-2019-dc-v20191210 \
--image-project=windows-cloud \