Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: If3552cd88a40d67f38d281f120ebba74f36434da
Issue-ID: REQ-351
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
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>
|
|
Issue-ID: MULTICLOUD-707
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I9a5c60100b3bf9f5bf43f0161a34163d9b15dbbf
|
|
Add gerrit release jobs to multicloud-k8s
Issue-ID: CIMAN-377
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I5b6658cfd257fc80eaa5d59193089da408cddfec
|
|
Seems this code depends on the builder node
Change-Id: I34518a3de354c436797f1d09b5a0684bf6019085
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
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>
|
|
Issue-ID: MULTICLOUD-1034
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I830d710ce89910b428b324fef8032f498d0595ea
|
|
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>
|
|
Add build node Ubuntu 18.04 memcached
Migrate memcahced jobs to Ubuntu 18.04
Change-Id: I4b51a7e2e21dbf515a22f9b2e6c56b444b3bc247
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
|
|
Issue-ID: MULTICLOUD-1016
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I8b6383ea8a01124a624a5da411bf24272f7b9e87
|
|
|
|
This is driver for hpa.
so it is provide service.
it can be test by unit test.
Issue-ID: MULTICLOUD-695
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Change-Id: Ibce33616f704d4067cf849c4200cad5adc2077d4
|
|
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
|
|
Globalize sonar_mvn_goal
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ia46696394bfbde621b861e662e6a512f5f6df967
|
|
Issue-ID: MULTICLOUD-695
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Change-Id: I527e812037caa4f9648c1542b36a3aa144cf14e2
|
|
Issue-ID: CIMAN-343
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Ide14dcb946ae2aa8651ef39053e8c397e2322ba5
|
|
Issue-ID: INT-1237
Change-Id: I465ae7335455aaeb1f31b6cdf693ae595a6b0ee2
Signed-off-by: mrichomme <morgan.richomme@orange.com>
|
|
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
|
|
Issue-ID: MULTICLOUD-917
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: Iaa7d233a2c171d778ae29a7236f62a52237b3c05
|
|
Issue-ID: MULTICLOUD-881
Signed-off-by: Bin Yang <Bin.Yang@windriver.com>
Change-Id: If52d88547a05f5312892da795c973e32aaf42659
|
|
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>
|
|
Specify builder-node for multicloud-vio-clm job
Issue-ID: MULTICLOUD-736
Change-Id: I95f1673cac956e3eaa82f9fff529d7e900500e65
Signed-off-by: Ethan Lynn <xuanlangjian@gmail.com>
|
|
|
|
- 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
|
|
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
|
|
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>
|
|
|
|
Change-Id: I71bfc3aa6dc51f7e4307ff59c53685df0eb98db0
Issue-ID: MULTICLOUD-773
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
Issue-ID: MULTICLOUD-775
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Change-Id: I905263c391b12db009db23ecde63bba093b7aeb8
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Add docker job for MultiCloud VIO plugin
Issue-ID: MULTICLOUD-706
Change-Id: I0a6295e33fcd4437b42186a4dcaf7cd4981d602f
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
|
|
|
|
|
|
Change-Id: Ibaa1e766646973b73d9a05af234a0e3e93c1b888
Issue-ID: MULTICLOUD-704
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
Change-Id: Ie539273545c35152a3b6c8bee69562a57d83272b
Issue-ID: MULTICLOUD-704
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
VIO vesagent plugin was deprecated, remove related jobs.
Issue-ID: MULTICLOUD-706
Change-Id: I95d6f1e38ce8a6afd87bf9b85da173b5a3992b90
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
|
|
Change-Id: Ia062b433c93b732e686aafc29427bd15ea5dd068
Issue-ID: MULTICLOUD-704
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
Change-Id: I006f5934d8954ea71157b5e5389c0b8a32962074
Issue-ID: MULTICLOUD-697
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
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
|
|
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>
|
|
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>
|
|
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>
|
|
Move the multicloud-k8s build to golang112
Issue-ID: MULTICLOUD-587
Change-Id: I4ba3d6695bc56ff3843c97d487f6268d89280f6c
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
|
|
should add {subproject} for the release job template
Change-Id: I2e79a335c774a97b3deda22f94d700976f9de122
Issue-ID: MULTICLOUD-544
Signed-off-by: liboNet <libo.zhu@intel.com>
|
|
Change-Id: Ie84cda291efe50c1e018c81d3c912757aeeac155
Issue-ID: MULTICLOUD-544
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
|
|
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>
|