summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
authorChung-Yen Chang <chung-yen.chang@10gen.com>2016-09-12 10:53:43 -0700
committerChung-Yen Chang <chung-yen.chang@10gen.com>2016-09-12 10:53:43 -0700
commit59b47363e744a38b1e9ed7539d1370e15a43eb79 (patch)
tree442b2db89a8b522a8a4a49a6f5a6d456a82510a0 /etc/perf.yml
parentf6dfec308583fcffdd8b9504c647504794282ff7 (diff)
downloadmongo-59b47363e744a38b1e9ed7539d1370e15a43eb79.tar.gz
SERVER-25524: ticket info for mongo-perf dashboard
Diffstat (limited to 'etc/perf.yml')
-rw-r--r--etc/perf.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 34839bd2526..f4ba584f751 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -148,14 +148,13 @@ functions:
silent: true
script: |
set -o errexit
- set -o verbose
source ./venv/bin/activate
REFTAGS="3.2.9-Baseline 3.3.10-Baseline 3.0.12-Baseline" # These are project specific
# Project Opts are project specific, but don't match expansion from elsewhere.
# We could change dsi/analysis/master to dsi/analysis/perf in DSI to get dsi/analysis/${project}/perf_override.json
# Note project_id performance doesn't match string perf used elsewhere for ${project}
PROJECT_OPTS="--overrideFile ../dsi/analysis/master/perf_override.json --project_id performance"
- python -u ../dsi/analysis/dashboard_gen.py --rev ${revision} -f history.json -t tags.json --refTag $REFTAGS $PROJECT_OPTS --task_name ${task_name} --variant {build_variant} --jira-user ${perf_jira_user} --jira-password ${perf_jira_pw} || true
+ python -u ../dsi/analysis/dashboard_gen.py --rev ${revision} -f history.json -t tags.json --refTag $REFTAGS $PROJECT_OPTS --task_name ${task_name} --variant ${build_variant} --jira-user ${perf_jira_user} --jira-password ${perf_jira_pw} || true
- command: "json.send"
params:
name: "dashboard"