Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-24422

Branches v3.0 and v3.0.11 of the mongodb/mongo repo use mongodb-mongo-master folder in evergreen.yml

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.0.13
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Build 16 (06/24/16)

      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 ]
      

            Assignee:
            zakhar.kleyman@mongodb.com Zakhar Kleyman
            Reporter:
            zakhar.kleyman@mongodb.com Zakhar Kleyman
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: