diff --git a/.buildkite/hooks/post-command b/.buildkite/hooks/post-command index 3e174d25383cb9..cf7b6c032c32aa 100644 --- a/.buildkite/hooks/post-command +++ b/.buildkite/hooks/post-command @@ -35,6 +35,9 @@ else # prepare result file awk '/{ "type": .* }/' results.json > sanitized-results.json + echo "~~~ Uploading test results to Buildkite Analytics" + buildkite-test-collector < sanitized-results.json + # upload to datadog cargo2junit > results.xml < sanitized-results.json datadog-ci junit upload --service solana results.xml