From c2a70a1f0e7c96c4f32547d3e32c1e2e69f8f807 Mon Sep 17 00:00:00 2001 From: dalyd Date: Wed, 6 Jul 2016 10:19:43 -0400 Subject: [PATCH] SERVER-24919: Perf.yml should consistently call pip install in venv --- etc/perf.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/perf.yml b/etc/perf.yml index f3e9f99583c..fdf0d8999e0 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}