summaryrefslogtreecommitdiffstats
path: root/jjb/aai/aai-aai-common.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-02-18Add mvn-param selectively to master streamjimmy1-1/+5
Issue-ID: AAI-2793 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Iac35bd8fb675ddbfe706215381cae52db6a39abf
2020-02-14Add spring-boot profile to aai-common build jobsForsyth, James (jf2512)1-0/+1
Issue-ID: AAI-2528 Change-Id: I0f05c5fbafa3cfba308beed0b9793a28ad2bbab5 Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
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
2020-01-09Simplify sonar variablesJessica Wagantall1-1/+1
Globalize sonar_mvn_goal Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ia46696394bfbde621b861e662e6a512f5f6df967
2019-11-26Migrate AAI to SonarCloudJessica Wagantall1-0/+5
Issue-ID: CIMAN-343 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I02b7001e79a2699cac36a0ecb20f67fc53690518
2019-11-11Switch CLM to master for FrankfurtJimmy Forsyth1-2/+2
Issue-ID: AAI-2706 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I093b939905962a70616874a4033c10fa1d478c1a
2019-11-07Set centos node for stage jobsJimmy Forsyth1-1/+2
Issue-ID: AAI-2703 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ia88c390e6c5e3881e50fb16ad3d55484793d4137
2019-09-16Move release jobs to docker nodeJessica Wagantall1-1/+1
Move release jobs to docker node since these repos will start using self container releases Change-Id: If335d12375863b3809e0d1335310a3eaeefea154 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-08-21Remove redundant streamJimmy Forsyth1-4/+1
Issue-ID: AAI-2579 Change-Id: I9fc36af466bb3c58402bec87ba83cdde2c624c3b Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-08-12Add release jobs for aai self-releaseJimmy Forsyth1-0/+2
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ie26ecb0d6d87b0b4c4ff091d09c320bb650bdd68
2019-08-08Update WS AAI nodesJessica Wagantall1-0/+1
Update build-node: ubuntu1604-docker-8c-8g To enable more tooling after forcing build additional dependencies. Change-Id: I632516b7537492d2fc28ed4c600aa069829839bd Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-08-08Revert to ubuntu, centos failsJimmy Forsyth1-2/+1
Issue-ID: CIMAN-33 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I4e1d6f827694f92aea5a75b298241164fb8ca0a8
2019-08-07Merge "Add docker stage job for common images"Jessica Wagantall1-2/+7
2019-08-07Add docker stage job for common imagesJimmy Forsyth1-2/+7
Issue-ID: AAI-2574 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I96256194272509a8d6bc6bfd084986c7fb3e20be
2019-08-07Add WhiteSource AAI jobsJessica Wagantall1-0/+11
Add AAI scans for WhiteSource for: aai/aai-common aai/resources aai/model-loader aai/sparky-be aai/search-data-service Change-Id: I31311d882166e061f390f0ad857462ff8afdfc13 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-08-06Move aai-common stage job to ubuntu, no self-signEric Ball1-2/+2
Stage job for el alto is failing on CentOS 7 without a clear reason, while merge job works on Ubuntu. To unblock this branch, we will move to Ubuntu for now. Issue-ID: CIMAN-33 Change-Id: I62ed20da9f41351586d4d8ff8214c68c7470dff3 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2019-07-30aai-common docker image jobsMartin Klozik1-0/+22
Introduction of new jobs for automatic build of onap/aai-common container image. Until now, this image was built manually by AAI team and uploaded into private 'aaionap' docker hub repo. Following 4 jobs were added: * aai-aai-common-master-alpine-verify-docker * aai-aai-common-master-ubuntu-verify-docker * aai-aai-common-master-alpine-merge-docker * aai-aai-common-master-ubuntu-merge-docker New jobs will create two versions of aai-common image: * aai-common-alpine - based on Alpine Linux * aai-common-ubuntu - based on Ubuntu Linux These images will be pushed into standard ONAP docker repository (currently nexus3). NOTE: aai-common container image doesn't contain any AAI specific code. It just installs necessary OS packages and tools required by other AAI containers, which are based on aai-common. Change-Id: Icad266602adeb066a88853820f216afaed714380 Signed-off-by: Martin Klozik <martin.klozik@tieto.com> Issue-ID: INT-1023
2019-07-16Update to recently created elalto branchesJimmy Forsyth1-4/+4
Issue-ID: AAI-2512 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I31a6b75a269130aaf4e5cca634da2ac63fdf90a3
2019-07-01Prep repos for global jjbJimmy Forsyth1-1/+0
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-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-05-20Switch to dublin branches for AAI reposJimmy Forsyth1-2/+2
Issue-ID: AAI-2415 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ib65ff7fbce88316750eea0c7f01c58b28b06b3b8
2019-05-08Replacing casablanca with dublin branchesJimmy Forsyth1-2/+2
Issue-ID: AAI-2415 Change-Id: Ia3874cbf7f6e1112deaa1f166b5a61e96d5843ba Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2019-03-02Add INFO.yaml verify job (AAI)Jessica Wagantall1-0/+8
Add gerrit-info-yaml-verify from global-jjb to verify INFO.yaml file contents. Change-Id: Iffef07ff49d65dd098149f455eb6404145a9de27 Issue-ID: CIMAN-179 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-02-15Switch sonar and clm jobs to masterJimmy Forsyth1-3/+3
Issue-ID: AAI-2158 Change-Id: I6a5952ea76e27cdd7e94019aa6d94d51d2a555f7 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-12-13Add stream to CLM jobs to fix jenkins labeljimmy1-1/+3
Issue-ID: AAI-2004 Change-Id: I459730a46ea7fb2f057425f4de6ce15464f8b180 Signed-off-by: jimmy <jf2512@att.com>
2018-12-03Add nexus-iq-namespace for CLM jobsJessica Wagantall1-0/+1
Add nexus-iq-namespace variable for CLM jobs to use the 'onap' prefix in Nexus IQ reports. Having this prefix, will help in situations where two different organizations have the same application names. Change-Id: Id689cbb482d823482932fb4d397bd2adae950735 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-11-13Manage views [aaf,aai,appc] in JJBJessica Wagantall1-0/+6
Use lf-views to manage views through JJB Change-Id: Ie6dfe6a9dca587ae133927bfabe9a9ed8ec2e289 Issue-ID: CIMAN-218 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-10-10Merge "Add the casablanca for certain aai jobs"Jessica Wagantall1-2/+4
2018-10-09Move aai-common CLM note to 4c-4gJessica Wagantall1-0/+1
Looks like some operations are failing due to memory allocation after running in a 2c-1g node. Move CLM job to a 4c-4g node instead. Change-Id: I077ab5b20c34da2735d357dc0385de54416cd33a Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-10-09Add the casablanca for certain aai jobsKajur, Harish (vk250x)1-2/+4
Issue-ID: AAI-1714 Change-Id: Iae4d6fb00efbcf015bd4732a2dd98ca9b2be310d Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-09-28Remove beijing stream from AAI JJBsJimmy Forsyth1-2/+0
Issue-ID: AAI-1692 Change-Id: I32d29f8f8a8f949e4000ab499ffa62b736e560f8 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-09-28Spread out the scheduling of Daily jobsGary Wu1-1/+1
Spread the scheduling of Daily jobs throughout the day to reduce resource contention. Change-Id: I2b2606b4022c1d9f882bfe95b439b021b17f362e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-25Refactor CLM jobs for AAIJessica Wagantall1-1/+10
CLM jobs should only run in master as running for other branches causes the reports to be overwritten. Refactor CLM jobs in a separate section of the yaml. Change-Id: I6e0200866ae662c1becfd99e1169d06ba06bbe0a Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-09-19Update aai jenkins jobs to mvn35Kajur, Harish (vk250x)1-0/+2
Issue-ID: AAI-1656 Change-Id: I8e64faaede4f7cfdf059492a6421c77923b2b775 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall1-0/+1
This reverts commit 74c6abf7b5ec8663d0a7a437325d47274f6c111f. Issue-ID: CIMAN-33 Change-Id: I5c8cd455908ee6352d273db5ff76cd6529f3d8af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-23Remove CLM jobsJessica Wagantall1-1/+0
Remove CLM jobs as they are exposing proprietary information. Looking into how to handle these better. Change-Id: I8dde2f314af5a945163e0b1172926c398ec78c37 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-01Fix clm job definitionJessica Wagantall1-1/+1
Cleanup CLM job definitions that do not require any parameters Change-Id: Ib0125bcaa5e3c0a1f70041a78fec59c445e00645 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-07-14Make code sections readable and consistentAnil Belur1-0/+1
- Add empty line between project sections. Issue-ID: CIMAN-1 Change-Id: If799176581c1fc90e1d8ce2eead7582552e35db4 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2018-05-23Update aai jjb jobs for beijing branchJimmy Forsyth1-0/+2
Issue-ID: AAI-1170 Change-Id: I7ee064e2187fe1434af848e9e5cba92c6c876cb3 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-03-25Enable jenkins release jobJimmy Forsyth1-2/+1
Issue-ID: AAI-393 Change-Id: I4d77b9195c738912808b04a27469b6233dc8729b Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-03-19Rename basebuild to builderJessica Wagantall1-2/+2
Rename nodes from "basebuild" to "builder" in preparation for updating to common-packer. Change-Id: I6ff64e3ee5c856391430296aded45d84c46de171 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-09Remove stage-site-java templateJessica Wagantall1-5/+0
Remove stage-site-java JJB template as we no longer will be using or updating the maven settings files. Change-Id: I5aa610328613ccd24fdfa5c64a14950b926dc5c8 Issue-ID: CIMAN-144 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-16Merge "Remove amsterdam jobs and disable daily"Jessica Wagantall1-21/+3
2018-02-16Remove amsterdam jobs and disable dailyjimmydot1-21/+3
Issue-ID: AAI-777 Change-Id: I055802953451461757e2cf14c7a9a2bc7a75c5a8 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
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-3/+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-01Remove release-version-java-daily-no-sonarJessica Wagantall1-2/+2
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>
2018-01-17Update to ensure push only master branchVenkata Harish K Kajur1-1/+20
Issue-ID: AAI-603 Change-Id: I0a6cd3c9b1574f10c0608f8a312eab8d1ad46fa4 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>