v0.11: testnet-deploy updates

This commit is contained in:
Michael Vines
2019-04-26 20:27:25 -07:00
parent 7fff610cae
commit 297166e550
2 changed files with 3 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ additionalFullNodeCount=10
publicNetwork=false
skipSetup=false
skipStart=false
stopNetwork=false
externalNode=false
tarChannelOrTag=edge
delete=false
@@ -176,7 +177,7 @@ fi
if ! $skipSetup; then
echo "--- $cloudProvider.sh delete"
# shellcheck disable=SC2068
time net/"$cloudProvider".sh delete ${zone_args[@]} -p "$netName" ${externalNode:+-x}
time net/"$cloudProvider".sh delete ${zone_args[@]} -p "$netName"
if $delete; then
exit 0
fi
@@ -235,9 +236,6 @@ else
fi
net/init-metrics.sh -e
echo "+++ $cloudProvider.sh info"
net/"$cloudProvider".sh info
if $stopNetwork; then
echo --- net.sh stop
time net/net.sh stop
@@ -289,8 +287,6 @@ if ! $skipStart; then
$maybeNoValidatorSanity \
$maybeNoLedgerVerify
) || ok=false
net/net.sh logs
fi
$ok

View File

@@ -350,7 +350,7 @@ deploy() {
NO_VALIDATOR_SANITY=1 \
RUST_LOG=solana=warn \
ci/testnet-deploy.sh -p perf-testnet-solana-com -C gce -z us-west1-b \
-G "--machine-type n1-standard-16 --accelerator count=2,type=nvidia-tesla-v100" \
-G "n1-standard-16 --accelerator count=2,type=nvidia-tesla-v100" \
-t "$CHANNEL_OR_TAG" -c 2 \
-b \
-d pd-ssd \