This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.12 by this push:
new 73f1fb935a GEODE-9142: increase heavy-lifter disk to 200GB to match
1.13, 1.14 and develop
73f1fb935a is described below
commit 73f1fb935ad929a9cf7e46f295569f9c5f336153
Author: Owen Nichols <[email protected]>
AuthorDate: Tue Apr 5 14:28:35 2022 -0700
GEODE-9142: increase heavy-lifter disk to 200GB to match 1.13, 1.14 and
develop
(cherry picked from commit a84c26c7610a56b6e22039faf6a8858393e4124a)
---
ci/scripts/create_instance.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/scripts/create_instance.sh b/ci/scripts/create_instance.sh
index d6df95ce21..e26671e6c9 100755
--- a/ci/scripts/create_instance.sh
+++ b/ci/scripts/create_instance.sh
@@ -141,7 +141,7 @@ INSTANCE_INFORMATION=$(gcloud compute
--project=${GCP_PROJECT} instances create
--network="${GCP_NETWORK}" \
--subnet="${GCP_SUBNETWORK}" \
--image="${IMAGE_NAME}" \
- --boot-disk-size=100GB \
+ --boot-disk-size=200GB \
--boot-disk-type=pd-ssd \
--labels="${LABELS}" \
--tags="heavy-lifter" \