diff options
author | 2019-03-29 13:27:37 -0700 | |
---|---|---|
committer | 2019-03-29 13:27:37 -0700 | |
commit | 905d832c02f7191f2b4d4d23ce399cf3766dac28 (patch) | |
tree | 6e6170971b149826e5a3596a4b196763740ede8e /jjb/vswitchperf | |
parent | 6002fc151b462849911d457acba2970285ed585a (diff) |
Create Stable Branch Jobs for vswitchperf
Change-Id: I43141439fc3f3d7d73b0d477372d8f60bce29f80
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Diffstat (limited to 'jjb/vswitchperf')
-rw-r--r-- | jjb/vswitchperf/vswitchperf-rtd-jobs.yaml | 4 | ||||
-rw-r--r-- | jjb/vswitchperf/vswitchperf.yaml | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/jjb/vswitchperf/vswitchperf-rtd-jobs.yaml b/jjb/vswitchperf/vswitchperf-rtd-jobs.yaml index 998124066..bf4f5944f 100644 --- a/jjb/vswitchperf/vswitchperf-rtd-jobs.yaml +++ b/jjb/vswitchperf/vswitchperf-rtd-jobs.yaml @@ -13,6 +13,10 @@ - master: branch: '{stream}' disabled: false + - hunter: &hunter + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false - gambia: branch: 'stable/{stream}' disabled: false diff --git a/jjb/vswitchperf/vswitchperf.yaml b/jjb/vswitchperf/vswitchperf.yaml index 9e987fe2e..d46a6cf5f 100644 --- a/jjb/vswitchperf/vswitchperf.yaml +++ b/jjb/vswitchperf/vswitchperf.yaml @@ -15,7 +15,11 @@ branch: '{stream}' gs-pathname: '' disabled: false - - gambia: &gambia + - hunter: &hunter + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false + - gambia: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false |