From 10270dcbad91e95c2354f2abfcfe4401d9252bc2 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 17 Feb 2019 09:49:29 -0800 Subject: [PATCH] Add an API node to non-perf testnets --- ci/testnet-manager.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/testnet-manager.sh b/ci/testnet-manager.sh index 396558d938..b8f0e3f417 100755 --- a/ci/testnet-manager.sh +++ b/ci/testnet-manager.sh @@ -187,7 +187,7 @@ start() { NO_VALIDATOR_SANITY=1 \ RUST_LOG=solana=info \ ci/testnet-deploy.sh edge-testnet-solana-com ec2 us-west-1a \ - -t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0ccd4f2239886fa94 \ + -t "$CHANNEL_OR_TAG" -n 3 -c 0 -u -P -a eipalloc-0ccd4f2239886fa94 \ ${maybeReuseLedger:+-r} \ ${maybeDelete:+-D} ) @@ -210,7 +210,7 @@ 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 3 -c 0 -P -a eipalloc-0f286cf8a0771ce35 \ + -t "$CHANNEL_OR_TAG" -n 3 -c 0 -u -P -a eipalloc-0f286cf8a0771ce35 \ -b \ ${maybeReuseLedger:+-r} \ ${maybeDelete:+-D} @@ -234,7 +234,7 @@ start() { NO_VALIDATOR_SANITY=1 \ RUST_LOG=solana=info \ ci/testnet-deploy.sh testnet-solana-com ec2 us-west-1a \ - -t "$CHANNEL_OR_TAG" -n 3 -c 0 -P -a eipalloc-0fa502bf95f6f18b2 \ + -t "$CHANNEL_OR_TAG" -n 3 -c 0 -u -P -a eipalloc-0fa502bf95f6f18b2 \ -b \ ${maybeReuseLedger:+-r} \ ${maybeDelete:+-D}