Remove region; highmem is constrainted
This commit is contained in:
parent
7742bb4dbd
commit
14a62bf9bb
|
|
@ -56,5 +56,4 @@ jobs:
|
||||||
gcloud compute instance-groups managed create "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
gcloud compute instance-groups managed create "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
||||||
--template "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
--template "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
||||||
--base-instance-name "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
--base-instance-name "zebrad-$SHORT_BRANCH_NAME-$SHA7" \
|
||||||
--size 3 \
|
--size 3
|
||||||
--region us-central1
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue