Skip to content

Commit

Permalink
SERVER-21642 make fuzzer generated file tarball name unique
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Guo committed Nov 23, 2015
1 parent 2c790ff commit 388c3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/evergreen.yml
Expand Up @@ -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}
Expand Down

0 comments on commit 388c3a9

Please sign in to comment.