summaryrefslogtreecommitdiffstats
path: root/jjb/dcaegen2/dcaegen2-platform.yaml
AgeCommit message (Collapse)AuthorFilesLines
2023-08-02CI: Remove Jenkins gerrit-info-yaml-verify jobJessica Wagantall1-9/+0
This verification has been moved to GitHub Actions and its enfoced for all repos. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I33c874815e0f0836dcf0e3f5d39a0e4829d286d6
2023-05-03Refactor: Cleanup for pre-commitAndrew Grimberg1-1/+1
Change-Id: I980c61ddff9d65c85032da3ee7b7b1a4e81540f6 Issue-ID: CIMAN-33 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2023-04-10Chore: Use a smaller node for release jobsJessica Wagantall1-1/+1
This is in order to save some costs since these jobs do not require a 8c-8g node Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Id0ec9e33ac4bc1c7c63dbd6bc7671c47aec996fa
2023-04-03Chore: Move to centos8-builderBengt Thuree1-1/+1
jjb/dcaegen2/dcaegen2-collectors-hv-ves.yaml jjb/dcaegen2/dcaegen2-collectors-restconf.yaml jjb/dcaegen2/dcaegen2-collectors-snmptrap.yaml jjb/dcaegen2/dcaegen2-collectors-ves.yaml jjb/dcaegen2/dcaegen2-collectors.yaml jjb/dcaegen2/dcaegen2-deployments.yaml jjb/dcaegen2/dcaegen2-platform-mod2-helm-generator.yaml jjb/dcaegen2/dcaegen2-platform-ves-openapi-manager.yaml jjb/dcaegen2/dcaegen2-platform.yaml jjb/dcaegen2/dcaegen2-services-datalake-handler.yaml jjb/dcaegen2/dcaegen2-services-heartbeat.yaml jjb/dcaegen2/dcaegen2-services-mapper.yaml jjb/dcaegen2/dcaegen2-services-pm-mapper.yaml jjb/dcaegen2/dcaegen2-services-prh.yaml jjb/dcaegen2/dcaegen2-services-sdk.yaml Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: I7f8db2af5e72de4b4774d91be33d94b4f58ca5e5 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-02-24Fix service repo rls jobVijay Venkatesh Kumar1-1/+1
Change-Id: I99a42426d8a047fa9c5528bd60953f1ec21e2010 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891
2020-02-24dcaegen2-platform fix extra release jobsAndrew Gauld1-0/+10
Signed-off-by: Andrew Gauld <agauld@att.com> Issue-ID: DCAEGEN2-1861 Change-Id: I62f3dd461ba3ed1debdbbb1a66977146251faf62
2020-01-14Ensure INFO runs in centosJessica Wagantall1-0/+1
Move INFO.yaml verify jobs to centos node to ensure there are no issues with Python packages. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ib696292b9785478175515694247854b2e4e1c37f
2019-11-13root level jobVijay Venkatesh Kumar1-0/+8
This repo will contain multiple sub-project each with its own set of verify/merge/release/clm/sonar jobs This top level job is only requiref for INFO.yaml verify Change-Id: Ieaa72c8990b2dc5877cd5c2004413ef769c723c1 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891
2018-02-21Remove noop Jenkins build jobsLusheng Ji1-34/+0
Remove JJB def for 3 no-code repos Remove SONAR jobs for repos in language other than Java and Python Change-Id: Ia0c8dbef1507b59975d573a790f97e18244baa9b Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-206
2018-02-20Add missing CLM jobs for dcaegen2Jessica Wagantall1-1/+2
Change-Id: I3a1f9ae72df1c981639fe597fd795299140bb852 Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-14Run sonar jobs once a dayJessica Wagantall1-0/+1
Change-Id: If9d9a676ade972890a3748f24a58c81541b5b1df Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-13Remove empty java-version in templatesJessica Wagantall1-1/+0
The new upgrade of global-jjb 0.16.0 is able to handle the java version better. We do not need to set this variable as empty anymore. Change-Id: I88cae9f4b49241b6045deee7fd696c18d781db1c Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-10Merge "Remove jjb for repos for amsterdam release"Jessica Wagantall1-2/+0
2018-02-10Remove jjb for repos for amsterdam releaseLusheng Ji1-2/+0
Several repos do not have release artifacts in Amsterdam. LF did not create Amsterdam branch for them. This caused the daily release job on Amsterdam branch of these repos to fail. This submission removes the jjb def for Amstedam branch of these repos. Issue-ID: DCAEGEN2-206 Change-Id: Ice7bf82f466051320c3f7cb6dd615dae90c53c00 Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-02-01Remove release-version-java-daily-no-sonarJessica Wagantall1-1/+1
gerrit-maven-sonar is now in place to run all the Sonar scans. "release-version-java-daily-no-sonar" and "release-version-java-daily" templates are exactly the same after removing the sonar goals. Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: If89f2c8a484c28271aa7b634ab7e6b3f064d63fb
2018-02-01Set build node for gerrit-maven-sonarJessica Wagantall1-0/+1
Run gerrit-maven-sonar on a 4c-4g node Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I8a50b075ab6c1da5b015136b30a8aa2fab5bbc9a
2018-02-01Move projects to gerrit-maven-sonarJessica Wagantall1-0/+11
The current Sonar goal in release-version-java-daily has a lot of issues when running for projects in more than one branch. Remove sonar task from release-version-java-daily and use global-jjb gerrit-maven-sonar job instead. Change-Id: I9a20b68f4539e227ceab4063edb2df429cf60afb Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-27Add amsterdam streamLusheng Ji1-8/+10
Issue-ID: DCAEGEN2-206 Change-Id: Ibe0ddcc32aed679c4d6ca464c97d2f2f38df58af Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-16Exclude dcaegen2 scans from SonarJessica Wagantall1-1/+1
For DACEGEN2 there are a number of repos with no programming code. There are also a number of repos containing none Java code such as Python and Erlang. Change-Id: Ib645008dc7f68b54cd76c29f188391e675d7892b Issue-ID: CIMAN-73 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-22jjb def for DCAEGEN2 componentsLusheng Ji1-0/+21
Issue-Id: DCAEGEN2-60 Change-Id: I956fd2f17fabd8746e4bc1cb548f5f312f5b025c Signed-off-by: Lusheng Ji <lji@research.att.com>