Disable validator sanity for edge/beta

This commit is contained in:
Michael Vines
2019-08-10 13:03:19 -07:00
parent 342733be54
commit d59aae4849

View File

@ -218,6 +218,7 @@ sanity() {
set -x set -x
NO_INSTALL_CHECK=1 \ NO_INSTALL_CHECK=1 \
NO_LEDGER_VERIFY=1 \ NO_LEDGER_VERIFY=1 \
NO_VALIDATOR_SANITY=1 \
ci/testnet-sanity.sh edge-testnet-solana-com gce us-west1-b ci/testnet-sanity.sh edge-testnet-solana-com gce us-west1-b
) )
;; ;;
@ -235,6 +236,7 @@ sanity() {
set -x set -x
NO_INSTALL_CHECK=1 \ NO_INSTALL_CHECK=1 \
NO_LEDGER_VERIFY=1 \ NO_LEDGER_VERIFY=1 \
NO_VALIDATOR_SANITY=1 \
ci/testnet-sanity.sh beta-testnet-solana-com gce us-west1-b ci/testnet-sanity.sh beta-testnet-solana-com gce us-west1-b
) )
;; ;;