diff options
author | Kristian Hunt <kristian.hunt@gmail.com> | 2015-08-13 09:20:35 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2015-08-13 07:28:41 +0000 |
commit | a00e0c61bb67492bf65e297e939578e2adc3cd00 (patch) | |
tree | cd0e6bab121885f32785518a11aacec68e923501 /jjb/yardstick | |
parent | 21bd11b1791f35029540ab904d884a9b8e45d6f8 (diff) |
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 <kristian.hunt@gmail.com>
Diffstat (limited to 'jjb/yardstick')
-rw-r--r-- | jjb/yardstick/yardstick.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |