summaryrefslogtreecommitdiffstats
path: root/jjb/multicloud/multicloud-k8s.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-08-03[Multicloud] Disable KUD tests on Honolulu branchKonrad Bańka1-0/+4
Issue-ID: MULTICLOUD-1381 Signed-off-by: Konrad Bańka <kbanka.os@gmail.com> Change-Id: I9dff60a96500b7b5ce66057bde1338c0ec9c9d49
2021-04-15[MULTICLOUD] Enable CI on Honolulu for K8spluginKonrad Bańka1-9/+2
Issue-ID: MULTICLOUD-1294 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I9fb203b2f0a760804ef2e3f6a144c6e1d70d4516
2020-07-07Use Go 1.14 for multicloud-k8s CI buildLarry Sachs1-2/+2
Set 'golangver' to 'golang114' in onap/ci-management/jjb/multicloud/multicloud-k8s.yaml Add wrapper for goland114 in onap/ci-management/jjb/global-macros.yaml Issue-ID: MULTICLOUD-1107 Change-Id: I23f09cc836d58afebc47d67d6d31cf812186c5a0 Signed-off-by: Larry Sachs <larry.j.sachs@intel.com>
2020-04-21[multicloud] Provide timeout for KUD building CI jobKonrad Bańka1-0/+1
Issue-ID: MULTICLOUD-707 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I9a5c60100b3bf9f5bf43f0161a34163d9b15dbbf
2020-04-08Add gerrit release jobs to multicloud-k8sEric Multanen1-0/+2
Add gerrit release jobs to multicloud-k8s Issue-ID: CIMAN-377 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com> Change-Id: I5b6658cfd257fc80eaa5d59193089da408cddfec
2020-03-31Move k8s project to builderJessica Wagantall1-1/+1
Seems this code depends on the builder node Change-Id: I34518a3de354c436797f1d09b5a0684bf6019085 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-03-31Migrate to ubuntu1804-builderJessica Wagantall1-1/+1
Migrate the rest of the jobs from ubuntu1604-builder to ubuntu1804-builder Remove unused nodes Change-Id: Ic43c12d3f7f8952d3248085ec103806c9b442047 Issue-ID: CIMAN-373 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-03-12Migrate to ARM Ubuntu18.04 nodeJessica Wagantall1-1/+1
Ubuntu 16.04 still has SSH and Kernel issues. Migrating to Ubuntu18.04 since we have a good instance now. TODO: Disable Ubuntu16.04 arm nodes. - Currently Ubuntu18.04 arm nodes are under more test. - No additional costs since no job is using 16.04 arm nodes. - Once confirmed, these will be disabled. Change-Id: I1ef6dfc04aa6e85531f824e24ad517137a7080ca Issue-ID: CIMAN-33 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-10-31Assign bigger jenkins slave for KUD verification jobKonrad Bańka1-1/+0
Issue-ID: MULTICLOUD-917 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: Iaa7d233a2c171d778ae29a7236f62a52237b3c05
2019-09-09Switch KUD deploying job to run on changeset basisKonrad Bańka1-0/+5
Removed no longer used c template and created new one in script templates that suits it better. Issue-ID: MULTICLOUD-707 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: Iba5111a49d99dbe58bcb9af5a32c3adb7ee03176
2019-08-28Update the build node used for multicloud-k8sKiran Kamineni1-1/+1
The multicloud-k8s build uses golang plugins and these builds are parallelized. The linker uses about 920MB per plugin during the link phase and this is causing the build machine to run out of memory where we are compiling 4+ plugins on the system. Issue-ID: MULTICLOUD-666 Change-Id: I796fdf5883729d6d805d56a9754fb3b032e13995 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-08-07Update path for makefile buildKiran Kamineni1-1/+1
Now that we have the monitor operator in the src tree, we need a way to build that as well. A top level Makefile has been added to the repo and this patch just ensures that the new Makefile is executed during builds. Issue-ID: MULTICLOUD-666 Change-Id: I4b8a485921c5730139c5cacd245e8b35a10003e3 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-04-25Move multicloud-k8s build to golang112Kiran Kamineni1-2/+2
Move the multicloud-k8s build to golang112 Issue-ID: MULTICLOUD-587 Change-Id: I4ba3d6695bc56ff3843c97d487f6268d89280f6c Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-03-07Add INFO.yaml verify job (MULTI)Jessica Wagantall1-0/+8
Add gerrit-info-yaml-verify from global-jjb to verify INFO.yaml file contents. Change-Id: I1bdf74d17ee32720d6388bf4b12f55e70608c1ec Issue-ID: CIMAN-179 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-02-05temporary disable arm64 docker for multicloudPaul Vaduva1-21/+21
The docker build jobs on arm64 will not pass until the dockerhub migration is approved and implemented. Change-Id: Iec9cb3f914644e17603686f15423345f74165997 Issue-ID: CIMAN-217 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-12-07Add arm64 docker build for multicloudPaul Vaduva1-0/+22
Run Docker and Java daily jobs for arm64 for multicloud projects. Change-Id: Ib677e0938989ce78342b770611b869bbad2bf2b1 Issue-ID: CIMAN-217 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-10-29Move to golang 1.11Kiran Kamineni1-0/+1
Move k8s plugin to build with golang 1.11 This is a prerequisite for go mod support in the plugin Issue-ID: MULTICLOUD-387 Change-Id: I1fe6a1b11fdee56b43af2703e5734a8715cbab63 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-10-15Create MultiCloud k8s Docker jobVictor Morales1-0/+3
MultiCloud/Kubernetes plugin requires the creation of docker images daily. This change offers that functionality. Change-Id: If6c2dc3666001340852d322bb3d31171c7b0fead Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-08-30Add tox execution in multicloud/k8s projectVictor Morales1-0/+5
The Kubernetes plugin for MultiCloud project contains bash instructions that validates bash and reStructured file syntax. Those instructions are inlcuded in a tox.ini file which needs to be included as part of Jenkins jobs. Change-Id: I19d88ee06b8a6a1ccfdf596bbea15d347c61d1b2 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-301
2018-08-24Update Job trigger for Kubernetes PluginShashank Kumar Shankar1-4/+4
This patch updates job trigger to the Kubernetes plugin in the multicloud project with the changed paths. Change-Id: I23e9b2c21d3f990cfea0dc0790bfbf8aed81dece Issue-ID: MULTICLOUD-301 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-08-22Add Job trigger for Kubernetes PluginShashank Kumar Shankar1-0/+16
This patch adds job trigger to the Kubernetes plugin in the multicloud project. Change-Id: Id5c41a4539f035089cde5e74faff781dfea39c56 Issue-ID: MULTICLOUD-301 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>