Switch to us-west-1a, us-west-1b is causing trouble
This commit is contained in:
parent
f8f11b7f50
commit
25dd5145bb
|
@ -139,7 +139,7 @@ sanity() {
|
|||
set -ex
|
||||
export NO_LEDGER_VERIFY=1
|
||||
export NO_VALIDATOR_SANITY=1
|
||||
ci/testnet-sanity.sh beta-testnet-solana-com ec2 us-west-1b
|
||||
ci/testnet-sanity.sh beta-testnet-solana-com ec2 us-west-1a
|
||||
)
|
||||
;;
|
||||
testnet-beta-perf)
|
||||
|
@ -224,7 +224,7 @@ start() {
|
|||
set -ex
|
||||
export NO_LEDGER_VERIFY=1
|
||||
export NO_VALIDATOR_SANITY=1
|
||||
ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1b \
|
||||
ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \
|
||||
-t "$CHANNEL_OR_TAG" -n 3 -c 0 -P \
|
||||
${maybeDelete:+-d}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue