diff options
author | Carl Raiden Worley <carl.worley@10gen.com> | 2021-06-23 21:43:59 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-06-27 02:37:38 +0000 |
commit | 7f07faf0e31bae949a33b03303d1030bac4966cc (patch) | |
tree | 297170556dab92b0182226700bf08dadef86d315 /etc | |
parent | 819fd3897f3eae62234eb4135960338b4564f2ed (diff) | |
download | mongo-7f07faf0e31bae949a33b03303d1030bac4966cc.tar.gz |
SERVER-57330 Update perf yaml configs for perf and sys-perf to use perf.send
Diffstat (limited to 'etc')
-rw-r--r-- | etc/perf.yml | 8 | ||||
-rwxr-xr-x | etc/system_perf.yml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/etc/perf.yml b/etc/perf.yml index 41e3b15b4c1..074de541f2c 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -175,6 +175,14 @@ functions: - command: shell.exec params: script: ./src/dsi/run-dsi post_run + - command: perf.send + params: + file: ./build/CedarReports/cedar_report.json + aws_key: ${terraform_key} + aws_secret: ${terraform_secret} + bucket: genny-metrics + region: us-east-1 + prefix: ${task_id}_${execution} - command: attach.results params: file_location: ./build/EvergreenResultsJson/results.json diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 9df8d585968..918db7b37e9 100755 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -189,6 +189,14 @@ functions: - command: shell.exec params: script: ./src/dsi/run-dsi post_run + - command: perf.send + params: + file: ./build/CedarReports/cedar_report.json + aws_key: ${terraform_key} + aws_secret: ${terraform_secret} + bucket: genny-metrics + region: us-east-1 + prefix: ${task_id}_${execution} - command: attach.results params: file_location: ./build/EvergreenResultsJson/results.json |