From: Radek Zetik Date: Tue, 5 Jan 2016 14:57:39 +0000 (+0000) Subject: Vsperf CI: Fix setting of Python3 environment X-Git-Tag: brahmaputra.1.0~325 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=f1f1544ec8e4137be578870c35ae64421e6b6307;p=releng.git Vsperf CI: Fix setting of Python3 environment The patch contains new calling of 'scl' utility. The 'bash' must have been replaced by direct calling. JIRA: VSPERF-156 Signed-off-by: Radek Zetik Reviewed-by: Aric Gardner Reviewed-by: Xinyu Zhao(Jerry) Reviewed-by: Fatih Degirmenci Reviewed-by: Ulrich Kleber --- diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml index 3344e187e..16b7d9e75 100644 --- a/jjb/vswitchperf/vswitchperf.yml +++ b/jjb/vswitchperf/vswitchperf.yml @@ -44,10 +44,8 @@ make # run basic sanity test make sanity - scl enable python33 bash - source ~/vsperfenv/bin/activate cd ../ci - ./build-vsperf.sh daily + scl enable python33 "source ~/vsperfenv/bin/activate ; ./build-vsperf.sh daily" - job-template: name: 'vswitchperf-verify-{stream}'