summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2016-10-17 15:44:38 +0300
committerHenrik Ingo <henrik.ingo@mongodb.com>2016-10-17 15:52:24 +0300
commitcfb4014c9265992c8760e37938198d7dd8a38b7e (patch)
tree4acc85dbbcc03bd2144f63210a6f51f36e4acb27 /etc/perf.yml
parentdacb3f05f69568b651c0ba620fa075e5c902e177 (diff)
downloadmongo-cfb4014c9265992c8760e37938198d7dd8a38b7e.tar.gz
SERVER-26406 sys-perf, perf: Add Evergreen task to the post test analysis override json files
Diffstat (limited to 'etc/perf.yml')
-rw-r--r--etc/perf.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 4b84a98f718..9d007c0e3d5 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -154,7 +154,7 @@ functions:
# We could change dsi/analysis/master to dsi/analysis/perf in DSI to get dsi/analysis/${project}/perf_override.json
# Note project_id performance doesn't match string perf used elsewhere for ${project}
PROJECT_OPTS="--overrideFile ../dsi/analysis/master/perf_override.json --project_id performance"
- python -u ../dsi/analysis/dashboard_gen.py --rev ${revision} -f history.json -t tags.json --refTag $REFTAGS $PROJECT_OPTS --task_name ${task_name} --variant ${build_variant} --jira-user ${perf_jira_user} --jira-password ${perf_jira_pw} || true
+ python -u ../dsi/analysis/dashboard_gen.py --rev ${revision} -f history.json -t tags.json --refTag $REFTAGS $PROJECT_OPTS --task_name ${task_name} --variant ${build_variant} --task ${task_name} --jira-user ${perf_jira_user} --jira-password ${perf_jira_pw} || true
- command: "json.send"
params:
name: "dashboard"
@@ -175,7 +175,7 @@ functions:
cmd_flags=$([ "${reports_analysis}" = "true" ] && echo "$reports_analysis_flags" || echo "")
REFTAG="3.2.10-Baseline"
OVERRIDE="../dsi/analysis/master/perf_override.json" # Note use of master here cannot use ${project}
- python ../dsi/analysis/perf_regression_check.py $cmd_flags -f history.json --rev ${revision} -t tags.json --refTag $REFTAG --overrideFile $OVERRIDE --variant ${build_variant} --threshold 0.10 --threadThreshold 0.15
+ 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
params: