From: Martin Klozik Date: Wed, 7 Feb 2018 13:45:45 +0000 (+0000) Subject: vswitchperf: python version change X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=980b96fa28452383fd415823a2aee92be20aca96 vswitchperf: python version change In order to execute VSPERF CI job, the SCL with python3 must be enabled. Recently SCL command was changed to enable python3.4. Change-Id: I4cf34ff28db2c789f4bc13116ed2d5d95eb81990 Signed-off-by: Martin Klozik Reviewed-by: Fatih Degirmenci Reviewed-by: Christian Trautman --- diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml index 16ceb2e52..1ceb105d2 100644 --- a/jjb/vswitchperf/vswitchperf.yml +++ b/jjb/vswitchperf/vswitchperf.yml @@ -48,7 +48,7 @@ # run basic sanity test make sanity cd ../ci - scl enable python33 "source ~/vsperfenv/bin/activate ; ./build-vsperf.sh daily" + scl enable rh-python34 "source ~/vsperfenv/bin/activate ; ./build-vsperf.sh daily" - job-template: name: 'vswitchperf-verify-{stream}'