summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-07-07Remove SDC Dublin jobsOfir Sonsino13-26/+0
Change-Id: If56ab9bad2f74e1454bc920beb7e0e2eb26505df Issue-ID: SDC-2418 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-06-12Point SDC jobs to masterOfir Sonsino11-20/+20
Change-Id: I5f9ddaa573d48c856c5f7e3623948c7c43f5a267 Issue-ID: SDC-1913 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-06-12Merge "Update node for music job"Andrew Grimberg1-1/+1
2019-06-11Update node for music jobJessica Wagantall1-1/+1
Music-prom still depends on Ubuntu to run. Update node to an Ubuntu one. Change-Id: I0b4cf4ad9366ec387310950513660d8aee934d41 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-12Validate downloaded Coverity tool checksumArtem Naluzhnyy1-0/+14
Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: I73dae5c4c5bd3dd73957809b4265009b529ebca0
2019-06-12Check Coverity service API usage quotaArtem Naluzhnyy1-0/+25
Check if we are allowed to submit results to Coverity Scan service and have not exceeded our upload quota limits. See also: https://scan.coverity.com/faq#frequency Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: I71479cfdd8403e717e6c807a8afb5aadad25fdde
2019-06-12Add Coverity job description with link to defects report.Artem Naluzhnyy1-1/+17
Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: I2590d005b89a7b248c2893c9c41ff129572df071
2019-06-11Remove job specific Coverity parameters from build parameters.Artem Naluzhnyy1-16/+5
All builds of a job should have the same Coverity parameters. Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: I94be00a5ec044f576b9fe0c5d3b8c642e1921a79
2019-06-11Simplify "gerrit-maven-coverity" JJB template structure.Artem Naluzhnyy1-21/+11
The commit does not change generated job. Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: I136b233aa3811ab8e32327f8ab2b56d87ff13976
2019-06-10Run sdnc staging on centos nodeTimoney, Dan (dt5972)3-3/+9
Run sdnc staging jobs on Centos node so that SIGUL can sign artifacts. Change-Id: I4db6c60119f8f7caaa4c15e0d7826b54aa0f5eed Issue-ID: CIMAN-259 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-06-10Update Centos nodesJessica Wagantall4-4/+4
Update to a newer image since the one being used previously was too old and not based on the latest common-packer. Change-Id: Ic7f060b89a44d4817c4739c6f2b2faa563bd281a Issue-ID: CIMAN-34 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-10Use Centos vars from common-packerJessica Wagantall1-6/+0
Use vars/centos-7.json from common packer instead of using the local file. Change-Id: I86386b0ac932ea08a33ac5efbd5184932d560d9d Issue-ID: CIMAN-34 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-10Merge "Add JJB template for static code analysis by Coverity Scan service"Andrew Grimberg3-0/+219
2019-06-10Remove invalid local-docker attributeJessica Wagantall1-1/+0
'install_recommends' is not a valid attribute for a Task. Change-Id: I70903be70b98c216a0e4797c73c24279892b52fc Issue-ID: CIMAN-34 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-10Add JJB template for static code analysis by Coverity Scan serviceArtem Naluzhnyy3-0/+219
"onap-gerrit-maven-coverity" JJB template runs 'mvn clean install' and then publishes results to Coverity Scan service for static code analysis. Usage example: - project: name: so-coverity jobs: - onap-gerrit-maven-coverity cron: '@daily' build-node: 'ubuntu1604-builder-4c-4g' project: 'so' project-name: 'so' branch: 'master' mvn-settings: 'so-settings' mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' mvn-params: '-Dmaven.test.skip=true' coverity-project-name: 'onap-so' coverity-token: 'PUT COVERITY TOKEN HERE' coverity-user-email: 'PUT USER EMAIL HERE' Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: I6f4fa6359b5be91932c5a1a1ed7ba0a4068ac152
2019-06-07Update base image for nodesJessica Wagantall6-6/+6
Update the base image used for several ONAP nodes to an available one. Seems like some of the currently being used images got removed and we need to update to an image that is available now to unblock Jenkins builds. Change-Id: Ic1f215a1614284db1635bbb08333332622c77198 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-06Merge "Change build node to docker"Jessica Wagantall2-24/+16
2019-06-06Change build node to dockerPamela Dragosh2-24/+16
We are changing these jobs to use Docker maven plugin so they need to always build on a docker node. Changed the merge and release to support docker. These may fail until we get these reviews in: gerrit.onap.org/r/c/policy/drools-applications/+/89204 https://gerrit.onap.org/r/c/policy/drools-pdp/+/89203 Issue-ID: POLICY-969 Change-Id: Ic02ab24bf95325914e906bfc3c55be0d4947b94a Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-06-05Switch dublin build back oto ubuntu nodeVijay Venkatesh Kumar1-2/+23
Change-Id: Ifb12047b42bbad00e3b8d62a040c985b66eb28ff Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1520
2019-06-04Merge changes from topic "gerrit-maven-stage"Jessica Wagantall5-13/+12
* changes: Remove deprecated music release jobs Remove old release jobs USECASEUI
2019-06-04Remove deprecated music release jobsJessica Wagantall3-11/+12
- music-mdbc-master-release-version-java-daily has been replaced by music-mdbc-maven-stage-master - docker-version-java-daily jobs should be replaced by gerrit-maven-docker-stage jobs Change-Id: I0c063efc2ce9ad21b28cb9b54312046e4a211ce2 Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-03Remove deprecated AAF jobsJessica Wagantall3-5/+0
These jobs have been repleaced by maven-stage Change-Id: I0819a1d9c60038b46cba324cd0048cb6cebf8a0e Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-03Migrate to gerrit-maven-stage (AAF)Jessica Wagantall3-0/+14
Migrate to use gerrit-maven-stage from global-jjb to allow the generation of signed release artifacts that will reduce release processing time. Change-Id: I1f1a97150785f2625fc7a29787303a3359e9f9b1 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-03Merge "fix build-nfvo-svnfm-driver-docker-image"Jessica Wagantall1-5/+0
2019-06-03Merge "Remove unneeded ccsdk/sdnc Casablanca jobs"Jessica Wagantall14-62/+0
2019-06-03Update stream name for CLAMPChrisC2-2/+2
Updated stream name in CSIT and main clamp yamls to reflect the branch they refer to Change-Id: Ifc9554dd7f656ec42e8feee287acda19fe0c9e65 Issue-ID: CIMAN-257 Signed-off-by: ChrisC <christophe.closset@intl.att.com>
2019-06-03Remove unneeded ccsdk/sdnc Casablanca jobsTimoney, Dan (dt5972)14-62/+0
Remove casablanca branch Jenkins jobs for CCSDK and SDNC projects. These are no longer needed since there will not be another casablanca mtce release. Change-Id: I2ff0ba87a16bc236f0c624c9efc8448783edd135 Issue-ID: CIMAN-258 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-05-31fix build-nfvo-svnfm-driver-docker-imagetianxing1-5/+0
Change-Id: I4c9c201f12cc2350ba701f30adcf5b8b4f923840 Issue-ID: VFC-1404 Signed-off-by: tianxing <15210838572@139.com>
2019-05-29Merge "Add sdc-be-common jjb"Jessica Wagantall1-0/+55
2019-05-29Only allow release images in helm chartsGary Wu1-0/+8
Going forward, only released docker images are allowed in helm charts. Teams wishing to test staging versions need to do so via a helm override file. Issue-ID: INT-1055 Signed-off-by: Gary Wu <gwu@futurewei.com> Change-Id: Ieba662f8ec3474cca1e0d55dd7e3692ffdb726f5
2019-05-29Add sdc-be-common jjbOfir Sonsino1-0/+55
Change-Id: Iee89bd9aca050004b14247d430b4e515674dd989 Issue-ID: SDC-2339 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-05-28Merge "Update policy to include dublin branchs"Jessica Wagantall13-55/+178
2019-05-28Remove old release jobs USECASEUIJessica Wagantall2-2/+0
Remove deprecated release-version-java-daily jobs. gerrit-maven-stage replace these jobs now. Change-Id: Ibec27d211f02d18f3a6d91cee958b23127cde135 Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-05-28Update policy to include dublin branchsPamela Dragosh13-55/+178
Dublin branches created, need to update jobs to work with those branches. Removing trailing branch: master to ensure the correct branch is used for each csit. Issue-ID: POLICY-1747 Change-Id: I75dec37e0a49ae0c1bde95ffc6f56b7a8cf3fdb4 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-05-28Add gerrit-maven-docker-stage clampJessica Wagantall1-1/+8
Add docker global-jjb job for clamp. Use docker centos node for gerrit-maven-stage. Change-Id: Ibd6f73dd563b406dbd72cf744dbe4ee68ac0cc0b Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-05-28Update jobs for CLAMPChrisC2-2/+2
Replace Casablanca streams with Dublin streams Issue-ID: CIMAN-257 Change-Id: I2076bc1f65c6e56aa142fdb0ba18c457ac54b9f1 Signed-off-by: ChrisC <christophe.closset@intl.att.com>
2019-05-24Merge "Added Jenking Job Configuration for FGPS"Jessica Wagantall3-0/+113
2019-05-24Remove EXAPI retired jobsJessica Wagantall1-9/+2
These two jobs are replaced by gerrit-maven-stage and gerrit-maven-docker-stage. Run the proper docker profile for gerrit-maven-docker-stage. Use working node for gerrit-maven-docker-stage. Change-Id: Ide4752011881bcafa41a261333ee7ccf2652d52b Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-05-24Merge "Add jjb maven stage job"Jessica Wagantall1-0/+5
2019-05-24Added Jenking Job Configuration for FGPSSudarshan Kumar3-0/+113
Added Jenking Job Configuration for OPTF/FGPS Issue-ID: CIMAN-256 Change-Id: Ia50957d5e99ba1cbee30b43e24fff5c096321a91 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-05-24Add jjb maven stage jobMatthieuGeerebaert1-0/+5
Change-Id: Icaaf2fe97195689b497ca60d39000416f7c19a84 Issue-ID: EXTAPI-250 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2019-05-22Add mising mvn-pom varJessica Wagantall1-0/+1
Add missing mvn-pom variable for modeling versions step. Change-Id: I1cf20d780dc4b9c6a106b98a00eea32f9b83de88 Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-05-21Migrate to gerrit-maven-stage (MOD)Jessica Wagantall2-2/+9
Migrate to use gerrit-maven-stage from global-jjb to allow the generation of signed release artifacts that will reduce release processing time. Change-Id: I26628b5159ac3b4bd07105007025c0497b954126 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-05-21Add dublin branch for dcaegen2 docVijay Venkatesh Kumar1-0/+2
Change-Id: Ifd7cb4fb66a645ab4f96e18d081689033d547650 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1270
2019-05-19Change build-node to centos for pluginVijay Venkatesh Kumar1-3/+3
Change-Id: I2eb1b2af6147b68018396008aa5471c6d0e6b702 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1520
2019-05-21Move node for ubuntu builder nodeJessica Wagantall1-1/+1
Revert node switch changes until optf python issues are debugged. Change-Id: Id37406d1222235182f0bd5f42d9012fae0359782 Issue-ID: CIMAN-34 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-05-21Build VID from dublin branchIttay Stern2-5/+6
- Add "dublin" build jobs - Revert "Migrate to gerrit-maven-stage (VID)" - Revert "Switch release jobs for VID." This reverts commits 442f526a, a9131da3 Issue-ID: CIMAN-234 Change-Id: I7e09924417035786f626858e9f0770589b522d58 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-05-20Merge "Switch to dublin branches for AAI repos"Jessica Wagantall23-46/+46
2019-05-20Switch to dublin branches for AAI reposJimmy Forsyth23-46/+46
Issue-ID: AAI-2415 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ib65ff7fbce88316750eea0c7f01c58b28b06b3b8
2019-05-20Remove centos7 helm nodeJessica Wagantall1-1/+0
There is no need to build a centos7-helm node as all helm tasks are currently running just in ubuntu. Change-Id: Ic57771d3a33bb81d3bbeaa55b32a2b1cdb9eeb66 Issue-ID: CIMAN-34 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>