From 0a4dae32ac156e75bc312cbff84414e8d79d53c2 Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Tue, 24 Jan 2017 22:16:08 +0000 Subject: 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 --- jjb/yardstick/yardstick-project-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb') 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 . -- cgit 1.2.3-korg