[SERVER-24422] Branches v3.0 and v3.0.11 of the mongodb/mongo repo use mongodb-mongo-master folder in evergreen.yml Created: 24/May/16  Updated: 01/Nov/16  Resolved: 13/Jun/16

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 3.0.13

Type: Bug Priority: Major - P3
Reporter: Zakhar Kleyman Assignee: Zakhar Kleyman
Resolution: Done Votes: 1
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Backwards Compatibility: Fully Compatible
Operating System: ALL
Sprint: Build 16 (06/24/16)
Participants:

 Description   

In the v3.0 and v3.0.11 branches of the mongodb/mongo repo, etc/evergreen.yml file has some s3.put and s3.get functions using mongodb-mongo-master folder in the mciuploads bucket.
It should be using mongodb-mongo-v3.0 instead.

    - command: s3.put
      params:
        aws_key: ${aws_key}
        aws_secret: ${aws_secret}
        local_file: src/distsrc.${ext|tgz}
        remote_file: mongodb-mongo-master/${build_variant}/${revision}/sources/mongo-src-${build_id}.${ext|tgz}
        bucket: mciuploads
        permissions: public-read
        content_type: ${content_type|application/x-gzip}
        display_name: Source tarball
        # We only need to upload the source tarball from one of the build variants
        # because it should be the same everywhere, so just use linux-64/windows-64-2k8.
        build_variants: [ linux-64, windows-64-2k8 ]

    - command: s3.get
      params:
        aws_key: ${aws_key}
        aws_secret: ${aws_secret}
        remote_file: mongodb-mongo-master/${build_variant}/${revision}/sources/mongo-src-${build_id}.${ext|tgz}
        bucket: mciuploads
        local_file: src/distsrc.${ext|tgz}
        build_variants: [ linux-64, windows-64-2k8 ]



 Comments   
Comment by Githook User [ 13/Jun/16 ]

Author:

{u'username': u'zakhark', u'name': u'Zakhar Kleyman', u'email': u'zakhar.kleyman@mongodb.com'}

Message: SERVER-24422: update mongodb-mongo-master with mongodb-mongo-v3.0 in evergreen.yml
Branch: v3.0
https://github.com/mongodb/mongo/commit/efd3a6d6f5b41806a9aa7bff0d70129af531d45e

Comment by Githook User [ 13/Jun/16 ]

Author:

{u'username': u'zakhark', u'name': u'Zakhar Kleyman', u'email': u'zakhar.kleyman@mongodb.com'}

Message: SERVER-24422: update mongodb-mongo-master with mongodb-mongo-v3.0 in evergreen.yml
Branch: v3.0.11
https://github.com/mongodb/mongo/commit/336e39e76e7a65af1ec534f28e69f568ca97695c

Generated at Thu Feb 08 04:06:19 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.