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

SERVER-24919: Perf.yml should consistently call pip install in venv

This commit is contained in:
dalyd 2016-07-06 10:19:43 -04:00
parent b3611e663f
commit c2a70a1f0e

View File

@ -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}