summaryrefslogtreecommitdiff
path: root/etc/system_perf.yml
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2017-09-12 15:51:33 -0400
committerdalyd <david.daly@mongodb.com>2017-10-12 16:28:06 -0400
commit2b10c2876de50302150167aef80b5bf4b6662139 (patch)
tree5e6d4ae57ae069c1d86a2d9f87b3764ce525a11b /etc/system_perf.yml
parent254a60a637ae4ea70bf9b0713efd3a7d207ff730 (diff)
downloadmongo-2b10c2876de50302150167aef80b5bf4b6662139.tar.gz
SERVER-30241: Attach workloads html to evergreen task
Diffstat (limited to 'etc/system_perf.yml')
-rw-r--r--etc/system_perf.yml18
1 files changed, 14 insertions, 4 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index bb34427d1ba..2fab75ef572 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -15,21 +15,31 @@ post:
aws_key: ${aws_key}
aws_secret: ${aws_secret}
local_file: work/reports.tgz
- remote_file: ${project}/${build_variant}/${revision}/${task_id}/${version_id}/logs/${task_name}-${build_id}.${ext|tgz}
+ remote_file: ${project}/${build_variant}/${revision}/${task_id}/${version_id}/logs/${task_name}-${build_id}-${execution}.${ext|tgz}
bucket: mciuploads
permissions: public-read
content_type: ${content_type|application/x-gzip}
- display_name: test-log
+ display_name: test-log - Execution ${execution}
- command: s3.put
params:
aws_key: ${aws_key}
aws_secret: ${aws_secret}
local_file: work/reports/graphs/timeseries-mongod.0.html
- remote_file: ${project}/${build_variant}/${revision}/${task_id}/${version_id}/logs/timeseries-mongod.0-${task_name}-${build_id}.html
+ remote_file: ${project}/${build_variant}/${revision}/${task_id}/${version_id}/logs/timeseries-mongod.0-${task_name}-${build_id}-${execution}.html
bucket: mciuploads
permissions: public-read
content_type: text/html
- display_name: timeseries-p1.html
+ display_name: timeseries-p1.html - Execution ${execution}
+ - command: s3.put
+ params:
+ aws_key: ${aws_key}
+ aws_secret: ${aws_secret}
+ local_file: src/workloads/workloads/jsdoc/jsdocs-redirect.html
+ remote_file: ${project}/${build_variant}/${revision}/${task_id}/${version_id}/logs/workloads-${task_name}-${build_id}.html
+ bucket: mciuploads
+ permissions: public-read
+ content_type: text/html
+ display_name: workloads documentation
- command: attach.results
params:
file_location: work/report.json