diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-31 15:48:39 +0800 |
---|---|---|
committer | yunlong ying <ying.yunlong@zte.com.cn> | 2017-09-01 01:00:50 +0000 |
commit | 90c1a686c1a1f4a816ebedd83bb03e11c725def0 (patch) | |
tree | 98ec23abf0752e693ded3956651719c02ae13820 /jjb | |
parent | 4e3f6d7e3a6ef35bc1ce30d501dbc86833b68b9e (diff) |
Add gvnfm juju driver jjb templates
Add verify and merge CI jjb jobs for
vfc/nfvo/driver/vnfm/gvnfm.
Change-Id: I5246dd8707db43d0736fa498026a23bf0cd1f680
Issue-ID: CIMAN-42
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml new file mode 100644 index 000000000..68e0e644c --- /dev/null +++ b/jjb/vfc/vfc-nfvo-driver-vnfm-gvnfm-juju.yaml @@ -0,0 +1,20 @@ +--- + +- project: + name: vfc-nfvo-driver-vnfm-gvnfm-juju + project-name: 'vfc-nfvo-driver-vnfm-gvnfm' + project: 'vfc/nfvo/driver/vnfm/gvnfm' + stream: + - 'master': + branch: 'master' + mvn-settings: 'vfc-nfvo-driver-vnfm-gvnfm-settings' + subproject: + - 'gvnfm-juju': + pom: 'juju/juju-vnfmadapter/pom.xml' + pattern: 'juju/juju-vnfmadapter/**' + jobs: + - '{project-name}-{stream}-{subproject}-verify-java' + - '{project-name}-{stream}-{subproject}-merge-java' + files: '**' + archive-artifacts: '' + build-node: ubuntu1604-basebuild-4c-4g |