Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-3265

Evergreen "upload release" function should use project name in upload path

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • 1.15.0, 1.14.1
    • Affects Version/s: None
    • Component/s: Build
    • Labels:
      None

      The evergreen function "upload release" uploads the release tarball. The function "fetch source" fetches that uploaded tarball.

      Currently "upload release" uploads to:

      mongo-c-driver/${branch_name}/mongo-c-driver-${CURRENT_VERSION}.tar.gz
      

      (Note, it starts with mongo-c-driver)

      And "fetch source" fetches from:

      https://s3.amazonaws.com/mciuploads/${project}/${branch_name}/mongo-c-driver-${CURRENT_VERSION}.tar.gz
      

      (Note it starts with ${project})

      This works for the mongo-c-driver evergreen project, since ${project} = mongo-c-driver, but not the projects based on release branches, like mongo-c-driver-r1.14.0.

            Assignee:
            kevin.albertson@mongodb.com Kevin Albertson
            Reporter:
            kevin.albertson@mongodb.com Kevin Albertson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: