chore: reactivate buildkite test analytics (#30980)

chore: upload test results to buildkite analytics
This commit is contained in:
Yihau Chen 2023-03-30 17:02:37 +08:00 committed by GitHub
parent 493efc5169
commit c7ddb53cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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