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/26 00:05:57 UTC

[geode] branch windows-heavy-lifter updated: Even 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 8b19a81  Even larger disks for heavy lifters
8b19a81 is described below

commit 8b19a81bbcd0f10c9b6cca77b4f7f7d7d22fad59
Author: Jens Deppe <jd...@pivotal.io>
AuthorDate: Sat Aug 25 17:05:43 2018 -0700

    Even 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 c5e5321..b5c60b6 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=120GB \
+      --boot-disk-size=200GB \
       --boot-disk-type=pd-ssd \
       --labels="${LABELS}" \
       --format=json)