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

Incorrect directory for fetching and putting artifacts in v2.6 branch of mongodb/mongo repo

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

      In the v2.6 branch of the mongodb/mongo repo, etc/evergreen.yml file has fetch and put artifacts functions using ${build_variant} var as the folder in the mciuploads bucket.
      It should be using mongodb-mongo-v2.6 folder and ${build_variant} as a subfolder instead, like the rest of the branches.

          - command: s3.put
            params:
              aws_key: ${aws_key}
              aws_secret: ${aws_secret}
              local_file: target.tgz
              remote_file: ${build_variant}/${build_id}.tgz
              bucket: mciuploads
              permissions: public-read
              content_type: application/tar
              display_name: Artifacts
      
        "fetch artifacts" :
          command: s3.get
          params:
            aws_key: ${aws_key}
            aws_secret: ${aws_secret}
            remote_file: ${build_variant}/${build_id}.tgz
            bucket: mciuploads
            extract_to: src
      

      It should be

      remote_file: mongodb-mongo-v2.6/${build_variant}/${build_id}.tgz

      in both cases.

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

              Created:
              Updated:
              Resolved: