Use SSD for testnet automation (#2257)

This commit is contained in:
Pankaj Garg 2018-12-20 20:13:56 -08:00 committed by GitHub
parent 4807fb4c5c
commit 756156e9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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"