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,9 +116,7 @@ sanity() {
testnet-edge) testnet-edge)
( (
set -x set -x
NO_LEDGER_VERIFY=1 \ ci/testnet-sanity.sh edge-testnet-solana-com ec2 us-west-1a
NO_VALIDATOR_SANITY=1 \
ci/testnet-sanity.sh edge-testnet-solana-com ec2 us-west-1a
) )
;; ;;
testnet-edge-perf) testnet-edge-perf)
@ -133,9 +131,7 @@ sanity() {
testnet-beta) testnet-beta)
( (
set -x set -x
NO_LEDGER_VERIFY=1 \ ci/testnet-sanity.sh beta-testnet-solana-com ec2 us-west-1a
NO_VALIDATOR_SANITY=1 \
ci/testnet-sanity.sh beta-testnet-solana-com ec2 us-west-1a
) )
;; ;;
testnet-beta-perf) testnet-beta-perf)
@ -150,9 +146,7 @@ sanity() {
testnet) testnet)
( (
set -x set -x
NO_LEDGER_VERIFY=1 \ ci/testnet-sanity.sh testnet-solana-com ec2 us-west-1a
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 #ci/testnet-sanity.sh testnet-solana-com gce us-east1-c
) )
;; ;;