summaryrefslogtreecommitdiffstats
path: root/jjb/clamp
AgeCommit message (Collapse)AuthorFilesLines
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-21Fix nested trigger_jobs (C-H)Jessica Wagantall1-4/+2
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. Change-Id: I9e0531719fc7f524c149144afcbac49b5b5fcfb8 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall1-0/+2
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-2/+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-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-25Remove debugDeterme, Sebastien (sd378r)1-7/+1
Remove debug flag on maven and remove useless maven properties in clamp build Issue-ID: CLAMP-150 Change-Id: Ib23f55a417ca29d392fd6c304bdf6aa71db9fe02 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-05-24Enable debug on clampDeterme, Sebastien (sd378r)1-1/+1
Enable debug on maven docker build for clamp to investigate the issue Issue-ID: CLAMP-150 Change-Id: I2dfad12aac7d7eeaa0e41d0203aa6fdee49bd0b8 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-05-07Move Dmaven.test.skip param (a-e)Jessica Wagantall1-0/+1
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-05Fix clm buildDeterme, Sebastien (sd378r)1-0/+2
Fix the clm build for clamp as it's broken Issue-ID: CLAMP-150 Change-Id: I24f8a61ad9ff6be6c1257d636b68e286ac2a6f31 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
2018-04-04Mariadb docker used for ittestsac25501-2/+4
Clamp has a bunch it tests which needs a mariadb docker container. Recent changes on availability of the DOCKER_REGISTRY env variable force the registry to 'nexus3.onap.org' instead of docker.io. This patch corrects both behaviors by setting 'nexus3.onap.org:10001 instead' Issue-ID: CLAMP-150 Change-Id: I30a980c89755df05b8ec5f4aa0258031f4270bde Signed-off-by: ac2550 <ac2550@intl.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-13Clean up Sonar and JenkinsGildas Lanilis1-2/+0
1)Remove Amsterdam branch visibility in Jenkins from logging-analytics repo 2)Remove Amsterdam branch visibility in Jenkins form clamp repo 3)Remove vnfsdk/compliance visibility in Sonar and Jenkins Change-Id: I8922ffa4c1e64df9130b08b809c1474c728dc8e5 Issue-ID: CIMAN-65 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-02-13Remove empty java-version in templatesJessica Wagantall1-2/+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-12Move clamp to docker build nodeJessica Wagantall1-2/+2
Move Sonar scan job for clamp to use a docker based node Change-Id: I512692f795ae20e5a7ac3e1e11e438b7a17b4ae9 Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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-12-05Add CLM jobs for clamp reposJessica Wagantall1-0/+2
Change-Id: Ia545db49b35be91dde16078f7ac31330c7bc98d0 Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-21Add amsterdam stream to JJB templatesJessica Wagantall1-0/+2
Add amsterdam branch for jjb job templates for clamp repos Change-Id: Ia191891beba60f925d0b480329bd16b07d45ac42 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-17Add step for version to docker java propertiesJulienBe1-0/+1
Add an optional step to use maven version plugin Issue-ID: CLAMP-57 Change-Id: I1d71183b98ae37c7e519b0e2c41c76c647b2e3f6 Signed-off-by: JulienBe <jb379x@att.com>
2017-09-27Add step for version to release-checkstyleJulienBe1-0/+1
Add an optional step to use maven version plugin Change-Id: Ia174dc86fff30bd814fc4a083eda08e75bfa5378 Issue-ID: CLAMP-57 Signed-off-by: JulienBe <jb379x@att.com>
2017-09-25Change TCA to APIs to reflect integration repoeh552t1-1/+1
Change-Id: If2097c7a386563c2abebcdd401833ad2d3c4f78d Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-34
2017-09-01Run CSIT tests after a successfull build of Clampeh552t1-0/+2
Change-Id: I0cae4ac2c3d3de6105251d97f9797414445fbc56 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-Id: CLAMP-28
2017-08-28Initial CSIT jenkins jobs for Clampeh552t1-0/+15
Jenkins Jobs for Clamp CSIT using the templates provided by integration Change-Id: I5c926c72fe85d046522c1f788b53e3215954660c Signed-off-by: eh552t <eh552t@intl.att.com> Issue-Id: CLAMP-28
2017-08-08Pass mvn properties as stringJulienBe1-5/+7
Change-Id: I52651acba643bd78f66592e63bce913c87103a18 Signed-off-by: JulienBe <jb379x@att.com>
2017-08-07Pass mvn properties to clamp merge jobJulienBe1-1/+4
Issue: CLAMP-2 Change-Id: I0d0a5105f07928f8eadbd9c4061a3cc331cc37e3 Signed-off-by: JulienBe <jb379x@att.com>
2017-07-25Skip docker deploy in release jobJulienBe1-1/+3
Issue: CLAMP-2 Change-Id: I9f4d6d1991e22dff8929d8baeb8e2406646300c0 Signed-off-by: JulienBe <jb379x@att.com>
2017-07-17Introduction of the checkstyle pluginJulienBe1-2/+2
Issue: CLAMP-2 Change-Id: Ic027d6aef676feb4e69bdba291c546fedfbacc3a Signed-off-by: JulienBe <jb379x@att.com>
2017-07-02Changing build nodeJulienBe1-1/+1
Issue : CLAMP-2 Change-Id: Ifa7fc732e2a8a35ef783f24000d0503fb39acbc7 Signed-off-by: JulienBe <jb379x@att.com>
2017-06-22Adding clamp build jobsJulienBe1-0/+26
Issue: <CLAMP-2> Change-Id: Ie139dcb28b9c4bd71741339df8385ba95ef35a68 Signed-off-by: JulienBe <jb379x@att.com>