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:45:58 +0000 |
commit | 3601e41f25233022c1ced66b091d66a4310bfe71 (patch) | |
tree | 4f6a2a3b256c7920c0a759a63e81b5f4ed03332f | |
parent | 5889382867dc64a1f138ed812334533271f1ed2f (diff) | |
download | mongo-3601e41f25233022c1ced66b091d66a4310bfe71.tar.gz |
SERVER-57330 Update perf yaml configs for perf and sys-perf to use perf.send
-rw-r--r-- | etc/perf.yml | 8 | ||||
-rw-r--r-- | etc/system_perf.yml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/etc/perf.yml b/etc/perf.yml index 08b76bb10b1..7d054b784ac 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -171,6 +171,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 56b447c899b..009ef4968de 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -199,6 +199,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 |