summaryrefslogtreecommitdiffstats
path: root/jjb/oom
AgeCommit message (Collapse)AuthorFilesLines
2018-02-27Remove Golang from SonarGildas Lanilis1-12/+0
Sonar does not support Golang, so we remove its visibility from Sonar Change-Id: I8e312f9efcfc6108a7a1f66744b788ce2d96be9e Issue-ID: CIMAN-65 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-02-20Add missing CLM jobsJessica Wagantall2-3/+4
Add missing jobs for oom, optf and oparent Change-Id: I130bbf73ed76e13b09e736d90490f9af00b5cb3a 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-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-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-10-27JJB fixes for OOM config Docker create scripts.Gino Fraboni2-2/+3
This push includes minor fixes to scripts used by the Jenkins jobs which build the OOM config docker image. Fixes the scripts which tar the configuration files and perform the Docker image build. Issue-ID: OOM-327 Change-Id: I16fcbd252224a7a2b1f810599c551e649b349501 Signed-off-by: Gino Fraboni <gino.fraboni@amdocs.com>
2017-10-13Add java-version for CLM projectsJessica Wagantall1-1/+2
Add java-version parameter just for CLM jobs to avoid other jobs from breaking by picking the wrong configuration. Issue-ID: CIMAN-65 Change-Id: Ia70e807cc581d63296ef59320ef18e079b63c17d Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-11Move CLM jobs to global jjbJessica Wagantall1-1/+1
Use CLM job from global-jjb Remove the local CLM job template Issue-ID: CIMAN-65 Change-Id: I0660c6b73552d2e29851f3f120c7db2698724141 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-28JJB templates to build One-Click Config docker imggfraboni3-0/+66
Add templates for a Jenkins Job to build and publish the Docker image for the One-Click configuration pod. Issue-ID: OOM-327 Change-Id: I45322a220c573d5037104d1a68b58a4541ac4964 Signed-off-by: gfraboni <gino.fraboni@amdocs.com>
2017-09-05Add docker daily job for oom/registratorHuabingZhao2-0/+15
Issue-Id: OOM-61 Change-Id: I6913eb6885548c1464352c16fb49e01a1ccff571 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-09-05Add CI Jenkins jobs for oom/registratorHuabingZhao1-0/+17
Add initial yaml jjb template for oom-registrator. Jobs include: clm, verify, merge and release. Change-Id: Ied1254939cd345da611b9acf90ac8bf8ae7f4820 Issue-Id: OOM-61 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>