Collapse verbose buildkite logging (#8794)

automerge
This commit is contained in:
Dan Albert
2020-03-11 11:54:49 -07:00
committed by GitHub
parent 215650f6e7
commit 0ef9d79056
2 changed files with 3 additions and 3 deletions

View File

@ -621,7 +621,7 @@ deploy() {
$metricsWriteDatapoint "testnet-deploy version=\"${networkVersion:0:9}\"" $metricsWriteDatapoint "testnet-deploy version=\"${networkVersion:0:9}\""
echo echo
echo "+++ Deployment Successful" echo "--- Deployment Successful"
echo "Bootstrap validator deployment took $bootstrapNodeDeployTime seconds" echo "Bootstrap validator deployment took $bootstrapNodeDeployTime seconds"
echo "Additional validator deployment (${#validatorIpList[@]} validators, ${#blockstreamerIpList[@]} blockstreamer nodes, ${#archiverIpList[@]} archivers) took $additionalNodeDeployTime seconds" echo "Additional validator deployment (${#validatorIpList[@]} validators, ${#blockstreamerIpList[@]} blockstreamer nodes, ${#archiverIpList[@]} archivers) took $additionalNodeDeployTime seconds"
echo "Client deployment (${#clientIpList[@]} instances) took $clientDeployTime seconds" echo "Client deployment (${#clientIpList[@]} instances) took $clientDeployTime seconds"

View File

@ -82,13 +82,13 @@ else
fi fi
fi fi
echo "+++ $sanityTargetIp: validators" echo "--- $sanityTargetIp: validators"
( (
set -x set -x
$solana_cli --url http://"$sanityTargetIp":8899 validators $solana_cli --url http://"$sanityTargetIp":8899 validators
) )
echo "+++ $sanityTargetIp: node count ($numSanityNodes expected)" echo "--- $sanityTargetIp: node count ($numSanityNodes expected)"
( (
set -x set -x