diff options
author | matt-kwong <mattkwong@google.com> | 2016-11-03 15:00:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 15:00:01 -0700 |
commit | c0072b07d5f6e171f54246c0b1e5e1a4d59b8685 (patch) | |
tree | c93839941490bd6925f8ef703f21eec1575521a0 | |
parent | b37ace5d279925ecd7f8dd6dca03e20cb066ae50 (diff) | |
parent | 60a8e357254e5bb4eb8e006739c418da084f0418 (diff) |
Merge pull request #8625 from matt-kwong/upgrade-linux-workers
Update standard Linux worker spec
-rwxr-xr-x | tools/gce/create_linux_worker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce/create_linux_worker.sh b/tools/gce/create_linux_worker.sh index 013127c585..322a592c07 100755 --- a/tools/gce/create_linux_worker.sh +++ b/tools/gce/create_linux_worker.sh @@ -42,7 +42,7 @@ INSTANCE_NAME="${1:-grpc-jenkins-worker1}" gcloud compute instances create $INSTANCE_NAME \ --project="$CLOUD_PROJECT" \ --zone "$ZONE" \ - --machine-type n1-highmem-8 \ + --machine-type n1-standard-16 \ --image=ubuntu-1510 \ --image-project=grpc-testing \ --boot-disk-size 1000 |