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 6e86711 Use heavy-lifters-2 network
6e86711 is described below
commit 6e86711111e7ad942330fc10ca22fca9969d9cd3
Author: Jens Deppe <[email protected]>
AuthorDate: Wed Aug 29 14:10:35 2018 -0700
Use heavy-lifters-2 network
---
ci/scripts/start_instance.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/scripts/start_instance.sh b/ci/scripts/start_instance.sh
index 88621f8..cd4d191 100755
--- a/ci/scripts/start_instance.sh
+++ b/ci/scripts/start_instance.sh
@@ -84,8 +84,8 @@ while true; do
--zone=${ZONE} \
--machine-type=custom-${CPUS}-${RAM_MEGABYTES} \
--min-cpu-platform=Intel\ Skylake \
- --network="heavy-lifters" \
- --subnet="heavy-lifters" \
+ --network="heavy-lifters-2" \
+ --subnet="heavy-lifters-2" \
--image-family="${IMAGE_FAMILY_PREFIX}${WINDOWS_PREFIX}geode-builder" \
--image-project=${PROJECT} \
--boot-disk-size=100GB \