Fix beta testnet launch script
This commit is contained in:
parent
0b23af324b
commit
ed78c8d3bb
|
@ -218,19 +218,18 @@ start() {
|
||||||
RUST_LOG=solana=info \
|
RUST_LOG=solana=info \
|
||||||
ci/testnet-deploy.sh beta-testnet-solana-com gce us-west1-a \
|
ci/testnet-deploy.sh beta-testnet-solana-com gce us-west1-a \
|
||||||
-t "$CHANNEL_OR_TAG" -n 65 -c 0 -x -P -D
|
-t "$CHANNEL_OR_TAG" -n 65 -c 0 -x -P -D
|
||||||
|
|
||||||
if ! $maybeDelete; then
|
|
||||||
NO_VALIDATOR_SANITY=1 \
|
NO_VALIDATOR_SANITY=1 \
|
||||||
RUST_LOG=solana=info \
|
RUST_LOG=solana=info \
|
||||||
ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \
|
ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \
|
||||||
-t "$CHANNEL_OR_TAG" -n 35 -c 0 -s -u -P -a eipalloc-0f286cf8a0771ce35 \
|
-t "$CHANNEL_OR_TAG" -n 35 -c 0 -s -u -P -a eipalloc-0f286cf8a0771ce35 \
|
||||||
${maybeReuseLedger:+-r}
|
${maybeReuseLedger:+-r} \
|
||||||
|
${maybeDelete:+-D}
|
||||||
NO_VALIDATOR_SANITY=1 \
|
NO_VALIDATOR_SANITY=1 \
|
||||||
RUST_LOG=solana=info \
|
RUST_LOG=solana=info \
|
||||||
ci/testnet-deploy.sh beta-testnet-solana-com gce us-west1-a \
|
ci/testnet-deploy.sh beta-testnet-solana-com gce us-west1-a \
|
||||||
-t "$CHANNEL_OR_TAG" -n 65 -c 0 -x -P \
|
-t "$CHANNEL_OR_TAG" -n 65 -c 0 -x -P \
|
||||||
${maybeReuseLedger:+-r}
|
${maybeReuseLedger:+-r} \
|
||||||
fi
|
${maybeDelete:+-D}
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
testnet-beta-perf)
|
testnet-beta-perf)
|
||||||
|
|
Loading…
Reference in New Issue