diff options
author | Radek Zetik <radekx.zetik@intel.com> | 2016-01-05 14:57:39 +0000 |
---|---|---|
committer | Radek Zetik <radekx.zetik@intel.com> | 2016-01-05 14:57:39 +0000 |
commit | f1f1544ec8e4137be578870c35ae64421e6b6307 (patch) | |
tree | faf0f03d1d5aef0f4366ba7109871d4a1eb652b8 /jjb/vswitchperf/vswitchperf.yml | |
parent | d7612b46160af43150ce7f58afd6d783d0ec162e (diff) |
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 <radekx.zetik@intel.com>
Reviewed-by: Aric Gardner <agardner@linuxfoundation.org>
Reviewed-by: Xinyu Zhao(Jerry) <zhaoxinyu@huawei.com>
Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Reviewed-by: Ulrich Kleber <Ulrich.Kleber@huawei.com>
Diffstat (limited to 'jjb/vswitchperf/vswitchperf.yml')
-rw-r--r-- | jjb/vswitchperf/vswitchperf.yml | 4 |
1 files changed, 1 insertions, 3 deletions
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}' |