Disable leader rotation for testnet-automation until it's ready
This commit is contained in:
@ -24,6 +24,7 @@ launchTestnet() {
|
|||||||
declare nodeCount=$1
|
declare nodeCount=$1
|
||||||
echo --- setup "$nodeCount" node test
|
echo --- setup "$nodeCount" node test
|
||||||
net/gce.sh create \
|
net/gce.sh create \
|
||||||
|
-b \
|
||||||
-n "$nodeCount" -c "$CLIENT_COUNT" \
|
-n "$nodeCount" -c "$CLIENT_COUNT" \
|
||||||
-G "$LEADER_CPU_MACHINE_TYPE" \
|
-G "$LEADER_CPU_MACHINE_TYPE" \
|
||||||
-p "$TESTNET_TAG" -z "$TESTNET_ZONE"
|
-p "$TESTNET_TAG" -z "$TESTNET_ZONE"
|
||||||
|
Reference in New Issue
Block a user