You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2022/04/05 21:30:23 UTC

[geode] branch support/1.13 updated: GEODE-9142: increase heavy-lifter disk to 200GB to match 1.14 and develop

This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new a84c26c761 GEODE-9142: increase heavy-lifter disk to 200GB to match 1.14 and develop
a84c26c761 is described below

commit a84c26c7610a56b6e22039faf6a8858393e4124a
Author: Owen Nichols <on...@apache.org>
AuthorDate: Tue Apr 5 14:28:35 2022 -0700

    GEODE-9142: increase heavy-lifter disk to 200GB to match 1.14 and develop
---
 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 ed72a6a9a6..7ddbb31a39 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" \