X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fvswitchperf%2Fvswitchperf.yml;h=fe6ea49c66d65a34c468a17da0e1f9a52cd31105;hb=d7186252cc79f0f4f888ab6b0014b068de9f5e65;hp=3344e187ea7cea1f18d7cf4176f8bf317de04101;hpb=382b9a9d05ab70ff995a7f862089e0a5f911fbf9;p=releng.git diff --git a/jjb/vswitchperf/vswitchperf.yml b/jjb/vswitchperf/vswitchperf.yml index 3344e187e..fe6ea49c6 100644 --- a/jjb/vswitchperf/vswitchperf.yml +++ b/jjb/vswitchperf/vswitchperf.yml @@ -9,14 +9,13 @@ - 'vswitchperf-merge-{stream}' - 'vswitchperf-daily-{stream}' -# only master branch is enabled at the moment to keep no of jobs sane stream: - master: - branch: 'master' + branch: '{stream}' gs-pathname: '' -# - brahmaputra: -# branch: 'stable/brahmaputra' -# gs-pathname: '/brahmaputra' + - brahmaputra: + branch: 'stable/{stream}' + gs-pathname: '/{stream}' - job-template: @@ -34,7 +33,8 @@ branch: '{branch}' triggers: - - pollscm: '@midnight' + - pollscm: + cron: '@midnight' builders: - shell: | @@ -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}'