Enable ledger/validator sanity for non-perf testnets
This commit is contained in:
@ -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
|
||||||
)
|
)
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user