From: Trevor Bramwell Date: Mon, 5 Nov 2018 15:55:06 +0000 (-0800) Subject: Install Tox in a virtualenv for SFC X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F64509%2F1;p=releng.git Install Tox in a virtualenv for SFC This should alleviate the current issue with tox version conflicts caused by global-jjb limiting the tox version. Change-Id: I84644be109963a612c0679cb58f21b0daf649e56 Signed-off-by: Trevor Bramwell --- diff --git a/jjb/sfc/sfc-project-jobs.yaml b/jjb/sfc/sfc-project-jobs.yaml index f8ceef740..9ca0b92ef 100644 --- a/jjb/sfc/sfc-project-jobs.yaml +++ b/jjb/sfc/sfc-project-jobs.yaml @@ -77,6 +77,9 @@ name: sfc-unit-tests-and-docs builders: - shell: | + virtualenv /var/cache/sfc + source /var/cache/sfc + pip install tox cd $WORKSPACE && tox ################################