Skip to content
Snippets Groups Projects
Commit c0072b07 authored by matt-kwong's avatar matt-kwong Committed by GitHub
Browse files

Merge pull request #8625 from matt-kwong/upgrade-linux-workers

Update standard Linux worker spec
parents b37ace5d 60a8e357
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ INSTANCE_NAME="${1:-grpc-jenkins-worker1}" ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment