From 63d144ee7532f3b831fbdf8c3f855b428a483f32 Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Tue, 18 Oct 2016 12:41:23 +0300 Subject: SERVER-26406 sys-perf: Use --task, not --task_name, in all analysis scripts. (cherry picked from commit 7862cc37887855dc763975d77a00d8bd89f40eb4) --- etc/system_perf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1