Disable leader rotation for testnet-automation until it's ready

This commit is contained in:
Michael Vines 2018-12-10 14:16:50 -08:00 committed by Grimes
parent 9556a9be17
commit b5784de33f
1 changed files with 1 additions and 0 deletions

View File

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