summaryrefslogtreecommitdiffstats
path: root/jjb/multicloud
AgeCommit message (Collapse)AuthorFilesLines
2020-01-14Ensure INFO runs in centosJessica Wagantall5-0/+5
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
2020-01-09Simplify sonar variablesJessica Wagantall4-10/+10
Globalize sonar_mvn_goal Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ia46696394bfbde621b861e662e6a512f5f6df967
2019-12-31Add hpa moduleHaibin Huang3-0/+39
Issue-ID: MULTICLOUD-695 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: I527e812037caa4f9648c1542b36a3aa144cf14e2
2019-12-14Migrate MULTICLOUD to SonarCloudJessica Wagantall4-0/+45
Issue-ID: CIMAN-343 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ide14dcb946ae2aa8651ef39053e8c397e2322ba5
2019-12-04clean CSIT jobsmrichomme4-60/+0
Issue-ID: INT-1237 Change-Id: I465ae7335455aaeb1f31b6cdf693ae595a6b0ee2 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2019-11-18Add PTL mail notification for CSIT testsmrichomme7-0/+7
Use PTL mail address to notify in case of csit job errors Issue-ID: INT-1363 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I698f109c29c85ccca1b5c9eab5fab231918c6e0d
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-10-25Add elalto job for multicloud openstack repoBin Yang1-0/+2
Issue-ID: MULTICLOUD-881 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: If52d88547a05f5312892da795c973e32aaf42659
2019-09-16Move release jobs to docker nodeJessica Wagantall3-3/+3
Move release jobs to docker node since these repos will start using self container releases Change-Id: If335d12375863b3809e0d1335310a3eaeefea154 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-09-11Add build-node for multicloud-vio-clm jobEthan Lynn1-0/+1
Specify builder-node for multicloud-vio-clm job Issue-ID: MULTICLOUD-736 Change-Id: I95f1673cac956e3eaa82f9fff529d7e900500e65 Signed-off-by: Ethan Lynn <xuanlangjian@gmail.com>
2019-09-10Merge "Clean CSIT jjbs"Jessica Wagantall4-0/+4
2019-09-10Clean CSIT jjbsumry83644-0/+4
- delete jobs that have never been triggered - disable jobs corresponding to test code that has not changed for more than 9 months Issue-ID: INT-1237 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ifd1e652a3700f874277f148af23c49042410ba29
2019-09-09Switch KUD deploying job to run on changeset basisKonrad Bańka2-15/+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-26Merge "Add release job for multicloud vio"Jessica Wagantall1-0/+2
2019-08-26Add release job for multicloud vioBin Yang1-0/+2
Change-Id: I71bfc3aa6dc51f7e4307ff59c53685df0eb98db0 Issue-ID: MULTICLOUD-773 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-26Delete ci for ocataHaibin Huang3-42/+0
Issue-ID: MULTICLOUD-775 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: I905263c391b12db009db23ecde63bba093b7aeb8
2019-08-15Revert to ubuntu sandboxBin Yang1-1/+1
centos sandbox is not ready for building uwsgi due to lack of packge python3-devel Change-Id: I511119f6f8a7fbd4c60667957254f6b8964bc601 Issue-ID: MULTICLOUD-763 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-13Add release job for multicloud servicesBin Yang5-35/+46
Add release jobs for framework and opestack plugins Add info verify job for framework Descope lenovo as requried by MULTICLOUD-737 Change-Id: I1f3d7a5d36dfdd67db695eb032e541caf70f5d05 Issue-ID: MULTICLOUD-769 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-08Change build node for multicloud openstack jjbBin Yang1-1/+1
The new build node is expected to launch py3 by default Change-Id: Ib02e8a3b51e5d7c017dfe6d2760666ce6181dbe2 Issue-ID: MULTICLOUD-763 Signed-off-by: Bin Yang <bin.yang@windriver.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-07-17Add docker job for MultiCloud VIO pluginEthan Lynn1-10/+10
Add docker job for MultiCloud VIO plugin Issue-ID: MULTICLOUD-706 Change-Id: I0a6295e33fcd4437b42186a4dcaf7cd4981d602f Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2019-07-15Merge "Migrate multicloud azure docker job"Jessica Wagantall1-5/+6
2019-07-15Merge "Migrate multicloud framework docker job"Jessica Wagantall1-6/+7
2019-07-15Migrate multicloud azure docker jobBin Yang1-5/+6
Change-Id: Ibaa1e766646973b73d9a05af234a0e3e93c1b888 Issue-ID: MULTICLOUD-704 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-07-15Migrate multicloud framework docker jobBin Yang1-6/+7
Change-Id: Ie539273545c35152a3b6c8bee69562a57d83272b Issue-ID: MULTICLOUD-704 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-07-15Remove Multicloud VIO vesagent jobsEthan Lynn3-78/+0
VIO vesagent plugin was deprecated, remove related jobs. Issue-ID: MULTICLOUD-706 Change-Id: I95d6f1e38ce8a6afd87bf9b85da173b5a3992b90 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
2019-07-12Migrate to gerrit-maven-docker-stageBin Yang1-5/+6
Change-Id: Ia062b433c93b732e686aafc29427bd15ea5dd068 Issue-ID: MULTICLOUD-704 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-07-12Remove unused release-version jjbBin Yang3-3/+0
Change-Id: I006f5934d8954ea71157b5e5389c0b8a32962074 Issue-ID: MULTICLOUD-697 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-06-26KUD deployment should be run as non-rootSamuli Silvius1-5/+2
Root user was used, that break the deployment as ssh keys not supposed to be setup for root. Issue-ID: MULTICLOUD-635 Signed-off-by: Samuli Silvius <s.silvius@partner.samsung.com> Change-Id: I2dc82620562ad5924788070d219c6e49db4460b1
2019-06-24Fixing CI job for aio.shMichal Ptacek1-1/+1
Need to add SCM handling to get k8s repo cloned. Furthermore script name now mismatch with wrapper script in multicloud/k8s. Change-Id: Ia11d50eac9a219d78353e2519f93765cefcb4ef6 Issue-ID: MULTICLOUD-635 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
2019-05-29Adding aio job for multicloudMichal Ptacek2-0/+23
This basic job is triggering All-in-One k8s deployment for k8s PoC. Change-Id: I6afff0c0d073dfbbb9e37e0f0b81e28c706db6be Issue-ID: MULTICLOUD-635 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
2019-05-02Migrate to gerrit-maven-stage (MULTI)Jessica Wagantall5-0/+20
Migrate to use gerrit-maven-stage from global-jjb to allow the generation of signed release artifacts that will reduce release processing time. Change-Id: I34f326c9326cc6a522e4732e2efdda5956e3e4ed Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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-04-11Fix issue about framework release jobliboNet1-1/+1
should add {subproject} for the release job template Change-Id: I2e79a335c774a97b3deda22f94d700976f9de122 Issue-ID: MULTICLOUD-544 Signed-off-by: liboNet <libo.zhu@intel.com>
2019-03-19Add jjb for multicloud artifactbrokerBin Yang2-5/+37
Change-Id: Ie84cda291efe50c1e018c81d3c912757aeeac155 Issue-ID: MULTICLOUD-544 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-03-15Merge "Add INFO.yaml verify job (MULTI)"Jessica Wagantall4-0/+32
2019-03-13Add CSIT jenkins for multicloud-k8sKiran Kamineni1-0/+13
Add a CSIT job in jenkins for multicloud-k8s Issue-ID: MULTICLOUD-403 Change-Id: Ic27d07e5deec60d738c5b805122c64b05b56e1aa Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-03-13Add csit for lenovo thinkcloud driverChangjun Wang1-0/+1
Add csit for lenovo thinkcloud driver Change-Id: I23bfd8095fd47c0d3233ace39ef8d81bc308590a Issue-ID: MULTICLOUD-520 Signed-off-by: Changjun Wang <310397125@qq.com>
2019-03-12Add csit job for multi-fcapsLiexiang Yue1-0/+1
Issue-ID: MULTICLOUD-495 Change-Id: Ie6037cb1fd6b5b40197332d500fbffdbe2c22759 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-03-07Add INFO.yaml verify job (MULTI)Jessica Wagantall4-0/+32
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-03-07Merge "Add csit for lenovo thinkcloud driver"Jessica Wagantall1-0/+12
2019-03-07Add csit for lenovo thinkcloud driverChangjun Wang1-0/+12
Add csit for lenovo thinkcloud driver Change-Id: I5c1857cf44a7b501766e589f9012f87610255a18 Issue-ID: MULTICLOUD-520 Signed-off-by: Changjun Wang <310397125@qq.com>
2019-03-07Fix csit job issue for multi-fcapsLiexiang Yue1-0/+2
Issue-ID: MULTICLOUD-495 Change-Id: I9fc0bb50056d9754ce65a059f27fb467a5b723f5 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-03-06Merge "Add csit job for multi-fcaps"Jessica Wagantall1-0/+12
2019-03-06Add csit job for multi-fcapsLiexiang Yue1-0/+12
Issue-ID: MULTICLOUD-495 Change-Id: I1c4c0ec31f25690117bf5a1a9296f876ceb310b8 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-03-05Lenovo ThinkCloud Driver Daily Build FailedChangjun Wang1-1/+1
modify the lenovo docker daily build Issue-ID: CIMAN-242 Change-Id: I7ba188610c204e557e92ba5170bf8efc573e1105 Signed-off-by: Changjun Wang <310397125@qq.com>
2019-03-04Add Lenovo ThinkCloud Driver Daily BuildChangjun Wang2-0/+24
add the lenovo docker daily build Issue-ID: MULTICLOUD-509 Change-Id: Id850a428af4352c18c2175cdc4935985f2b0afe5 Signed-off-by: Changjun Wang <310397125@qq.com>
2019-02-26Add jjb for multi-cloud fcapsLiexiang Yue1-0/+18
Issue-ID: MULTICLOUD-495 Change-Id: If634df7281dd1dbcb9a6ef6363bd9b609fb2a8f1 Signed-off-by: Liexiang Yue <yueliexiang@chinamobile.com>
2019-02-21Remove jjb for multicloud casablancaBin Yang2-60/+0
Change-Id: Ife020471daf77d7e638592216afe692fb55fe6d6 Issue-ID: MULTICLOUD-496 Signed-off-by: Bin Yang <bin.yang@windriver.com>