diff options
author | 2018-02-08 20:36:30 +0000 | |
---|---|---|
committer | 2018-02-08 20:36:30 +0000 | |
commit | 7cfca0241ee89c6d162a0c810d41b31e8cec95d0 (patch) | |
tree | 6b48fb08268a18cf4be9333467a218802a4e2973 /jjb | |
parent | 705dc15a141f84f4a746cb4699b59e8adde3119e (diff) | |
parent | 980b96fa28452383fd415823a2aee92be20aca96 (diff) |
Merge "vswitchperf: python version change"
Diffstat (limited to 'jjb')
-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}' |