diff options
author | jenkins-ci <jenkins-opnfv-ci@opnfv.org> | 2018-09-21 15:53:45 -0700 |
---|---|---|
committer | Patrice Buriez <patrice.buriez@intel.com> | 2018-10-03 17:39:03 +0200 |
commit | c9638663f74ad36eb775c9b6eaabf4d240277929 (patch) | |
tree | e658331cd9fd509a16f8a4be548ea9d27bd67697 | |
parent | 6c91cbf3eb811e9993cc6e875dcd4b91357545ac (diff) |
Create Gambia Jobs for Yardstick 1/2
Add Gambia jobs for Yardstick gate:
- yardstick-verify-gambia
- yardstick-merge-gambia
Keep fraser jobs until Gambia 7.0.0 is released.
Gambia jobs for Yardstick daily will be added in next patch.
Change-Id: Id02bcb8197dd1f6d0b8f5baddef684a97e269a14
Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org>
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
-rw-r--r-- | jjb/yardstick/yardstick-project-jobs.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/yardstick/yardstick-project-jobs.yaml b/jjb/yardstick/yardstick-project-jobs.yaml index f5fffb6ed..ace2e0265 100644 --- a/jjb/yardstick/yardstick-project-jobs.yaml +++ b/jjb/yardstick/yardstick-project-jobs.yaml @@ -17,7 +17,11 @@ branch: '{stream}' gs-pathname: '' disabled: false - - fraser: &fraser + - gambia: &gambia + branch: 'stable/{stream}' + gs-pathname: '/{stream}' + disabled: false + - fraser: branch: 'stable/{stream}' gs-pathname: '/{stream}' disabled: false |