From 54b42e6300a51383bf9365c7f2d2e06fdc61db32 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Mon, 17 Oct 2022 00:48:06 +0800 Subject: [PATCH] chore: stop uploading test data to buildkite (#28411) stop uploading test data to buildkite --- .buildkite/hooks/post-command | 3 --- 1 file changed, 3 deletions(-) diff --git a/.buildkite/hooks/post-command b/.buildkite/hooks/post-command index a5b86ec1c2..4af3bcdadf 100644 --- a/.buildkite/hooks/post-command +++ b/.buildkite/hooks/post-command @@ -24,9 +24,6 @@ else # prepare result file awk '/{ "type": .* }/' results.json > sanitized-results.json - # upload to buildkite - buildkite-test-collector < sanitized-results.json - # upload to datadog cargo2junit > results.xml < sanitized-results.json datadog-ci junit upload --service solana results.xml