summaryrefslogtreecommitdiffstats
path: root/jjb/multicloud/multicloud-k8s.yaml
AgeCommit message (Collapse)AuthorFilesLines
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>