ingest performance metrics to ci-stats (#134792)

This commit is contained in:
Baturalp Gurdin 2022-06-23 00:44:11 +02:00 committed by GitHub
parent b41bc6643d
commit e5d73a1169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 538 additions and 0 deletions

View file

@ -25,6 +25,12 @@ steps:
# queue: n2-2
# depends_on: tests
- label: ':chart_with_upwards_trend: Report performance metrics to ci-stats'
command: .buildkite/scripts/steps/functional/report_performance_metrics.sh
agents:
queue: n2-2
depends_on: tests
- wait: ~
continue_on_failure: true