summaryrefslogtreecommitdiff
path: root/etc/system_perf.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/system_perf.yml')
-rw-r--r--etc/system_perf.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 9e99e0c285e..87c78118b6f 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -208,14 +208,14 @@ functions:
file: "src/tags.json"
name: "perf"
- command: shell.exec
- # post_run_check.py and override.json for DSI tests is part of dsi repo in dsi/bin
+ # post_run_check.py and override.json for DSI tests are part of dsi repo
type : test
params:
working_dir: src
script: |
set -o errexit
set -o verbose
- python -u ../dsi/analysis/post_run_check.py --rev ${revision} -f history.json -t tags.json --refTag 3.0.6-Baseline --overrideFile ../dsi/analysis/system_perf_override.json --project_id sys-perf --task_name ${task_name} --variant ${build_variant}
+ python -u ../dsi/analysis/post_run_check.py --rev ${revision} -f history.json -t tags.json --refTag 3.0.6-Baseline --overrideFile ../dsi/analysis/master/system_perf_override.json --project_id sys-perf --task_name ${task_name} --variant ${build_variant}
"compare":
- command: shell.exec