summaryrefslogtreecommitdiffstats
path: root/jjb/oom
AgeCommit message (Collapse)AuthorFilesLines
2018-08-13Add make common step before making subprojectsKiran Kamineni1-2/+2
Add make common step before calling make subproject make subproject currently fails because common charts cannot be downloaded. Issue-ID: CIMAN-191 Change-Id: Ief4db7e6e26e4f6b004506628a74b92e657121fc Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-08-09Instantiate helm jobsJeremy Phelps1-0/+83
Issue-ID: CIMAN-164 Change-Id: I020e408c98af2b5ed3f50661f70b7fe2b2912199 Signed-off-by: Jeremy Phelps <jphelps@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-03-19Rename basebuild to builderJessica Wagantall1-1/+1
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-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>