summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-02-25Add CSIT tests to project repository for ccsdk/oranecaiyanlinux1-6/+11
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-3140 Change-Id: Ia4d013f32b56850059d2804741d5af4c2258dc9a
2021-02-25[SDC] remove unsupported logs by archiverChrisC2-10/+0
Seems like lftools does not support archiving files outside the jenkins workspace, got a couple of errorno 17, no time to debug this now so reverting to known good set of archive files Issue-ID: SDC-3465 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I55e44edc8f1c7c1ebf4e600e86b50d7de91d3267
2021-02-25Update DMaaP CSIT mail recipient, add verify jobLasse Kaihlavirta3-1/+4
- add or change CSIT job notification recipient to Fiachra Corcoran - add verify job for DMaaP DataRouter CSIT Issue-ID: DMAAP-1562, DMAAP-1551 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I1b5c5cfcbaa3b55babf6479b9ddeaa335518ef02
2021-02-24Revert "Update sonar scanner default to latest..."Eric Ball1-1/+1
This reverts commit f85c92920e00ce776ed25e70f1cd87678f2f02ab. The commit did not have the intended effect. It was meant to replace an outdated version of the sonar plugin, but this latest version is not available for mvn builds. The former version is the latest available via mvn, so we should just revert this commit. The fix for this problem will ultimately be to update the node.js version on the builder prior to running the scan. Change-Id: I4acf72e50c3f54b7b49a71833bdd7648de609802 Issue-ID: CIMAN-33 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2021-02-24Merge "[SDC] Use default template for CSIT jobs"Jessica Wagantall2-43/+22
2021-02-24[AAI][MODELLOADER] Support java 11 for model-loader jjbHarish Venkata Kajur1-2/+5
Issue-ID: AAI-3272 Change-Id: I96b36e8ba385489a7864cb546eef18b5a3fea8bf Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-02-24[SDC] Use default template for CSIT jobsChrisC2-43/+22
Revert from using integration templates for CSIT Use default verify-java template but keep split of jobs to save on running time Merge job is back to single job as we don't need // for merge Issue-ID: SDC-3465 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: I84a62d66a4aea8f0854e1202984a689bb3f5c58f
2021-02-24Merge "[OOM] Create a new project for legacy branches"Jessica Wagantall2-35/+89
2021-02-24Merge "[AAI][SPARKY] Support java 11 for sparky jjb"Jessica Wagantall1-2/+5
2021-02-24[OOM] Create a new project for legacy branchesSylvain Desbureaux2-35/+89
As helm compatibility is complex, let's break OOM verify job into two project: one for "old" versions and one for the new versions that doesn't support helm v2. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib7d3fa8b4d84eada23f84f2639df3d0d383ec9cb
2021-02-24Merge "Add *proper* Robot publisher for verifications"Lasse Kaihlavirta1-1/+1
2021-02-24Add *proper* Robot publisher for verificationsLasse Kaihlavirta1-1/+1
- follow-up to https://gerrit.onap.org/r/c/ci-management/+/118301 as project-specific CSITs archive their results to different dir Issue-ID: INT-1871 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I09164ff9c369af8375f1105f9efaed165875da31
2021-02-23[AAI][SPARKY] Support java 11 for sparky jjbHarish Venkata Kajur1-2/+5
Issue-ID: AAI-3272 Change-Id: Id31e8d9d1098296257835be6b25e09ff803b73fa Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-02-23Update sonar scanner default to latest versionEric Ball1-1/+1
The old version is causing scan failures, because it is using too old of a version of node.js. Using the latest version alleviates this. Change-Id: I6cdf0f8bb1243c21a16bb3415b564210e6c02af6 Issue-ID: CIMAN-33 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2021-02-23Merge "Update ubuntu builder and docker images"Jessica Wagantall5-5/+5
2021-02-23Merge "Add Robot and e-mail publishers to verifications"Jessica Wagantall1-0/+7
2021-02-23Merge "[SDC] Save more logs"Jessica Wagantall1-0/+4
2021-02-23Merge "[AAI] Update babel to use maven 3.6"Jessica Wagantall1-2/+5
2021-02-23Update ubuntu builder and docker imagesEric Ball5-5/+5
Change-Id: Ib9d3f2b9d91a828c6d255d917e7e2a018451dfde Issue-ID: CIMAN-33 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2021-02-23Add Robot and e-mail publishers to verificationsLasse Kaihlavirta1-0/+7
- add Robot and e-mail publishers to verification boilerplate template for review and merge verification JJB templates Issue-ID: INT-1871 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Icbd120cc828313c72f2013102867a2a9e5bd211b
2021-02-23[SDC] Save more logsChrisC1-0/+4
saving integration tests logs files retrieved from the running containers for debug purpose Issue-ID: SDC-3465 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: If125f49044684ab736f55c8052e6c0f664095c1c
2021-02-23[OOM] Disable Helm2 verification on master branchSylvain Desbureaux1-0/+3
Master branch is not helm2 compatible now. So let's remove job verification with helm2 for this branch. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I342a0e7e0e04132badf2279257310b3a969fb286
2021-02-22[CPS] Remove maven stage process all modulesBruno Sakoto1-1/+0
This change partially reverts 2c44be82. Adding processAllModules parameter did not fix the error to push artifacts to nexus for maven stage. Finally, the issue was fixed at maven application level with https://gerrit.onap.org/r/c/cps/+/118080 Issue-ID: CPS-175 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I44d6470d589605ff860315acad5c822c6d606839
2021-02-22Merge "Update Sonar Scanner version"Jessica Wagantall2-2/+2
2021-02-22[AAI] Update babel to use maven 3.6Harish Venkata Kajur1-2/+5
Issue-ID: AAI-3009 Change-Id: Ib79c40bce1bfef9179026eda16c5f1d97b22602a Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-02-22[SDC] Save Integration Suite ReportChrisC1-0/+9
SDC contributors have asked the ability to see the integration test suite reports that are produced by the build, saving this to build logs, hope this is ok Issue-ID: SDC-3465 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ib2bacb2dc9b88d9290dfa04955febadf3d3f981d
2021-02-22Merge "Add CSIT verify jobs to DMaaP"Lasse Kaihlavirta2-0/+2
2021-02-22Add CSIT verify jobs to DMaaPLasse Kaihlavirta2-0/+2
Issue-ID: DMAAP-1551 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I63d94fb563f5b0ef2570201a730e9736700811d8
2021-02-20Update Sonar Scanner versionvasraz2-2/+2
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Idd1ea02bb91c559331734af4f3614e13e79ea65e Issue-ID: CIMAN-401
2021-02-19Merge "[CPS] Create jobs for csp-temporal"Jessica Wagantall1-0/+81
2021-02-19Merge "Create cps/tbdmt subrepository for CPS"Jessica Wagantall1-2/+69
2021-02-19[CPS] Create jobs for csp-temporalBruno Sakoto1-0/+81
Issue-ID: CPS-190 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Icc0e6c004f81c1f5b5d0b1216bc338fd85fd81fc
2021-02-19Create cps/tbdmt subrepository for CPSClaudio D. Gasparini1-2/+69
Issue-ID: CPS-243 Signed-off-by: Claudio D. Gasparini <claudio.gasparini@pantheon.tech> Change-Id: I321588f59db73668ac9d8d82074f20b2a66b6c98
2021-02-19[OOM] fix repo init scriptSylvain Desbureaux1-2/+3
as helm3 binary is no more available, helm repo init script must use `$HELM_BIN` retrieved from prop file. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I56de1ddf62488ef8bd0b4a177263adeeb5149947
2021-02-18Switch policy-handler to global jjbvv770d1-8/+30
Change-Id: Id8eb9cd3e40d7b1475bc81b58e97c055d7175bc8 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2494
2021-02-18Automation adds cps-cps-tbdmt.yamlLF Jenkins CI1-0/+14
Issue-ID: CIMAN-33 Change-Id: I4d8f1cf72e99ed6a024f2a2765f90318388dfd73 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2021-02-18Merge "[OOM] Fix helm3.x job generation"Jessica Wagantall3-20/+44
2021-02-17Merge "switch trapcollector jobs to check job trigger problem"Jessica Wagantall1-19/+7
2021-02-17switch trapcollector jobs to check job trigger problemvv770d1-19/+7
Change-Id: I9cbb6bfe955ece685a77be99f671bd92328f3f58 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2494 Signed-off-by: vv770d <vv770d@att.com>
2021-02-17Merge "[CPS] Process all modules for maven stage version"Jessica Wagantall1-1/+2
2021-02-17Merge "Update sparky be to use openjdk11"Jessica Wagantall1-0/+6
2021-02-17Merge "Add job for new pmmapper tests - file processing"Jessica Wagantall1-0/+2
2021-02-17[CPS] Process all modules for maven stage versionBruno Sakoto1-1/+2
This change is to fix stage-release whose maven goal versions:update-child-modules is not updating child module versions as expected. Maven docker stage profile is also fixed. Issue-ID: CPS-175 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I7b3a1a2c64d50b3f5babdff1d08377167b1e7c16
2021-02-17Update sparky be to use openjdk11Harish Venkata Kajur1-0/+6
Issue-ID: AAI-3009 Change-Id: I1588970a257317f80443bc287ff503add358d4b0 Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
2021-02-17Add job for new pmmapper tests - file processingPiotr Marcinkiewicz1-0/+2
Issue-ID: DCAEGEN2-2600 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I99458f4a4fbf6be26b4113416e08a51684ca35ec
2021-02-17[OOM] Fix helm3.x job generationSylvain Desbureaux3-20/+44
It appeared that helm3.x job generation wasn't good. This patch takes another approach that should help with that. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I80a841f82195ee2975023fda34d23e4cf11185fa
2021-02-17[OOM] change variable namesSylvain Desbureaux1-6/+6
Clearly state we're installing helm 3.5 Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I1f7e5d48988ace4663796c7016bb9c622b8fde18
2021-02-16Merge "Update Helm node"Eric Ball1-1/+1
2021-02-16Update Helm nodeJessica Wagantall1-1/+1
Update Helm node to fetch Helm3.5 version update. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ia8cad231bd8ad3ec55b1d363421071fbf6e05086
2021-02-16Merge "Update helm provisioning file"Jessica Wagantall1-22/+22