Update standard Linux worker spec

pull/8625/head
Matt Kwong 8 years ago
parent b37ace5d27
commit 60a8e35725
  1. 2
      tools/gce/create_linux_worker.sh

@ -42,7 +42,7 @@ INSTANCE_NAME="${1:-grpc-jenkins-worker1}"
gcloud compute instances create $INSTANCE_NAME \ gcloud compute instances create $INSTANCE_NAME \
--project="$CLOUD_PROJECT" \ --project="$CLOUD_PROJECT" \
--zone "$ZONE" \ --zone "$ZONE" \
--machine-type n1-highmem-8 \ --machine-type n1-standard-16 \
--image=ubuntu-1510 \ --image=ubuntu-1510 \
--image-project=grpc-testing \ --image-project=grpc-testing \
--boot-disk-size 1000 --boot-disk-size 1000

Loading…
Cancel
Save