summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2017-09-12 15:51:33 -0400
committerdalyd <david.daly@mongodb.com>2017-10-17 10:27:37 -0400
commitce08a4081028eaef7ccd99bf61db6545fc00a56d (patch)
tree0e94db58ae5a8080ba100bae6bc7a125142e22d5
parent3d447ea77326b1b8e7c00100292fcc487d5a96e8 (diff)
downloadmongo-ce08a4081028eaef7ccd99bf61db6545fc00a56d.tar.gz
SERVER-30241: Attach workloads html to evergreen task
(cherry picked from commit 2b10c2876de50302150167aef80b5bf4b6662139)
-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 49ca510dcb4..77cd9460e52 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -16,21 +16,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