summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authordalyd <david.daly@mongodb.com>2016-07-06 10:19:43 -0400
committerdalyd <david.daly@mongodb.com>2016-07-07 11:14:02 -0400
commit7cc1cf4d93ec4dbefb297ba9fedab3a42473119a (patch)
tree035f97cc5e7a6496a1a5a1bed5f7929c70577ef8 /etc
parented70e33130c977bda0024c125b56d159573dbaf0 (diff)
downloadmongo-7cc1cf4d93ec4dbefb297ba9fedab3a42473119a.tar.gz
SERVER-24919: Perf.yml should consistently call pip install in venv
(cherry picked from commit 21e0ff71b1693f42e1b44885a57de3b7b3cdacba)
Diffstat (limited to 'etc')
-rw-r--r--etc/perf.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index a381d31e527..780c732c76b 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -103,6 +103,7 @@ functions:
set -o verbose
virtualenv ./venv
source ./venv/bin/activate
+ pip install -r ../dsi/requirements/analysis.txt
python -u ../dsi/analysis/compare.py -b stand.json -c node.json
- command: "json.send"
params:
@@ -117,7 +118,7 @@ functions:
set -v
virtualenv ./venv
source ./venv/bin/activate
- pip install argparse python-dateutil
+ pip install -r ../dsi/requirements/analysis.txt
- command: json.get_history
params:
task: ${task_name}