From d3bf0fc7071617e248db4e2f195b7e3a1350bdf1 Mon Sep 17 00:00:00 2001 From: Pankaj Garg Date: Fri, 21 Dec 2018 04:52:00 -0800 Subject: [PATCH] Use SSD for testnet automation (#2257) (#2258) --- ci/testnet-automation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/testnet-automation.sh b/ci/testnet-automation.sh index 21e2833440..d93e259663 100755 --- a/ci/testnet-automation.sh +++ b/ci/testnet-automation.sh @@ -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"