diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2018-02-07 13:45:45 +0000 |
---|---|---|
committer | Martin Klozik <martinx.klozik@intel.com> | 2018-02-07 13:52:21 +0000 |
commit | 980b96fa28452383fd415823a2aee92be20aca96 (patch) | |
tree | 5fda9205bbf1f5b90c0d969481293b1ec54f2d72 | |
parent | 0b4524bfcd0e406687e2053cf7ef9913b606f635 (diff) |
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 <martinx.klozik@intel.com>
Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
-rw-r--r-- | jjb/vswitchperf/vswitchperf.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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}' |