From f1f1544ec8e4137be578870c35ae64421e6b6307 Mon Sep 17 00:00:00 2001 From: Radek Zetik Date: Tue, 5 Jan 2016 14:57:39 +0000 Subject: 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 --- jjb/vswitchperf/vswitchperf.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'jjb/vswitchperf') 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}' -- cgit 1.2.3-korg