-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Performance
-
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}
.
- causes
-
SERVER-33608 Don't use ${project} in system_perf.yml
- Closed
- is related to
-
SERVER-22368 Parameterize branch in etc/perf.yml
- Closed