summaryrefslogtreecommitdiff
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 17:13:39 +0300
commit4c5825939bd6a815e9b0cd63be7032fecaaa8cf9 (patch)
treebdbc9592a89d7fc7fd12de0826f78359c41e44e6
parent3fe7917512f6e481c1539c68d28a35772233c3f1 (diff)
downloadmongo-4c5825939bd6a815e9b0cd63be7032fecaaa8cf9.tar.gz
SERVER-26406 sys-perf, perf: Add Evergreen task to the post test analysis override json files
(cherry picked from commit cfb4014c9265992c8760e37938198d7dd8a38b7e)
-rw-r--r--etc/perf.yml2
-rw-r--r--etc/system_perf.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 0e15e10a813..1bfa19bff9e 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -145,7 +145,7 @@ functions:
cmd_flags=$([ "${reports_analysis}" = "true" ] && echo "$reports_analysis_flags" || echo "")
REFTAG="3.0.12-Baseline"
OVERRIDE="../dsi/analysis/v3.2/perf_override.json" # Note use of v3.2 here cannot use ${project} perf
- 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:
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 007202c160a..3e81abf2d2e 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -253,7 +253,7 @@ functions:
TAGS="3.1.8-Baseline 3.2.0-Baseline 3.2.9-Baseline"
PROJECT="sys-perf-3.2"
OVERRIDEFILE="../src/dsi/dsi/analysis/v3.2/system_perf_override.json"
- python -u ../src/dsi/dsi/analysis/dashboard_gen.py --rev ${revision} -f history.json -t tags.json --refTag $TAGS --overrideFile $OVERRIDEFILE --project_id sys-perf --task_name ${task_name} --variant ${build_variant} --jira-user ${perf_jira_user} --jira-password ${perf_jira_pw} || true
+ python -u ../src/dsi/dsi/analysis/dashboard_gen.py --rev ${revision} -f history.json -t tags.json --refTag $TAGS --overrideFile $OVERRIDEFILE --project_id sys-perf --variant ${build_variant} --task ${task_name} --jira-user ${perf_jira_user} --jira-password ${perf_jira_pw} || true
- command: "json.send"
params:
name: "dashboard"