Use SSD for testnet automation (#2257) (#2258)

This commit is contained in:
Pankaj Garg
2018-12-21 04:52:00 -08:00
committed by GitHub
parent f9d8a1d6c0
commit d3bf0fc707

View File

@ -25,6 +25,7 @@ launchTestnet() {
echo --- setup "$nodeCount" node test
net/gce.sh create \
-b \
-d pd-ssd \
-n "$nodeCount" -c "$CLIENT_COUNT" \
-G "$LEADER_CPU_MACHINE_TYPE" \
-p "$TESTNET_TAG" -z "$TESTNET_ZONE"