Skip to content

Commit

Permalink
Collapse verbose buildkite logging (solana-labs#8794)
Browse files Browse the repository at this point in the history
automerge
  • Loading branch information
danpaul000 authored Mar 11, 2020
1 parent 215650f commit 0ef9d79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net/net.sh
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ deploy() {
$metricsWriteDatapoint "testnet-deploy version=\"${networkVersion:0:9}\""

echo
echo "+++ Deployment Successful"
echo "--- Deployment Successful"
echo "Bootstrap validator deployment took $bootstrapNodeDeployTime seconds"
echo "Additional validator deployment (${#validatorIpList[@]} validators, ${#blockstreamerIpList[@]} blockstreamer nodes, ${#archiverIpList[@]} archivers) took $additionalNodeDeployTime seconds"
echo "Client deployment (${#clientIpList[@]} instances) took $clientDeployTime seconds"
Expand Down
4 changes: 2 additions & 2 deletions net/remote/remote-sanity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ else
fi
fi

echo "+++ $sanityTargetIp: validators"
echo "--- $sanityTargetIp: validators"
(
set -x
$solana_cli --url http://"$sanityTargetIp":8899 validators
)

echo "+++ $sanityTargetIp: node count ($numSanityNodes expected)"
echo "--- $sanityTargetIp: node count ($numSanityNodes expected)"
(
set -x

Expand Down

0 comments on commit 0ef9d79

Please sign in to comment.