From 4fb3d2707c975cb18c2d15517bf73193ebbd8b3b Mon Sep 17 00:00:00 2001 From: morimoto-cybozu Date: Fri, 15 Nov 2024 13:33:42 +0000 Subject: [PATCH] Update spec of GCP VM for multi-host test Extend the boot disk size of GCP VM in response to https://github.com/cybozu-go/neco-gcp/pull/153. Signed-off-by: morimoto-cybozu --- bin/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/env b/bin/env index b8c9ce00..2d6de7f3 100644 --- a/bin/env +++ b/bin/env @@ -3,5 +3,5 @@ ZONE=asia-northeast1-c SERVICE_ACCOUNT=neco-test@neco-test.iam.gserviceaccount.com MACHINE_TYPE=n1-standard-8 DISK_TYPE=pd-ssd -BOOT_DISK_SIZE=20GB +BOOT_DISK_SIZE=30GB GCLOUD="gcloud --quiet --account ${SERVICE_ACCOUNT} --project ${PROJECT}"