summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-09-05Switch configbinding sonar jobLott, Christopher (cl778h)1-3/+3
Use gerrit-tox-sonar instead of gerrit-maven sonar to ensure that tox runs first, then maven to report. Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com> Issue-ID: DCAEGEN2-1729 Change-Id: I37555c1882ebe3d3d1a9f43be28d87dbb3eedda6
2019-09-05Update jjb subproject name for modeling/etsicatalogdyh3-20/+20
Change-Id: I210cba2e1bd7ed785da0d6ac3dc6c26fa69acaed Issue-ID: MODELING-218 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2019-09-04Merge "Fix for sonar job"Jessica Wagantall1-2/+0
2019-09-04Merge "Fix profile to build image"Jessica Wagantall1-2/+2
2019-09-04Merge "Align verify and staging tox jjb config"Jessica Wagantall1-2/+2
2019-09-04Build elalto branch of policy/parent and commonjrh32-0/+4
Change-Id: I093c85c56cd6f186ca61b005724047c24f7cac33 Issue-ID: POLICY-2045 Signed-off-by: jrh3 <jrh3@att.com>
2019-09-04Fix for sonar jobwsliwka1-2/+0
Issue-ID: VID-576 Signed-off-by: wsliwka <wojciech.sliwka@nokia.com> Change-Id: I7f35d994cbfc977a4015f3993cc0fa815489f782
2019-09-04Fix profile to build imageDmitry Puzikov1-2/+2
Docker image build was moved to separate maven profile and thus job needs to be fixed. Change-Id: Idae5f420f85c9d28f6ef150bfe88a835c50627fe Issue-ID: AAI-2595 Signed-off-by: Dmitry Puzikov <dmitry.puzikov@tieto.com>
2019-09-03Merge "Fix APPC GC Maven Merge Job"Jessica Wagantall2-0/+8
2019-09-03Merge "Allow vars in verify job"Jessica Wagantall2-2/+5
2019-09-03Fix APPC GC Maven Merge JobHoua Yang2-0/+8
Add JAVA and MVN opts set for merge job. Issue-ID: CIMAN-33 Signed-off-by: Houa Yang <hyang@contractor.linuxfoundation.org> Change-Id: I4bc2730aa96aa0ca39c81b50112449e5b18145f2
2019-09-03Merge "Move Coverity Scan toolset out of working directory"Jessica Wagantall1-8/+9
2019-09-03Allow vars in verify jobJessica Wagantall2-2/+5
Allow verify-java inject additional env variables. Allow TESTCONTAINERS_RYUK_DISABLED=true in dcaegen2 verify job. Change-Id: I9dc9dffd084e1f7a43dbe6521fb698aa9b242219 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-09-03Merge "fix MSB-discovery maven docker stage job"Jessica Wagantall1-2/+2
2019-09-03Merge "Adding sdc parser release job"Jessica Wagantall2-0/+4
2019-09-03Merge "Break down SDC CLM"Jessica Wagantall1-3/+17
2019-09-03Merge "Update global-jjb"Aric Gardner1-0/+0
2019-09-03Move Coverity Scan toolset out of working directoryArtem Naluzhnyy1-8/+9
This is to avoid static code analysis of the Coverity Scan toolset itself. Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: I32b6a42ce455ab5f7f5334921f6fde7e41d919f2
2019-09-03Merge "Add workaround for broken git repo polling by Jenkins"Jessica Wagantall2-4/+43
2019-09-03Update global-jjbJessica Wagantall1-0/+0
Upgate to fetch INFO yaml verify improvements and release job updates Change-Id: Ie07415300270dbd65ace0152c5c39f99a114e47c Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-09-03Add jobs for docker elalto branchPamela Dragosh1-0/+2
Branching for El Alto Issue-ID: POLICY-2045 Change-Id: I9dd61e3e1b3431b4bf9305aff400f06c31f12a89 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-09-03Add workaround for broken git repo polling by JenkinsArtem Naluzhnyy2-4/+43
To save our Jenkins lab resources and Coverity Scan submission quota we can run the scan if there were recent commits only. At the moment the following JJB configuration does not work properly for ONAP repositories: triggers: - pollscm: cron: '@daily' As a workaround a new job build parameter is introduced - 'max-git-repo-age-hours'. If set to non-zero run the code scan only if there were no git repository commits last max-git-repo-age-hours hours. It makes sense to set the value twice the 'cron' interval for the job (e.g. if 'cron: @daily', then max-git-repo-age-hours=48). Issue-ID: CIMAN-260 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com> Change-Id: I82ce092e9b8bb423e9db8b3958d6cfa3b527b33b
2019-09-01Adding sdc parser release jobOfir Sonsino2-0/+4
Change-Id: Id60fc9e64844f75d992a52d2c155d25557595d1f Issue-ID: SDC-2504 Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
2019-08-31Align verify and staging tox jjb configumry83641-2/+2
Issue-ID: INT-1228 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: I546d58d68a7bafc7db5a54c18d4e0e7d6ffea35a Signed-off-by: umry8364 <morgan.richomme@orange.com>
2019-08-31fix MSB-discovery maven docker stage jobHuabing Zhao1-2/+2
Issue-ID: MSB-375 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I70b3f21ffcc365252a7d8e00e032c05f0d4ca41b
2019-08-30Fix APPC GC Maven issuesJessica Wagantall2-1/+8
APPC needs both JAVA and MVN opts set to: -Xmx4000m -XX:MaxPermSize=256m Add support for local java verify job. Issue-ID: CIMAN-33 Change-Id: I76a82a05ec66b6d8584471685ec9e72df0bb8de4 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-08-30Add release job for oparentPamela Dragosh1-0/+3
Missing the release job for oparent. Issue-ID: INT-1233 Change-Id: Ifc6a1cbfce352a98745c94616d6d3790c70f3a72 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-08-30Merge "Update the build node used for multicloud-k8s"Jessica Wagantall1-1/+1
2019-08-30resolve JJB GC issueTaka Cho1-1/+1
change mvn-option Change-Id: I944f6ed73e0565ff4e1259305b615c5aa65a19e6 Issue-ID: APPC-1711 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-08-29merge-verify job failed on GCTaka Cho1-0/+1
add an mvn-opts: -Xmx512m -XX:MaxPermSize=128m Change-Id: Ib14d6437fbafec7b9992d86a64a23ae7565efe9a Issue-ID: APPC-1711 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-08-28Update the build node used for multicloud-k8sKiran Kamineni1-1/+1
The multicloud-k8s build uses golang plugins and these builds are parallelized. The linker uses about 920MB per plugin during the link phase and this is causing the build machine to run out of memory where we are compiling 4+ plugins on the system. Issue-ID: MULTICLOUD-666 Change-Id: I796fdf5883729d6d805d56a9754fb3b032e13995 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-08-28VVP - Consistent build nodes for all jobsLovett, Trevor1-0/+1
Issue-ID: VVP-281 Change-Id: Ib6156dde10eff917f0dab58b0f4f671614a6d646 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
2019-08-28Merge "Add SO self release job changes"Jessica Wagantall0-0/+0
2019-08-28Merge "Add libs self release job changes"Jessica Wagantall1-0/+2
2019-08-28Add libs self release job changesseshukm1-0/+2
Issue-ID: SO-2260 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ifcdd11790efef019da24ebd28fcc457205b7a533
2019-08-28Add SO self release job changesseshukm1-0/+2
Issue-ID: SO-2260 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I836c112565df462406bd44e1570c776711444e86
2019-08-27Break down SDC CLMJessica Wagantall1-3/+17
Run CLM on catalog and onboarding profiles to be able to cover all repo CLM scan successfully. Change-Id: I4b5c3c9891672608147f02ee4d4e9e6cd7cfdf9a Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-08-27Merge "Fix CSIT merge job trigger"Jessica Wagantall1-2/+2
2019-08-27Fix CSIT merge job triggerPamela Dragosh1-2/+2
Somehow these got missed when we renamed some of these jobs. So they haven't been triggering the CSIT. Issue-ID: POLICY-2018 Change-Id: I093aaccf2511c39500a7e5f2695704e023bbf53f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2019-08-27Set up ci-management jobs as we convert to docker profileJimmy Forsyth5-5/+5
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ib3b416824653b9a4f0e8aced2de8bf74dcd73995
2019-08-27Merge "Add jenkins jobs for elalto-fluorine branches"Jessica Wagantall3-0/+6
2019-08-27Merge "Update CI jobs for r-2.6.0"Jessica Wagantall1-0/+2
2019-08-27Add jenkins jobs for elalto-fluorine branchesTimoney, Dan (dt5972)3-0/+6
For El Alto, SDNC will support both Fluorine and Neon based distribution since Neon port was done late in release cycle. Change-Id: I0f393002c8da9a5f7c2a804c8976fa29367c7e84 Issue-ID: CIMAN-308 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-27Add libs self release job changesseshukm1-0/+2
Issue-ID: SO-2260 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I495f2084536fd40a1ff3b69b96b8cc3b4f819e43
2019-08-26Revert "Update global-jjb"Jessica Wagantall1-0/+0
This reverts commit db6041fee188a67aa1a124c857b75b73c9767c8b. Change-Id: I042be249d406111dc16bf0ff870b80dbf8dfe58f Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-08-26Update CI jobs for r-2.6.0statta1-0/+2
Issue-ID: PORTAL-722 Change-Id: I57f63ea9c7732040f411f7493918c0e8e715340f Signed-off-by: statta <statta@research.att.com>
2019-08-26Update global-jjbJessica Wagantall1-0/+0
Update global-jjb to fetch support for container releases. Change-Id: I9f97024ad89cced0af7b63a7a9badf144d479f61 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-08-26Fix ccsdk/sli/plugins verifty buildTimoney, Dan (dt5972)1-0/+1
ccsdk/sli/plugins needs a larger build node. Issue-ID: CIMAN-307 Change-Id: I5d5b27dce2f86a94d3c3c84f40cf8305290f21fa Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2019-08-26Merge "Add release job for multicloud vio"Jessica Wagantall1-0/+2
2019-08-26Add release job for multicloud vioBin Yang1-0/+2
Change-Id: I71bfc3aa6dc51f7e4307ff59c53685df0eb98db0 Issue-ID: MULTICLOUD-773 Signed-off-by: Bin Yang <bin.yang@windriver.com>