diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2017-01-24 22:16:08 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2017-01-24 22:18:56 +0000 |
commit | 0a4dae32ac156e75bc312cbff84414e8d79d53c2 (patch) | |
tree | 012ffee7549afe823025bf4c7cf1ed8117cdc3dc /jjb/yardstick | |
parent | c2eac4583d767f7052bfad996b35105edd49ee46 (diff) |
Bugfix: yardstick verify failed
JIRA: RELENG-187
yardstick verify failed. There is some wrong with setuptools new version
34.0.1
I will change it to 33.1.1
see log:
https://build.opnfv.org/ci/job/yardstick-verify-master/1688/console
Change-Id: If3c65a9a8047b57549c40501b0a83118cd5dc3e7
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'jjb/yardstick')
-rw-r--r-- | jjb/yardstick/yardstick-project-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/yardstick/yardstick-project-jobs.yml b/jjb/yardstick/yardstick-project-jobs.yml index a54750ef7..1da4f3134 100644 --- a/jjb/yardstick/yardstick-project-jobs.yml +++ b/jjb/yardstick/yardstick-project-jobs.yml @@ -116,7 +116,7 @@ source $WORKSPACE/yardstick_venv/bin/activate # install python packages - easy_install -U setuptools + easy_install -U setuptools==33.1.1 easy_install -U pip pip install -r requirements.txt || pip install -r tests/ci/requirements.txt pip install -e . |