From a00e0c61bb67492bf65e297e939578e2adc3cd00 Mon Sep 17 00:00:00 2001 From: Kristian Hunt Date: Thu, 13 Aug 2015 09:20:35 +0200 Subject: [PATCH] Update setuptools in yardstick verify and merge jobs New virtualenv comes bundled with setuptools 5.5.1 while yardstick requires >=6.1. JIRA: YARDSTICK-29 Change-Id: Ia5f44c9c888a5461d3a4ed71a9d60f7c20bd8539 Signed-off-by: Kristian Hunt --- jjb/yardstick/yardstick.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/yardstick/yardstick.yml b/jjb/yardstick/yardstick.yml index b11f006bd..87199b531 100644 --- a/jjb/yardstick/yardstick.yml +++ b/jjb/yardstick/yardstick.yml @@ -138,6 +138,7 @@ cd $WORKSPACE virtualenv $WORKSPACE/yardstick_venv source $WORKSPACE/yardstick_venv/bin/activate + easy_install -U setuptools python setup.py develop > /dev/null 2>&1 ./run_tests.sh deactivate @@ -200,6 +201,7 @@ cd $WORKSPACE virtualenv $WORKSPACE/yardstick_venv source $WORKSPACE/yardstick_venv/bin/activate + easy_install -U setuptools python setup.py develop > /dev/null 2>&1 ./run_tests.sh deactivate -- 2.16.6