summaryrefslogtreecommitdiffstats
path: root/jjb/aai
AgeCommit message (Collapse)AuthorFilesLines
2018-11-27Merge "Allow docker-java to specify node"Jessica Wagantall6-2/+6
2018-11-27Merge "Allow aai-docker to specify node"Jessica Wagantall10-0/+10
2018-11-15Merge "Add casablanca branch jenkins jobs for champ"Jessica Wagantall1-2/+4
2018-11-15Add casablanca branch jenkins jobs for champJimmy Forsyth1-2/+4
Issue-ID: AAI-1921 Change-Id: Id29fc25a8c8ff07bbf3df1e1a5f7b0d42d51a8ca Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-11-13Manage views [aaf,aai,appc] in JJBJessica Wagantall19-0/+114
Use lf-views to manage views through JJB Change-Id: Ie6dfe6a9dca587ae133927bfabe9a9ed8ec2e289 Issue-ID: CIMAN-218 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-11-08Allow docker-java to specify nodeJessica Wagantall6-2/+6
Allow {project-name}-{stream}-docker-java-daily to allow a specific build-node to be able to run these jobs using the ARM architecture nodes. All current projects using this job will stay unchaged and will still run their builds on ubuntu1604-docker-8c-8g. Change-Id: I36dd81f3de10a1f40d3c1aabe7d379475f78d6c8 Issue-ID: CIMAN-219 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-11-08Allow aai-docker to specify nodeJessica Wagantall10-0/+10
Allow {project-name}-{stream}-aai-docker-java-daily to allow a specific build-node to be able to run these jobs using the ARM architecture nodes. All current projects using this job will stay unchaged and will still run their builds on ubuntu1604-docker-8c-8g. Change-Id: Iba61122be8645f5b8cb500c5bd823ff17d2a3fcb Issue-ID: CIMAN-219 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-11-02Add AAI casablanca branchesJimmy Forsyth15-22/+52
Issue-ID: AAI-1841 Change-Id: I3720e8c3a5d7256f5a791f1b6f9fb0284593b592 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-10-11Remove clm job from sparky-feJimmy Forsyth1-9/+0
Issue-ID: AAI-1747 Change-Id: I6dd5dba3703f992ae98c32127c5c1958f1eacfd5 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-10-10Merge "Add the casablanca for certain aai jobs"Jessica Wagantall5-10/+20
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)5-10/+20
Issue-ID: AAI-1714 Change-Id: Iae4d6fb00efbcf015bd4732a2dd98ca9b2be310d Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-09-28Remove beijing stream from AAI JJBsJimmy Forsyth15-30/+0
Issue-ID: AAI-1692 Change-Id: I32d29f8f8a8f949e4000ab499ffa62b736e560f8 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-09-28Merge "Remove beijing CSIT jobs"Jessica Wagantall1-2/+0
2018-09-28Spread out the scheduling of Daily jobsGary Wu19-19/+19
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-28Remove beijing CSIT jobsGary Wu1-2/+0
Beijing CSIT jobs will no longer work as-is after the relocation to the integration/csit repo. Removing them for now. Change-Id: Ie555d55e2b93a2e0f8da417a4987e28459c63e26 Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-25Refactor CLM jobs for AAIJessica Wagantall23-25/+216
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-20Fix nested trigger_jobs (A)Jessica Wagantall1-6/+3
After upgrading to JJB 2.2.0 any nested parameters up to 3 levels will be reported as a failure. We need to fix those so that there is only 2 levels maximum. Committing this as a single patch since our verify job is broken. Issue-ID: CIMAN-184 Change-Id: I9e0e245109af786345802caee2f6f26126f550d4 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-09-20Merge "Update aai jenkins jobs to mvn35"Jessica Wagantall5-0/+10
2018-09-20Add jobs for aai/gallifrey repoC.T. Paterson1-0/+20
Change-Id: Ic78898967829f9426b0afcd831ba5bd309992b80 Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
2018-09-19Update aai jenkins jobs to mvn35Kajur, Harish (vk250x)5-0/+10
Issue-ID: AAI-1656 Change-Id: I8e64faaede4f7cfdf059492a6421c77923b2b775 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-09-18Remove CLM job on beijing branchGildas Lanilis1-2/+0
This is helping to clean CLM Jenkins failure. Issue-ID: AAI-1634 Change-Id: I09b026b1bd5f4bfd268e3739812fbbcc62e110d0 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-09-07JJB file for new cacher microserviceLaMont, William (wl2432)1-0/+34
Issue-ID: AAI-1473 Change-Id: I0f1b5bf8dabbb771452ff00f44abbd985407a4f1 Signed-off-by: LaMont, William (wl2432) <wl2432@us.att.com> Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-08-31Add jobs for aai/chameleon repoC.T. Paterson1-0/+22
Change-Id: I6b5a13e5cd593cc28778c4b9f0c80e27af08438e Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson <ctpaterson+onap@gmail.com>
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall20-0/+20
This reverts commit 74c6abf7b5ec8663d0a7a437325d47274f6c111f. Issue-ID: CIMAN-33 Change-Id: I5c8cd455908ee6352d273db5ff76cd6529f3d8af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-23Remove CLM jobsJessica Wagantall20-20/+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-23Merge "Remove aai yaml files"Jessica Wagantall7-98/+0
2018-08-22Remove aai yaml filesJessica Wagantall7-98/+0
Remove aai files that were just having a CLM job. The CLM job is not needed for these repos. Change-Id: Ibf744c7608536cadf63d1c7897270badfe6936b8 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-21Add jobs for aai/validation repoPrudence Au1-0/+33
Change-Id: I284597e554f933ba176db3aa3f0ccc55d5cf0970 Issue-ID: CIMAN-194 Signed-off-by: Prudence Au <prudence.au@amdocs.com>
2018-08-13Add the jenkins jobs for graphadminKajur, Harish (vk250x)1-1/+21
Issue-ID: AAI-1471 Change-Id: I1fdc57f7cd5162db1d998b2adb3d3c7b8d16c627 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
2018-08-07Refactor docker java jobsGary Wu1-2/+2
Remove some more unused docker java jobs and refactor the rest. Change-Id: I0c570f3b739cc8a1f7117846201b810b26df7172 Issue-ID: CIMAN-187 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-01Fix clm job definitionJessica Wagantall15-16/+16
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-20Update jjb for SpikeSotiropoulos, Ioannis (is948x)1-0/+18
Add new jenkins jobs for Spike microservice Issue-ID: AAI-1389 Change-Id: I5c4fdf7e99ab756c9db729d0b9f4b2fbf63e8c88 Signed-off-by: Sotiropoulos, Ioannis (is948x) <Ioannis.Sotiropoulos@amdocs.com>
2018-07-14Make code sections readable and consistentAnil Belur13-0/+13
- 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 Forsyth16-0/+32
Issue-ID: AAI-1170 Change-Id: I7ee064e2187fe1434af848e9e5cba92c6c876cb3 Signed-off-by: Jimmy Forsyth <jf2512@att.com>
2018-05-21Update jjb jobs for Gizmo and ChampRavi Geda2-3/+2
Remove release java daily and add release version java daily Change-Id: Ie6bd31d6dcedb633780a2e9c02ac4de1d0d3dafe Issue-ID: AAI-1151 Signed-off-by: Ravi Geda <GRaviK@amdocs.com>
2018-05-07Move Dmaven.test.skip param (a-e)Jessica Wagantall4-2/+6
Rather than hardcoding this parameter as part of the maven-docker-push-daily macro, we are passing it as a "mvn-params" parameter from the project's JJB template. Notice that this change IS NOT adding "Dmaven.test.skip=true" but rather moving it away from the macro into the project's template to handle it individually per project. Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb Change-Id: I0f2e0d681734939f4e9b7d07faca33cc4a0da2b9 Issue-ID: CIMAN-159 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-19Update jjb template for aai/babelLee, Tian (tl5884)1-1/+1
Use the versioned release template Change-Id: Ib88b186b6c0bcffa48d9b046acc40b892897cbfe Issue-ID: AAI-1077 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-03-29Fix sparky-be docker jobFrancis Paquette1-1/+1
The sparky-be code now has sub modules so changing the pom.xml file used to build docker Issue-ID: AAI-961 Change-Id: I693a4718c510376bcc6c23bf6ca95fe425456649 Signed-off-by: Francis Paquette <francis.paquette@amdocs.com>
2018-03-26Enable jenkins release jobsJimmy Forsyth13-35/+13
Issue-ID: AAI-939 Change-Id: Iba71400eae07820727d0113dae1f319581db15e4 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 Wagantall26-34/+34
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-13Merge "Remove stage-site-java template"Jessica Wagantall4-18/+0
2018-03-12Update mvn settings fileJessica Wagantall1-1/+1
Update maven settings file name for aai-search-data-service Change-Id: Ib915bf579c8cfeb7c2321a049fdb97994c540a64 Issue-ID: CIMAN-140 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-09Remove stage-site-java templateJessica Wagantall4-18/+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-03-07Update jenkins job to use global docker templateVenkata Harish K Kajur1-4/+3
Issue-ID: AAI-824 Change-Id: I93caf72da19ed878afbde1811627f377b5195bd9 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-03-06Add sonar job for aaiJessica Wagantall1-0/+12
Add sonar job for aai-search-data-service Change-Id: I2b68bec382c13cbc1e161d89e7a240f4231cd42c Issue-ID: CIMAN-140 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-28Update jenkins job to use global docker profileVenkata Harish K Kajur1-4/+3
In recent changes to aai resources, made changes to the pom structure to use the docker profile so we can now start using the global template Issue-ID: AAI-824 Change-Id: Ie534d389a4838e2d1412b188e07f17ccceadbe4b Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2018-02-28Merge "Update JJB yaml to build Champ as a microservice"Jessica Wagantall1-1/+5
2018-02-28Merge "Add Sonar job to aai/event-client JJB template"Jessica Wagantall1-0/+13