summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2016-10-17 17:43:58 +0300
committerHenrik Ingo <henrik.ingo@mongodb.com>2016-10-17 17:43:58 +0300
commitb5bea92504b2612f433b55e7b901f9ae276d11ec (patch)
tree87ae9669d7a33bc5af77e4c5cf223d413af176c9 /etc
parenta76c4da986907e204e9fb2602b56c886fbc4c069 (diff)
downloadmongo-b5bea92504b2612f433b55e7b901f9ae276d11ec.tar.gz
SERVER-26406 sys-perf, perf: Cleanup cli options to post analysis scripts
Diffstat (limited to 'etc')
-rw-r--r--etc/perf.yml2
-rw-r--r--etc/system_perf.yml3
2 files changed, 2 insertions, 3 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 9d007c0e3d5..ea9a7dc764a 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -154,7 +154,7 @@ functions:
# 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} --task ${task_name} --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 --variant ${build_variant} --task ${task_name} --jira-user ${perf_jira_user} --jira-password ${perf_jira_pw} || true
- command: "json.send"
params:
name: "dashboard"
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 59b6003dc4d..769b9233b7e 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -261,9 +261,8 @@ functions:
script: |
set -o errexit
TAGS="3.3.10-Baseline 3.2.9-Baseline 3.2.3-Baseline 3.2.1-Baseline 3.1.8-Baseline 3.0.9-Baseline"
- PROJECT="sys-perf"
OVERRIDEFILE="../src/dsi/dsi/analysis/master/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 $PROJECT --task_name ${task_name} --variant ${build_variant} --task ${task_name} --jira-user ${perf_jira_user} --jira-password ${perf_jira_pw} || true
+ 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"
params:
name: "dashboard"