summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRui Zhang <rui.zhang@mongodb.com>2015-12-22 16:48:45 -0800
committerRui Zhang <rui.zhang@mongodb.com>2015-12-22 16:48:45 -0800
commit475d452c315733e78e631d5d67165ba24e826157 (patch)
tree14b711901a01d1e606752f796045e274959767b4 /etc
parentbbc4e94899ba5dc76bd8b87a04472dc5c3e0c009 (diff)
downloadmongo-475d452c315733e78e631d5d67165ba24e826157.tar.gz
SERVER-21999 fix sys-perf log path
Diffstat (limited to 'etc')
-rw-r--r--etc/system_perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 8c2c17daee6..b66900241a7 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -189,7 +189,7 @@ functions:
aws_key: ${aws_key}
aws_secret: ${aws_secret}
local_file: reports.tgz
- remote_file: dsi/${build_variant}/${revision}/logs/${test}-${build_id}.${ext|tgz}
+ remote_file: dsi/${build_variant}/${revision}/${task_id}/${version_id}/logs/${test}-${build_id}.${ext|tgz}
bucket: mciuploads
permissions: public-read
content_type: ${content_type|application/x-gzip}