Deploy beta testnet with 100 nodes across AWS and GCP

This commit is contained in:
Pankaj Garg
2019-04-02 17:54:30 +00:00
parent cd634801a2
commit f441177840
2 changed files with 37 additions and 16 deletions

View File

@@ -210,7 +210,13 @@ start() {
NO_VALIDATOR_SANITY=1 \
RUST_LOG=solana=info \
ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \
-t "$CHANNEL_OR_TAG" -n 35 -c 0 -u -P -a eipalloc-0f286cf8a0771ce35 \
-t "$CHANNEL_OR_TAG" -n 35 -c 0 -s -u -P -a eipalloc-0f286cf8a0771ce35 \
${maybeReuseLedger:+-r} \
${maybeDelete:+-D}
NO_VALIDATOR_SANITY=1 \
RUST_LOG=solana=info \
ci/testnet-deploy.sh beta-testnet-solana-com gce us-west1-a \
-t "$CHANNEL_OR_TAG" -n 65 -c 0 -x -u -P \
${maybeReuseLedger:+-r} \
${maybeDelete:+-D}
)