summaryrefslogtreecommitdiffstats
path: root/jjb/logging-analytics/logging-analytics-pomba-pomba-network-discovery-context-builder.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-01-22Migrate LOG to SonarCloudJessica Wagantall1-0/+5
Issue-ID: CIMAN-343 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ie9967f3d606cbf46952e08e9bbb1e2bb639b6d5d
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-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-19Include maven-docker-stage jobs for pombaPrudence Au1-0/+6
Issue-ID: LOG-1099 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I43b70482289d5c8a358014dc41f8c1b68b2653b9
2019-08-13Add release jobs for pomba projectsPrudence Au1-0/+2
Issue-ID: LOG-1099 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I327700b566662e88aed17f77aa27de2c190f1e8e
2019-07-12Removing both "java-daily" and "verion-daily" jobs and the Casablanca jobsPrudence Au1-8/+0
Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-1073 Change-Id: I73434efa948882c99403a831105695805f5f32c9
2019-05-03Migrate to gerrit-maven-stage (LOG)Jessica 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: I8eaf931af7411a70dd4c920a52245acad2cd8ced Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-02-05temporary disable arm64 docker build for loggingPaul Vaduva1-20/+20
The docker build jobs on arm64 will not pass until the dockerhub migration is approved and implemented. Change-Id: I3a6628447acff933cc3909a4f1e123a0e177bea8 iIssue-ID: CIMAN-217 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-12-07Add arm64 docker build for logging-analyticsPaul Vaduva1-0/+20
Add arm64 docker-build job for logging-analytics project Change-Id: I990f8a10f24ca1f42df7db465b05e031518b0808 Issue-ID: CIMAN-217 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.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-27Merge "Allow docker-java to specify node"Jessica Wagantall1-0/+1
2018-11-12Add logging/pomba casablanca jobsMichael O'Brien1-0/+2
Change-Id: Ia09e4bea77c8652504c751382e975b6085a48d31 Issue-ID: LOG-838 Signed-off-by: Michael O'Brien <michael@obrienlabs.org>
2018-11-08Allow docker-java to specify nodeJessica Wagantall1-0/+1
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-10-23LOG-Refactor CLM project blockJessica Wagantall1-1/+9
The clm job portion needs to be on its own project section similar to the Sonar portion. The reason behind this, is because we only want this job to be running for master and no other branches. Also, this is in preparation for the work that is to come from global-jjb on application names in CLM. Change-Id: I94fde04410f36d78077e5126ea223d819654f91f Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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-14Use mvn35 for logging-analyticsPrudence Au1-0/+2
Change-Id: I6aa52f215b37deb6ce7c343408352a1f78632831 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: CIMAN-33
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-08Add docker daily job for pomba reposPrudence Au1-0/+4
Change-Id: Id479dbfa0aa131d2054d5f6578eb30867d396439 Issue-ID: CIMAN-169 Signed-off-by: Prudence Au <prudence.au@amdocs.com>
2018-07-24Add jobs for 5 pomba repos:Prudence Au1-0/+37
- CLM - Verify - Merge - Release - Sonar - Info verify Change-Id: I300d266f4854a51692fe2609e3fca3b8407d8cb1 Issue-ID: CIMAN-169 Signed-off-by: Prudence Au <prudence.au@amdocs.com>