Use GPU nodes for blockstreamer as well if rest of testnet has GPUs (#4046) (#4048)

automerge
This commit is contained in:
Pankaj Garg
2019-04-27 21:31:01 -07:00
committed by Grimes
parent 3ebc14f965
commit 1a7c30bb86

View File

@ -163,11 +163,13 @@ while getopts "h?p:Pn:c:z:gG:a:d:buxf" opt; do
enableGpu=true
bootstrapLeaderMachineType=$gpuBootstrapLeaderMachineType
fullNodeMachineType=$bootstrapLeaderMachineType
blockstreamerMachineType=$bootstrapLeaderMachineType
;;
G)
enableGpu=true
bootstrapLeaderMachineType="$OPTARG"
fullNodeMachineType=$bootstrapLeaderMachineType
blockstreamerMachineType=$bootstrapLeaderMachineType
;;
a)
customAddress=$OPTARG