You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2018/08/25 20:06:55 UTC

[geode] branch windows-heavy-lifter updated: Larger disks for heavy lifters

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

jensdeppe pushed a commit to branch windows-heavy-lifter
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/windows-heavy-lifter by this push:
     new 604622d  Larger disks for heavy lifters
604622d is described below

commit 604622de4b127686bd3a175b700a1be76d7103db
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Sat Aug 25 13:06:34 2018 -0700

    Larger disks for heavy lifters
---
 ci/scripts/start_instance.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/scripts/start_instance.sh b/ci/scripts/start_instance.sh
index 6397ad7..c5e5321 100755
--- a/ci/scripts/start_instance.sh
+++ b/ci/scripts/start_instance.sh
@@ -84,7 +84,7 @@ while true; do
       --subnet="heavy-lifters" \
       --image-family="${IMAGE_FAMILY_PREFIX}${WINDOWS_PREFIX}geode-builder" \
       --image-project=${PROJECT} \
-      --boot-disk-size=100GB \
+      --boot-disk-size=120GB \
       --boot-disk-type=pd-ssd \
       --labels="${LABELS}" \
       --format=json)