Enable ledger/validator sanity for non-perf testnets

This commit is contained in:
Michael Vines
2018-12-23 21:04:38 -08:00
parent f5bbc5e961
commit 3a2fa9a650

View File

@ -116,8 +116,6 @@ sanity() {
testnet-edge)
(
set -x
NO_LEDGER_VERIFY=1 \
NO_VALIDATOR_SANITY=1 \
ci/testnet-sanity.sh edge-testnet-solana-com ec2 us-west-1a
)
;;
@ -133,8 +131,6 @@ sanity() {
testnet-beta)
(
set -x
NO_LEDGER_VERIFY=1 \
NO_VALIDATOR_SANITY=1 \
ci/testnet-sanity.sh beta-testnet-solana-com ec2 us-west-1a
)
;;
@ -150,8 +146,6 @@ sanity() {
testnet)
(
set -x
NO_LEDGER_VERIFY=1 \
NO_VALIDATOR_SANITY=1 \
ci/testnet-sanity.sh testnet-solana-com ec2 us-west-1a
#ci/testnet-sanity.sh testnet-solana-com gce us-east1-c
)