summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2017-10-17 17:20:48 +0300
committerHenrik Ingo <henrik.ingo@mongodb.com>2017-10-17 17:20:48 +0300
commit3d447ea77326b1b8e7c00100292fcc487d5a96e8 (patch)
tree20e01a2aab7c7b4e8199d9846b35561379a693f5
parentb448875bf2f9c74048eda6558a3bbc51ef4faee2 (diff)
downloadmongo-3d447ea77326b1b8e7c00100292fcc487d5a96e8.tar.gz
SERVER-31527 Rebaseline sys-perf-3.4 onto 3.2.17 and 3.4.9
-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 dd81d48562b..49ca510dcb4 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -215,7 +215,7 @@ functions:
silent: true
script: |
set -o errexit
- TAGS="3.2.15-Baseline"
+ TAGS="3.2.17-Baseline 3.4.9-Baseline"
OVERRIDEFILE="../src/dsi/dsi/analysis/v3.4/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
- command: "json.send"
@@ -230,7 +230,7 @@ functions:
script: |
set -o errexit
set -o verbose
- TAG="3.2.15-Baseline"
+ TAG="3.2.17-Baseline"
OVERRIDEFILE="../src/dsi/dsi/analysis/v3.4/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}