summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Raiden Worley <carl.worley@10gen.com>2021-06-23 21:43:59 -0400
committerRaiden Worley <carl.worley@mongodb.com>2021-06-25 16:07:12 +0000
commit275643f8603a22ee103ac161aa1ad8f687d78285 (patch)
tree2476e5074e0b0c394a1e75cc7515bbf77fc217ef
parent783368e542a8b1db1d1b3a29f69c3492468d5ab6 (diff)
downloadmongo-275643f8603a22ee103ac161aa1ad8f687d78285.tar.gz
SERVER-57330 Update perf yaml configs for perf and sys-perf to use perf.send
-rw-r--r--etc/perf.yml8
-rwxr-xr-xetc/system_perf.yml8
2 files changed, 16 insertions, 0 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index dc908ce5c07..d27b223f51c 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 69f8538c7c2..a1dce1aad17 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