Update VM creation script to include BQ access

pull/11086/head
Matt Kwong 8 years ago
parent d1f40bd3b3
commit a5b29a3961
  1. 3
      tools/gce/create_linux_worker.sh

@ -45,7 +45,8 @@ gcloud compute instances create $INSTANCE_NAME \
--machine-type n1-standard-16 \ --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 \
--scopes https://www.googleapis.com/auth/bigquery
echo 'Created GCE instance, waiting 60 seconds for it to come online.' echo 'Created GCE instance, waiting 60 seconds for it to come online.'
sleep 60 sleep 60

Loading…
Cancel
Save