summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2019-06-26Merge "Add Jenkins job for SDC DCAE-DS"Jessica Wagantall1-0/+19
2019-06-26Merge "Allow staging images only on OOM staging branch"Jessica Wagantall1-6/+10
2019-06-26Update servicechange-handler goalsJessica Wagantall1-0/+1
Update maven-docker-stage goals Change-Id: I10ba47ea21f8e69890c85cb62d6c56eb913f774c Issue-ID: CIMAN-250 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-26Merge "Migrate to gerrit-maven-stage (POLICY)-3"Jessica Wagantall4-0/+43
2019-06-26Allow staging images only on OOM staging branchGary Wu1-6/+10
Issue-ID: INT-1055 Signed-off-by: Gary Wu <gary.wu@futurewei.com> Change-Id: Idde622a1b4160f6f87b42e0252d902b5f3dd84d4
2019-06-26KUD deployment should be run as non-rootSamuli Silvius1-5/+2
Root user was used, that break the deployment as ssh keys not supposed to be setup for root. Issue-ID: MULTICLOUD-635 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Change-Id: I2dc82620562ad5924788070d219c6e49db4460b1
2019-06-25Upgrade global-jjbJessica Wagantall1-0/+0
Allow fixes to self release service. Allow yamllint verification in INFO.yaml. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ibd6eb80621d1738f46ed75b286f1e0ccbf4253c8
2019-06-25Merge "Migrate to gerrit-maven-stage (AAI)-1"Andrew Grimberg1-0/+4
2019-06-25Migrate to gerrit-maven-stage (POLICY)-3Jessica Wagantall4-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. Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I4ccd69bde2bb1e9d0710c2b46253024f6b5e7acb
2019-06-25Merge "Fix WhiteSource Jenkins tab"Andrew Grimberg1-1/+1
2019-06-25Merge "Fix policy maven-docker-stage"Andrew Grimberg2-4/+2
2019-06-25Merge "Migrate gerrit-maven-stage (DCAEGEN)-1"Andrew Grimberg3-0/+21
2019-06-25Migrate to gerrit-maven-stage (AAI)-1Jessica Wagantall1-0/+4
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: I6c1ba3047c1318a5aa7cdaa09672c44abcad0802 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-25Fix policy maven-docker-stageJessica Wagantall2-4/+2
policy-api and policy-pap code scripts have an ubuntu dependency and need to run in ubuntu node. Skip signing artifacts since SIGUL only works on Centos. Change-Id: Ic7ae5950a92c538eed8babc4b33d3ec5288954bf Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-25Migrate gerrit-maven-stage (DCAEGEN)-2Jessica Wagantall4-0/+35
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: I6f12f883fadcb0a94190cc1b2080b559b342663c Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-25Merge "Use the `docker` profile to build VID's container"Jessica Wagantall1-0/+1
2019-06-25Fix WhiteSource Jenkins tabJessica Wagantall1-1/+1
Accidentally used "view" instead of "project". Change-Id: Ib089a6f7067ad08bc2ea5fa918c03c09dd36e5cf Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-06-25Use the `docker` profile to build VID's containerIttay Stern1-0/+1
Issue-ID: CIMAN-234 Change-Id: If7dccebec7c28d975ce26d69fe1291ea3e442659 Signed-off-by: Ittay Stern <ittay.stern@att.com>
2019-06-25remove release-version-java-daily jobyangyan1-1/+0
Issue-ID: VFC-1424 Change-Id: I1161fae313061c163329c84a8d8e33c4c7c47c0b Signed-off-by: yangyan <yangyanyj@chinamobile.com>