summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Guo <robert.guo@10gen.com>2015-11-23 16:18:04 -0500
committerRobert Guo <robert.guo@10gen.com>2015-11-23 17:03:32 -0500
commit388c3a919cb76668fcd7539a8c707a8b07cfbeec (patch)
treef06228af96ee58c78aebd1f4fd41461c164a1c11
parent2c790ff83fbe8bd7ec2b627f7597b4e7d576c249 (diff)
downloadmongo-388c3a919cb76668fcd7539a8c707a8b07cfbeec.tar.gz
SERVER-21642 make fuzzer generated file tarball name unique
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 4cbb315fb0a..7b97f210640 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -396,7 +396,7 @@ functions:
aws_key: ${aws_key}
aws_secret: ${aws_secret}
local_file: jstests.tgz
- remote_file: mongodb-mongo-master/${build_variant}/${revision}/jstestfuzz/jstestfuzz-${build_id}-${execution}.tgz
+ remote_file: mongodb-mongo-master/${build_variant}/${revision}/jstestfuzz/${task_id}-${execution}.tgz
bucket: mciuploads
permissions: public-read
content_type: ${content_type|application/x-gzip}