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

Parameterize branch in etc/system-perf.yml

    • Fully Compatible
    • Performance 2016-08-29

      We use different directories in system_perf.yml based on the branch. Similar to SERVER-22368. We should generalize so that backports are easier.

      For example, in v3.2:

                  remote_file: dsi-v3.2/${build_variant}/${revision}/${task_id}/${version_id}/logs/${test}-${build_id}.${ext|tgz}
      

      And the matching code in master:

                  remote_file: dsi/${build_variant}/${revision}/${task_id}/${version_id}/logs/${test}-${build_id}.${ext|tgz}
      

      The strings "dsi-v3.2" and "dsi" should be replaced with something like

      ${project}

      .

            Assignee:
            david.daly@mongodb.com David Daly
            Reporter:
            david.daly@mongodb.com David Daly
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: