summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2016-10-18 12:41:23 +0300
committerHenrik Ingo <henrik.ingo@mongodb.com>2016-10-18 13:07:32 +0300
commit63d144ee7532f3b831fbdf8c3f855b428a483f32 (patch)
tree6a2b2a2c552ed3c84ce3b584562200b58db68b80
parent5db0a55a264ee326bff5598249639ef479628f37 (diff)
downloadmongo-63d144ee7532f3b831fbdf8c3f855b428a483f32.tar.gz
SERVER-26406 sys-perf: Use --task, not --task_name, in all analysis scripts.
(cherry picked from commit 7862cc37887855dc763975d77a00d8bd89f40eb4)
-rw-r--r--etc/system_perf.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 3e81abf2d2e..e9d05938ed5 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -268,7 +268,7 @@ functions:
set -o verbose
TAG="3.0.6-Baseline"
OVERRIDEFILE="../src/dsi/dsi/analysis/v3.2/system_perf_override.json"
- python -u ../src/dsi/dsi/analysis/post_run_check.py ${script_flags} --reports-analysis reports --perf-file reports/perf.json --rev ${revision} -f history.json -t tags.json --refTag $TAG --overrideFile $OVERRIDEFILE --project_id sys-perf --task_name ${task_name} --variant ${build_variant}
+ python -u ../src/dsi/dsi/analysis/post_run_check.py ${script_flags} --reports-analysis reports --perf-file reports/perf.json --rev ${revision} -f history.json -t tags.json --refTag $TAG --overrideFile $OVERRIDEFILE --project_id sys-perf --variant ${build_variant} --task ${task_name}
"compare":
- command: shell.exec