Enable ledger/validator sanity for non-perf testnets
This commit is contained in:
@ -116,8 +116,6 @@ sanity() {
|
|||||||
testnet-edge)
|
testnet-edge)
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
NO_LEDGER_VERIFY=1 \
|
|
||||||
NO_VALIDATOR_SANITY=1 \
|
|
||||||
ci/testnet-sanity.sh edge-testnet-solana-com ec2 us-west-1a
|
ci/testnet-sanity.sh edge-testnet-solana-com ec2 us-west-1a
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
@ -133,8 +131,6 @@ sanity() {
|
|||||||
testnet-beta)
|
testnet-beta)
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
NO_LEDGER_VERIFY=1 \
|
|
||||||
NO_VALIDATOR_SANITY=1 \
|
|
||||||
ci/testnet-sanity.sh beta-testnet-solana-com ec2 us-west-1a
|
ci/testnet-sanity.sh beta-testnet-solana-com ec2 us-west-1a
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
@ -150,8 +146,6 @@ sanity() {
|
|||||||
testnet)
|
testnet)
|
||||||
(
|
(
|
||||||
set -x
|
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 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
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user