Go back to project default machine type for now
This commit is contained in:
parent
cae9df9169
commit
20e0e4bef0
|
|
@ -47,8 +47,7 @@ jobs:
|
||||||
gcloud compute instance-templates create-with-container "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
gcloud compute instance-templates create-with-container "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
||||||
--service-account cos-vm@zealous-zebra.iam.gserviceaccount.com \
|
--service-account cos-vm@zealous-zebra.iam.gserviceaccount.com \
|
||||||
--scopes cloud-platform \
|
--scopes cloud-platform \
|
||||||
--container-image "gcr.io/$PROJECT_ID/$BRANCH_NAME:$SHA7" \
|
--container-image "gcr.io/$PROJECT_ID/$BRANCH_NAME:$SHA7"
|
||||||
--machine-type n1-highmem-8
|
|
||||||
|
|
||||||
# Deploy managed instance group using the new instance template
|
# Deploy managed instance group using the new instance template
|
||||||
- name: Deploy managed instance group
|
- name: Deploy managed instance group
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue