summaryrefslogtreecommitdiffstats
path: root/jjb/vswitchperf/vswitchperf.yml
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2018-02-07 13:45:45 +0000
committerMartin Klozik <martinx.klozik@intel.com>2018-02-07 13:52:21 +0000
commit980b96fa28452383fd415823a2aee92be20aca96 (patch)
tree5fda9205bbf1f5b90c0d969481293b1ec54f2d72 /jjb/vswitchperf/vswitchperf.yml
parent0b4524bfcd0e406687e2053cf7ef9913b606f635 (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>
Diffstat (limited to 'jjb/vswitchperf/vswitchperf.yml')
-rw-r--r--jjb/vswitchperf/vswitchperf.yml2
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}'