From ce08a4081028eaef7ccd99bf61db6545fc00a56d Mon Sep 17 00:00:00 2001 From: dalyd Date: Tue, 12 Sep 2017 15:51:33 -0400 Subject: SERVER-30241: Attach workloads html to evergreen task (cherry picked from commit 2b10c2876de50302150167aef80b5bf4b6662139) --- etc/system_perf.yml | 18 ++++++++++++++---- 1 file 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 -- cgit v1.2.1