Skip deploy attempt on sanity failure

This commit is contained in:
Michael Vines 2019-10-12 22:18:39 -07:00
parent 322fcea6e5
commit 79e32c92c1
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 2 deletions

View File

@ -233,8 +233,8 @@ sanity() {
NO_INSTALL_CHECK=1 \
NO_VALIDATOR_SANITY=1 \
ci/testnet-sanity.sh edge-testnet-solana-com gce -P us-west1-b
maybe_deploy_software
)
maybe_deploy_software
;;
testnet-edge-perf)
(
@ -250,8 +250,8 @@ sanity() {
NO_INSTALL_CHECK=1 \
NO_VALIDATOR_SANITY=1 \
ci/testnet-sanity.sh beta-testnet-solana-com gce us-west1-b
maybe_deploy_software --deploy-if-newer
)
maybe_deploy_software --deploy-if-newer
;;
testnet-beta-perf)
(