diff options
-rw-r--r-- | etc/system_perf.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 725a142e198..641b34bac49 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -217,7 +217,7 @@ functions: silent: true script: | set -o errexit - TAGS="3.2.12-Baseline" + TAGS="3.2.15-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 --variant ${build_variant} --task ${task_name} --jira-user ${perf_jira_user} --jira-password ${perf_jira_pw} || true @@ -233,7 +233,7 @@ functions: script: | set -o errexit set -o verbose - TAG="3.2.12-Baseline" + TAG="3.2.15-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 --variant ${build_variant} --task ${task_name} |