summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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