summaryrefslogtreecommitdiffstats
path: root/jjb/oom/oom-oneclick-config.yaml
AgeCommit message (Collapse)AuthorFilesLines
2023-08-02CI: Remove Jenkins gerrit-info-yaml-verify jobJessica Wagantall1-9/+0
This verification has been moved to GitHub Actions and its enfoced for all repos. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I33c874815e0f0836dcf0e3f5d39a0e4829d286d6
2023-05-03Refactor: Cleanup for pre-commitAndrew Grimberg1-22/+22
Change-Id: I939d6f003864abb1b09c2e040d1f30558806cff3 Issue-ID: CIMAN-33 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2023-03-28Chore: Move to centos8-builderBengt Thuree1-1/+1
jjb/multicloud/multicloud-openstack-vmware-java.yaml jjb/multicloud/multicloud-openstack.yaml jjb/music/music-distributed-kv-store.yaml jjb/music/music-jar.yaml jjb/oom/offline-installer.yaml jjb/oom/oom-consul.yaml jjb/oom/oom-oneclick-config.yaml jjb/oom/oom-readiness.yaml jjb/oom/oom-registrator.yaml jjb/oom-platform-cert-manager/oom-platform-cert-manager.yaml jjb/oom-platform-cert-service/oom-platform-cert-service.yaml jjb/oom-platform-keycloak/oom-platform-keycloak.yaml jjb/oom-utils/oom-utils.yaml jjb/oparent/oparent.yaml jjb/optf/optf-has.yaml Issue-ID: CIMAN-33 Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org> Change-Id: I5ac4449f799cdb8621ed52dccc23a5b1b2d0fdf3
2020-03-31Migrate to ubuntu1804-dockerJessica Wagantall1-1/+1
Migrate the rest of the jobs from ubuntu1604-docker to ubuntu1804-docker Remove unused nodes Issue-ID: CIMAN-373 Change-Id: Idec34497cec90f650336cdd2dcfc8aaae2bcd2ec Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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-03-08Add INFO.yaml verify job (OOM)Jessica Wagantall1-0/+8
Add gerrit-info-yaml-verify from global-jjb to verify INFO.yaml file contents. Change-Id: Ie8d38d3cf036aa2b9a1221887cb65f0c6df22f72 Issue-ID: CIMAN-179 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-11-13Manage views [l*-p*] in JJBJessica Wagantall1-0/+6
Use lf-views to manage views through JJB Issue-ID: CIMAN-218 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: If154d6a488998346cefe4a39927a6cb5379c08b0
2018-08-28Remove unnecessary CLM jobGildas Lanilis1-1/+0
OOM config is not a repo and thus there is no need to have a separate oomconfig job. Change-Id: Ib38a921155af604f94b700379becc4156ae205db Issue-ID: CIMAN-199 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
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-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-02-20Add missing CLM jobsJessica Wagantall1-1/+2
Add missing jobs for oom, optf and oparent Change-Id: I130bbf73ed76e13b09e736d90490f9af00b5cb3a Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-09-28JJB templates to build One-Click Config docker imggfraboni1-0/+42
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>