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 <[email protected]>
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)