aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce/create_linux_worker.sh
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-16 07:53:26 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-16 07:53:26 -0700
commit7cd6ed7da391b12b567b64361e1d682be6b574b3 (patch)
treea85cce2d1c000767180869fce0329d838393d07b /tools/gce/create_linux_worker.sh
parent58d027227d89c0687cbd40589b96a1dff9bb52c3 (diff)
parent66e3b02d8a970f978c7907903f04094f802c7b44 (diff)
Merge github.com:grpc/grpc into cleaner-posix2
Diffstat (limited to 'tools/gce/create_linux_worker.sh')
-rwxr-xr-xtools/gce/create_linux_worker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce/create_linux_worker.sh b/tools/gce/create_linux_worker.sh
index 2a9e77ab17..399e3ec4e4 100755
--- a/tools/gce/create_linux_worker.sh
+++ b/tools/gce/create_linux_worker.sh
@@ -37,7 +37,7 @@ cd $(dirname $0)
CLOUD_PROJECT=grpc-testing
ZONE=us-central1-a
-INSTANCE_NAME=grpc-jenkins-worker1
+INSTANCE_NAME="${1:-grpc-jenkins-worker1}"
gcloud compute instances create $INSTANCE_NAME \
--project="$CLOUD_PROJECT" \