summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2017-11-20 11:10:52 -0500
committerdalyd <david.daly@mongodb.com>2017-11-20 18:08:56 -0500
commitb0a15fa5be766c43f4b4bf43920aa030663f29bc (patch)
tree5e33905c4f5a98383db39f0802bf94503db13c31
parent0941b8e2ec1ef7ddbf2bd07eb50fab67658d7617 (diff)
downloadmongo-b0a15fa5be766c43f4b4bf43920aa030663f29bc.tar.gz
SERVER-32044: Use parameterized branch_name in performance projects
(cherry picked from commit 594cf2ef09a959ef94b8aa91473f1aedf1512144)
-rw-r--r--etc/perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 5be661da579..e53f2892a7b 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -141,7 +141,7 @@ functions:
reports_analysis_flags="--reports-analysis . --perf-file perf/perf.json"
cmd_flags=$([ "${reports_analysis}" = "true" ] && echo "$reports_analysis_flags" || echo "")
REFTAG="3.0.15-Baseline"
- OVERRIDE="../dsi/analysis/v3.0/perf_override.json" # Note use of master here cannot use ${project}
+ OVERRIDE="../dsi/analysis/${branch_name}/perf_override.json"
python ../dsi/analysis/perf_regression_check.py $cmd_flags -f history.json --rev ${revision} -t tags.json --refTag $REFTAG --overrideFile $OVERRIDE --variant ${build_variant} --task ${task_name} --threshold 0.10 --threadThreshold 0.15
"run perf tests":
- command: shell.exec