summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2018-03-27Merge "Upgrade to common-packer"Andrew Grimberg4-23/+74
2018-03-27Upgrade to common-packerJessica Wagantall4-23/+74
- Enable builder.json - Relove unused provision scripts - Update ci-management-packer-jobs - Update builder.yaml Change-Id: I0c9abcd33fd3acb84690863dca966a01731dc64c Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-27Add verify/merge/sonar jobs for functestChris Donley1-0/+30
Support incoming patch with verify/merge/sonar jobs for the vnfsdk/functest repo Issue-ID: VNFSDK-178 Change-Id: Ib2658b83df7ecfd894ba01242fe4cffccbf84aaf Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-03-27Add root verify-javaJessica Wagantall1-0/+1
Add root verify-java job for vnfsdk/ves-agent to pick files outside the subfolders Change-Id: I2926d2f87f0c7aaf01b7cf7038bb1c56c5ceaf01 Issue-ID: VNFSDK-160 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-27Merge "Add jenkins job for vfc-multivimproxy"Jessica Wagantall3-0/+58
2018-03-27Merge "Delete cadi & inno templates,modify authz"Jessica Wagantall4-97/+0
2018-03-27Merge "Add CSIT trigger for KV store"Jessica Wagantall1-0/+17
2018-03-27Merge "Update CSIT job triggers"Jessica Wagantall1-2/+2
2018-03-27Clean up build jobs for R2Lusheng Ji3-46/+0
Since the Pypi upload is still not fully working yet (helpdesk ticket #44260), it is best to remove pypi related jobs for now from the dcaegen2-utils definition so the R2 release manager can have a cleaner view. We will add back these jobs after the R2 branch is cut to resume the integration with LF Pypi server. Also removing job definitions for de-scoped projects. Issue-ID: DCAEGEN2-206 Change-Id: I7e5d2a3cc3d05e5b7befbf1d80595253e8843965 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-26Delete cadi & inno templates,modify authzSai Gandham4-97/+0
Delete cadi & inno jenkins templates since these modules move to authz porject.Remvoe authz docker file since we will add new docker jenkins template which we build docker with automated docker scripts. Issue-ID: AAF-198 Change-Id: I93df0a81f24fa610d46fecd6366521f660156499 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-03-26Add CSIT trigger for KV storeShashank Kumar Shankar1-0/+17
This patch adds CSIT trigger for distributed KV store. Change-Id: Ia7dbbfe6a2c4b93d5e35a1ef8301d0cdcbeb533a Issue-ID: INT-446 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-26Update CSIT job triggersPamela Dragosh1-2/+2
I forgot to update these when I changed jobs. Issue-ID: POLICY-708 Change-Id: If3849121ee589e3d07ee2fa7cf5b4982e9e70742 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-03-26Merge "Update subproject name to remove slash"Jessica Wagantall1-1/+1
2018-03-26Update subproject name to remove slashJeremy Phelps1-1/+1
Change-Id: Idb0272b129ec4d63b9f14c565a3165b1fe5632c2 Issue-ID: CIMAN-149 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2018-03-26Merge "Enable jenkins release jobs"Jessica Wagantall13-35/+13
2018-03-26Merge "Enable jenkins release job"Jessica Wagantall1-2/+1
2018-03-26Add PyPi jobs for aria-rest-server subprojectJeremy Phelps1-0/+19
Issue-ID: CIMAN-149 Change-Id: I7299764a60745fa73e0e8bb19a1f4eb0fc4c46ed Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2018-03-26Enable policy release jobsPamela Dragosh3-4/+1
Need to start enabling the release jobs to product artifacts for M4 release date. Issue-ID: POLICY-708 Change-Id: I319411600291b3dce8d76d57ad0997ed771b3463 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2018-03-26Enable jenkins release jobsJimmy Forsyth13-35/+13
Issue-ID: AAI-939 Change-Id: Iba71400eae07820727d0113dae1f319581db15e4 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-03-26Add jenkins job for vfc-multivimproxyluxin3-0/+58
Change-Id: I96709060d3d7bddd1b56c7a6fc8d286300a40b90 Issue-ID: CIMAN-150 Signed-off-by: luxin <luxin7@huawei.com>
2018-03-25Enable jenkins release jobJimmy Forsyth1-2/+1
Issue-ID: AAI-393 Change-Id: I4d77b9195c738912808b04a27469b6233dc8729b Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-03-23Merge "Add csit job for vnfsdk/ice"Jessica Wagantall1-0/+13
2018-03-23Add csit job for vnfsdk/iceMickael JEZEQUEL1-0/+13
Change-Id: I53e73813541cc2d78b4d82dcfddf264b760a3e7e Issue-ID: VNFSDK-214 Signed-off-by: Mickael JEZEQUEL <mickael.jezequel@orange.com>
2018-03-23Use dcaegen2-services-prh-settingsJessica Wagantall1-1/+1
Use dcaegen2-services-prh-settings for prh project Issue-ID: DCAEGEN2-206 Change-Id: I3de29b1ac4408ce50ea0e47a8b0e7e651eda98f1 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-22Adding nightly docker build supportKiran Kamineni2-0/+13
This will build a docker image nightly Ultimately it is calling the following file in aaf/sms.git sms-service/bin/build_image.sh Issue-ID: AAF-186 Change-Id: I12e88eb8ac796df55ac2b2abfa0f2aa886f12f01 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-22Remove amsterdam job for demo repoGary Wu1-2/+0
Change-Id: Ic0a0e5eb287754910a8b0c325410d5495ab04a3e Issue-ID: INT-406 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-03-22Merge "Adding support to use golang jenkins plugin"Jessica Wagantall2-8/+12
2018-03-22Merge "Restore amsterdam build job for demo repo"Jessica Wagantall2-4/+2
2018-03-21Restore amsterdam build job for demo repoGary Wu2-4/+2
ETE Robot suites in amsterdam still have dependencies on staging artifacts, which have disappeared from the staging repos. Restore the amsterdam jobs so that we can re-create these artifacts and release them. Also remove obsolete release-1.0.0 jobs. Change-Id: If7afb3be03b11c17c8908ec40ed8afeebd77d0d6 Issue-ID: INT-406 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-03-21Adding OSDF csit jobSastry Isukapalli1-0/+14
Issue-ID: OPTFRA-22 Change-Id: Iddada1c14f63315be0416b10f5c9c31866d32cde Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
2018-03-21Merge "Update docker tag convention"Jessica Wagantall1-2/+2
2018-03-21Adding support to use golang jenkins pluginKiran Kamineni2-8/+12
Jenkins server has the golang plugin installed for version 1.10. Modifying the template to use that so that future template definitions do not need to download golang each time. This reduces total build time and network bandwidth usage. Issue-ID: AAF-184 Change-Id: Ib91f4fb8aa8845bd20d98ba636dffcadf34da297 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-21Update docker tag conventionJessica Wagantall1-2/+2
Update docker tagging script used by aai repos. Change-Id: Ib3207f175fd41a8e90664bb1a139d4e0a3fcf259 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-21Merge "Add release-version-java-shell-daily"Jessica Wagantall1-0/+86
2018-03-21Merge "Add build and SONAR jobs for mapper"Jessica Wagantall1-0/+18
2018-03-21Merge "Add build, clm and sonar jobs for PRH"Jessica Wagantall1-0/+32
2018-03-21Merge "Add missing jobs for sdnc/features repo"Jessica Wagantall1-0/+21
2018-03-21Add build and SONAR jobs for mapperLusheng Ji1-0/+18
Adding verify, merge, daily release, and SONAR jobs fo dcaegen2/services/mapper repo. Issue-ID: DCAEGEN2-206 Change-Id: I1d55688f59b7da4731978477fa96295566c84f02 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-21Add build, clm and sonar jobs for PRHLusheng Ji1-0/+32
Add a jjb definition file for the PNF Registration Hander microservice for verify, merge, daily release, CLM, and SONAR jobs. Issue-ID: DCAEGEN2-206 Change-Id: I190ec83d0445e7f552701d8973859f0c347cdccc Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-03-21Update vfc-gvnfm-vnfres yaml templateying.yunlong1-1/+1
Vfc-gvnfm-vnfres sonar job failed, because sonar job name is not consistent with project name. Change-Id: I35d3287b253c74120691bf13d00f282ba5a956b9 Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2018-03-21Update vfc-gvnfm-vnfmgr yaml templateying.yunlong1-1/+1
Vfc-gvnfm-vnfmgr sonar job failed, because sonar job name is not consistent with project name. Change-Id: Iff33ae007ac44e03aafb213ec4bf02e59e41065b Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2018-03-21Update vfc-gvnfm-vnflcm yaml templateying.yunlong1-1/+1
Vfc-gvnfm vnflcm sonar job failed, because sonar job name is not consistent with project name. Change-Id: Ica15d79d00fd3b0ad8bb88f1beb90c3c726fffe6 Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2018-03-21Update vfc-svnfm-driver yaml templateying.yunlong1-13/+0
Remove unused svnfm driver sonar job, because every driver has its own sonar job. Change-Id: Ifc963ab303b3a95a37bb04b4f2b24d914bb371b3 Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2018-03-20Add missing jobs for sdnc/features repoTimoney, Dan (dt5972)1-0/+21
Add missing Jenkins jobs for sdnc/features repository Change-Id: I8d130659edf74a357085cbd049c34578f6ba5421 Issue-ID: CIMAN-148 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-03-20Add release-version-java-shell-dailyJessica Wagantall1-0/+86
Add release-version-java-shell-daily to support shell scripts which is needed by vfc/nfvo/driver/vnfm/svnfm Change-Id: I4f3b5af777ee7cd7e2de57200e7932591f660d82 Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-20Merge "Add Golang Docker image build support in CI"Jessica Wagantall2-0/+12
2018-03-20Merge "Add root merge and verify jobs"Jessica Wagantall2-0/+4
2018-03-20Merge "Use ubuntu node for packer"Jessica Wagantall1-1/+1
2018-03-20Add Golang Docker image build support in CIShashank Kumar Shankar2-0/+12
This patch adds support to build/upload music-distributed-kv-store-image to nexus. For context: The docker-build.sh script is this: [1] [1] - https://git.onap.org/music/distributed-kv-store/tree/deployment/docker-build.sh Change-Id: I3320046d243d3452d12e2d5a06db1e04c832a269 Issue-ID: MUSIC-59 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-20Merge "Update vfc-gvnfm-vnfres yaml templete"Jessica Wagantall1-1/+1