0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-35861: Remove call to dashboard_gen.py in perf.yml

This commit is contained in:
dalyd 2018-07-27 13:09:16 -04:00
parent b49a27b359
commit 44c5226774

View File

@ -149,24 +149,6 @@ functions:
task: ${task_name}
file: "src/tags.json"
name: "perf"
- command: shell.exec
# generate dashboard data
type : test
params:
working_dir: src
silent: true
script: |
set -o errexit
source ./venv/bin/activate
REFTAGS="3.4.13-Baseline 3.2.17-Baseline 3.0.15-Baseline 3.6.0-Baseline 3.6.1-Baseline 3.6.5-Baseline" # These are project specific
# Project Opts are project specific, but don't match expansion from elsewhere.
# Note project_id performance doesn't match string perf used elsewhere for ${project}
PROJECT_OPTS="--overrideFile ../dsi/analysis/${branch_name}/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 --variant ${build_variant} --task ${task_name} --jira-user ${perf_jira_user} --jira-password ${perf_jira_pw} || true
- command: "json.send"
params:
name: "dashboard"
file: "src/dashboard.json"
- command: shell.exec
type : test
params: