summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-07-03Merge "Fix DMAAP datarouter maven-docker-stage"Jessica Wagantall1-1/+1
2019-07-03Merge "Migrate to gerrit-maven-stage (VNFSDK)"Jessica Wagantall4-0/+26
2019-07-03Force maven version 3.5Timoney, Dan (dt5972)8-0/+25
CCSDK requires maven version 3.5 or greater, needed by OpenDaylight Neon release. Change-Id: I2f696cc14a16ca0992030f6327ba05bb24fd28f8 Issue-ID: CCSDK-1389 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-07-03Fix DMAAP buscontroller maven-docker-stagedglFromAtt1-1/+1
Use docker:push instead of -DdockerPush Change-Id: Ifee971ba28cfd7fa2b64c523301fd593c8dba87f Issue-ID: CIMAN-33 Signed-off-by: dglFromAtt <dgl@research.att.com>
2019-07-03Fix DMAAP datarouter maven-docker-stageefiacor1-1/+1
Change-Id: I145960b219bd2a6e99ed7230e1bdd15d2e25260e Issue-ID: CIMAN-33 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-07-02Clean policy-parent old release jobPamela Dragosh1-2/+0
Forgot this. Issue-ID: POLICY-1737 Change-Id: If24c70d2e8580a19d9aebb8b0516143510f1afde Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-07-02Merge "Update champ and chameleon jjbs"Jessica Wagantall4-10/+25
2019-07-02Migrate to gerrit-maven-stage (VNFSDK)Jessica Wagantall4-0/+26
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: I77f1c4bcd60ae9402a69ab62977177b7805fe460 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-07-02Update champ and chameleon jjbsJimmy Forsyth4-10/+25
Also rest-client and router-core Issue-ID: AAI-2482 Issue-ID: AAI-2483 Issue-ID: AAI-2484 Issue-ID: AAI-2485 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I0fc6980d2120233ed849f8d1066e827d8314832c
2019-07-02Final cleanup policy jobsPamela Dragosh5-137/+0
Removed dublin jobs and cleaned out old release jobs. Turned off CSIT for dublin. Issue-ID: POLICY-1737 Change-Id: I1d983c334040c276f1217202c94ff58f4e918e33 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-07-01Fix DMAAP maven-docker-stageJessica Wagantall4-7/+3
mvn-goals were switched by mvn-params. Fix this variable. Fix params to include -P docker for docker profile. Remove dmaap-kafka-maven-stage-master. Kafka only produces docker images. Change-Id: If4c74fb7b1a212e54b04468b7769a128fde2b346 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-07-01Merge "Clean up policy dublin and release jobs"Jessica Wagantall8-212/+0
2019-07-01Merge "Migrate policy distribution"Jessica Wagantall1-0/+10
2019-07-01Clean up policy dublin and release jobsPamela Dragosh8-212/+0
No longer releasing dublin artifacts and cleaning out the old release jobs no longer needed due to global-jjb migration. Issue-ID: POLICY-1737 Change-Id: I914ff64b12845d8fad19cf97620dfd346c3fcc32 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-07-01Merge "Update maven-docker-stage for policy"Jessica Wagantall1-2/+1
2019-07-01Migrate policy distributionJessica Wagantall1-0/+10
Migrate to global-jjb gerrit-maven-stage and gerrit-maven-docker-stage Change-Id: I3e66c89c34969d96561d4c7204901fae1e7337d4 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-07-01Update maven-docker-stage for policyJessica Wagantall1-2/+1
Update policy-drools-applications-maven-docker-stage-master to skip signing of jar artifacts (not needed for docker images) Run build in ubuntu node. Change-Id: I9fb97f5328c01adb7e8e7933de96d3f3e3930ba5 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-07-01Prep repos for global jjbJimmy Forsyth5-13/+26
Issue-ID: AAI-2478 Issue-ID: AAI-2479 Issue-ID: AAI-2480 Issue-ID: AAI-2493 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iac93483d89bb973ef399e133d51d552194e41a2c
2019-07-01Merge "Migrate to gerrit-maven-stage (SO)"Jessica Wagantall2-0/+14
2019-07-01Merge "Migrate to gerrit-maven-stage (MSB)"Jessica Wagantall4-0/+16
2019-07-01Merge "Prep babel for global jjb"Jessica Wagantall1-4/+9
2019-07-01Prep babel for global jjbJimmy Forsyth1-4/+9
Issue-ID: AAI-2477 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I37de766101e2d4bc4f567558bb32ba7148ba92ca
2019-07-01Add static code analysis support for JavaScript/Python/Ruby/PHP.Artem Naluzhnyy2-2/+26
Two JJB project parameters have been introduced: * 'coverity-search-paths' - space separated list of paths that contain source code to analyse; * 'coverity-search-exclude-regexs' - space separated list of file name regexps to exclude from analysis. Example: project: name: 'sdc-coverity' jobs: - onap-gerrit-maven-coverity ... coverity-search-paths: 'catalog-ui/src/ openecomp-ui/src/ dox-sequence-diagram-ui/src' coverity-search-exclude-regexs: '/node_modules/' Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: I8050a75a731c893ec2173f66d2e881fcc0877ed0
2019-06-28Upgrade policy/docker to staging jobsPamela Dragosh1-5/+5
Issue-ID: CIMAN-234 Change-Id: I5049dfd204f0099fd8d49f8ffd2156d84e4a744c Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-06-28Add docker profile to docker stage jobJimmy Forsyth1-1/+1
Issue-ID: AAI-2467 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I65a281a0711bf51796ab83e83baa3e1366246cc1
2019-06-28Modify Elang installVanessa Rene Valderrama1-1/+1
The Ubuntu 16.04 docker image builds are failing because the path to the Erlang package is incorrect. This change is to update the path. Issue-ID: CIMAN-33 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: Id22d677f08eed116baea7ab0d56c375aeac279e4
2019-06-28Merge "Prepare schema-service for global-jjb"Jessica Wagantall1-4/+8
2019-06-28Prepare schema-service for global-jjbJimmy Forsyth1-4/+8
Issue-ID: AAI-2467 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I340946518f218c0546cafc777412a07b6ccb2cbd
2019-06-28Merge "Migrate to gerrit-maven-stage (DMAAP)-2"Jessica Wagantall4-0/+22
2019-06-28Migrate to gerrit-maven-stage (SO)Jessica Wagantall2-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: I6bbd6f937347f1920a80879535d3c90137393640 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-28Fix DCAE maven-stage jobsJessica Wagantall2-2/+1
dcaegen2-platform-servicechange-handler does not handle jar artifacts, only docker. No need to include the signing step. dcaegen2-services-sdk requires docker services. Moving to a docker node. Change-Id: Id7b75cd02752a2ea063d1117cca62326d42c39b2 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-27Merge "Update Ubuntu base image"Jessica Wagantall1-0/+7
2019-06-27Migrate to gerrit-maven-stage (DMAAP)-2Jessica Wagantall4-0/+22
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: I4f2649322f732562d6873c2f6d109a73aa3da225 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-27Update Ubuntu base imageVanessa Rene Valderrama1-0/+7
Updating the Ubuntu base image to install Jinja2 Issue-ID: CIMAN-33 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I39d82166aed3c897690f82558dc7d5bf406dd030
2019-06-27Merge "Migrate to gerrit-maven-stage (DMAAP)"Jessica Wagantall7-0/+43
2019-06-27Merge "Decommission java and docker manifests"Jessica Wagantall1-38/+0
2019-06-27Merge "KUD deployment should be run as non-root"Jessica Wagantall1-5/+2
2019-06-27Merge "Archive Coverity analysed files list to the logs server"Jessica Wagantall2-0/+12
2019-06-27Merge "Remove deprecated VID jobs"Jessica Wagantall1-20/+0
2019-06-27Decommission java and docker manifestsGary Wu1-38/+0
Change-Id: I4e9878f57f1f5b689e7ba5817beea00242973e95 Issue-ID: INT-1128 Signed-off-by: Gary Wu <gary.wu@futurewei.com>
2019-06-27Merge "Increase cpu/mem for policy/engine stage job"Jessica Wagantall1-1/+1
2019-06-27Migrate to gerrit-maven-stage (DMAAP)Jessica Wagantall7-0/+43
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: I232c77897ea582f44e4496ccbedca9352f0dfc5a Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-27Increase cpu/mem for policy/engine stage jobPamela Dragosh1-1/+1
This job JUnits need to have more memory/cpu to finish. Will need to use the docker version for 8c 8g, there is no builder. Issue-ID: CIMAN-33 Change-Id: I9f0b43d4a5bf00200ef94daad11975d9e5f53af6 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-06-27Merge "Fix PM Mapper image bug"Jessica Wagantall1-1/+2
2019-06-27Fix PM Mapper image bugdfarrelly1-1/+2
Issue-ID: DCAEGEN2-1646 Change-Id: I995524d6c8149c6662851cd051fb70bcc95fe87b Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-06-27Archive Coverity analysed files list to the logs serverArtem Naluzhnyy2-0/+12
The list is stored in "cov-int/coverity-scan-analysed-files.log". Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: Id27cb466977e0bd11e004fd819f66697ca16c26b
2019-06-27Bring sandbox instructions up to datekaihlavi1-11/+15
- sandbox permissions request now by ticket rather than e-mail - update jenkins_jobs.ini usage instructions - typos and grammar Issue-ID: CIMAN-261 Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com> Change-Id: Ibab58dabab74b5b5a7d2a38ae70c096af9a8218d
2019-06-26add back in verify step of the buildDR695H1-1/+18
Issue-ID: TEST-170 Change-Id: I06a4a584939f6d3b9b5d54e116d603032e54bbad Signed-off-by: DR695H <dr695h@att.com>
2019-06-26Remove deprecated VID jobsJessica Wagantall1-20/+0
maven-stage and maven-docker-stage replace these jobs Change-Id: I766dd6b32dbdec9c7ddf079ee9d59acddf059691 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-26Merge "Update servicechange-handler goals"Jessica Wagantall1-0/+1