Go back to project default machine type for now

This commit is contained in:
Deirdre Connolly 2020-06-17 18:08:56 -04:00 committed by Deirdre Connolly
parent cae9df9169
commit 20e0e4bef0
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,7 @@ jobs:
gcloud compute instance-templates create-with-container "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
--service-account cos-vm@zealous-zebra.iam.gserviceaccount.com \
--scopes cloud-platform \
--container-image "gcr.io/$PROJECT_ID/$BRANCH_NAME:$SHA7" \
--machine-type n1-highmem-8
--container-image "gcr.io/$PROJECT_ID/$BRANCH_NAME:$SHA7"
# Deploy managed instance group using the new instance template
- name: Deploy managed instance group