Managed group of size 1 seems to reliably work 🙃
This commit is contained in:
parent
c7046eb6f5
commit
621a14abe9
|
|
@ -54,5 +54,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
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" \
|
||||||
--size 2 \
|
--size 1 \
|
||||||
--zone us-central1-a
|
--zone us-central1-a
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue