ci-management.git
4 years agoMerge "Add workaround for broken git repo polling by Jenkins"
Jessica Wagantall [Tue, 3 Sep 2019 17:08:42 +0000 (17:08 +0000)]
Merge "Add workaround for broken git repo polling by Jenkins"

4 years agoAdd jobs for docker elalto branch 49/94849/1
Pamela Dragosh [Tue, 3 Sep 2019 15:07:21 +0000 (11:07 -0400)]
Add jobs for docker elalto branch

Branching for El Alto

Issue-ID: POLICY-2045
Change-Id: I9dd61e3e1b3431b4bf9305aff400f06c31f12a89
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
4 years agoAdd workaround for broken git repo polling by Jenkins 56/94756/2
Artem Naluzhnyy [Mon, 2 Sep 2019 12:27:36 +0000 (14:27 +0200)]
Add workaround for broken git repo polling by Jenkins

To save our Jenkins lab resources and Coverity Scan submission quota we
can run the scan if there were recent commits only.

At the moment the following JJB configuration does not work properly for
ONAP repositories:
  triggers:
    - pollscm:
        cron: '@daily'

As a workaround a new job build parameter is introduced -
'max-git-repo-age-hours'. If set to non-zero run the code scan only if
there were no git repository commits last max-git-repo-age-hours hours.
It makes sense to set the value twice the 'cron' interval for the job
(e.g. if 'cron: @daily', then max-git-repo-age-hours=48).

Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I82ce092e9b8bb423e9db8b3958d6cfa3b527b33b

4 years agoFix APPC GC Maven issues 11/94711/1
Jessica Wagantall [Fri, 30 Aug 2019 19:45:08 +0000 (12:45 -0700)]
Fix APPC GC Maven issues

APPC needs both JAVA and MVN
opts set to:
-Xmx4000m -XX:MaxPermSize=256m
Add support for local java verify job.

Issue-ID: CIMAN-33
Change-Id: I76a82a05ec66b6d8584471685ec9e72df0bb8de4
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
4 years agoAdd release job for oparent 79/94679/1
Pamela Dragosh [Fri, 30 Aug 2019 12:19:34 +0000 (08:19 -0400)]
Add release job for oparent

Missing the release job for oparent.

Issue-ID: INT-1233
Change-Id: Ifc6a1cbfce352a98745c94616d6d3790c70f3a72
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
4 years agoMerge "Update the build node used for multicloud-k8s"
Jessica Wagantall [Fri, 30 Aug 2019 01:00:30 +0000 (01:00 +0000)]
Merge "Update the build node used for multicloud-k8s"

4 years agoresolve JJB GC issue 32/94632/2
Taka Cho [Thu, 29 Aug 2019 19:37:04 +0000 (15:37 -0400)]
resolve JJB GC issue

change mvn-option

Change-Id: I944f6ed73e0565ff4e1259305b615c5aa65a19e6
Issue-ID: APPC-1711
Signed-off-by: Taka Cho <takamune.cho@att.com>
4 years agomerge-verify job failed on GC 86/94586/1
Taka Cho [Thu, 29 Aug 2019 13:07:34 +0000 (09:07 -0400)]
merge-verify job failed on GC

add an mvn-opts:
-Xmx512m -XX:MaxPermSize=128m

Change-Id: Ib14d6437fbafec7b9992d86a64a23ae7565efe9a
Issue-ID: APPC-1711
Signed-off-by: Taka Cho <takamune.cho@att.com>
4 years agoUpdate the build node used for multicloud-k8s 82/94482/1
Kiran Kamineni [Wed, 28 Aug 2019 22:09:52 +0000 (15:09 -0700)]
Update the build node used for multicloud-k8s

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>
4 years agoVVP - Consistent build nodes for all jobs 74/94474/1
Lovett, Trevor [Wed, 28 Aug 2019 19:27:51 +0000 (14:27 -0500)]
VVP - Consistent build nodes for all jobs

Issue-ID: VVP-281

Change-Id: Ib6156dde10eff917f0dab58b0f4f671614a6d646
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
4 years agoMerge "Add SO self release job changes"
Jessica Wagantall [Wed, 28 Aug 2019 16:31:02 +0000 (16:31 +0000)]
Merge "Add SO self release job changes"

4 years agoMerge "Add libs self release job changes"
Jessica Wagantall [Wed, 28 Aug 2019 16:30:50 +0000 (16:30 +0000)]
Merge "Add libs self release job changes"

4 years agoAdd libs self release job changes 40/94340/2
seshukm [Tue, 27 Aug 2019 10:49:33 +0000 (16:19 +0530)]
Add libs self release job changes

Issue-ID: SO-2260

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Ifcdd11790efef019da24ebd28fcc457205b7a533

4 years agoAdd SO self release job changes 38/94338/2
seshukm [Tue, 27 Aug 2019 10:46:57 +0000 (16:16 +0530)]
Add SO self release job changes

Issue-ID: SO-2260

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I836c112565df462406bd44e1570c776711444e86

4 years agoMerge "Fix CSIT merge job trigger"
Jessica Wagantall [Tue, 27 Aug 2019 19:45:36 +0000 (19:45 +0000)]
Merge "Fix CSIT merge job trigger"

4 years agoFix CSIT merge job trigger 74/94374/1
Pamela Dragosh [Tue, 27 Aug 2019 19:26:58 +0000 (15:26 -0400)]
Fix CSIT merge job trigger

Somehow these got missed when we renamed some of these jobs.
So they haven't been triggering the CSIT.

Issue-ID: POLICY-2018
Change-Id: I093aaccf2511c39500a7e5f2695704e023bbf53f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
4 years agoSet up ci-management jobs as we convert to docker profile 66/94366/1
Jimmy Forsyth [Tue, 27 Aug 2019 18:21:02 +0000 (14:21 -0400)]
Set up ci-management jobs as we convert to docker profile

Issue-ID: AAI-2579
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ib3b416824653b9a4f0e8aced2de8bf74dcd73995

4 years agoMerge "Add jenkins jobs for elalto-fluorine branches"
Jessica Wagantall [Tue, 27 Aug 2019 17:12:38 +0000 (17:12 +0000)]
Merge "Add jenkins jobs for elalto-fluorine branches"

4 years agoMerge "Update CI jobs for r-2.6.0"
Jessica Wagantall [Tue, 27 Aug 2019 17:02:04 +0000 (17:02 +0000)]
Merge "Update CI jobs for r-2.6.0"

4 years agoAdd jenkins jobs for elalto-fluorine branches 59/94359/1
Timoney, Dan (dt5972) [Tue, 27 Aug 2019 16:54:34 +0000 (12:54 -0400)]
Add jenkins jobs for elalto-fluorine branches

For El Alto, SDNC will support both Fluorine and Neon based distribution
since Neon port was done late in release cycle.

Change-Id: I0f393002c8da9a5f7c2a804c8976fa29367c7e84
Issue-ID: CIMAN-308
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoAdd libs self release job changes 39/94339/1
seshukm [Tue, 27 Aug 2019 10:46:57 +0000 (16:16 +0530)]
Add libs self release job changes

Issue-ID: SO-2260

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I495f2084536fd40a1ff3b69b96b8cc3b4f819e43

4 years agoRevert "Update global-jjb" 04/94304/1
Jessica Wagantall [Mon, 26 Aug 2019 21:04:04 +0000 (14:04 -0700)]
Revert "Update global-jjb"

This reverts commit db6041fee188a67aa1a124c857b75b73c9767c8b.

Change-Id: I042be249d406111dc16bf0ff870b80dbf8dfe58f
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
4 years agoUpdate CI jobs for r-2.6.0 02/94302/1
statta [Mon, 26 Aug 2019 20:31:07 +0000 (16:31 -0400)]
Update CI jobs for r-2.6.0

Issue-ID: PORTAL-722
Change-Id: I57f63ea9c7732040f411f7493918c0e8e715340f
Signed-off-by: statta <statta@research.att.com>
4 years agoUpdate global-jjb 99/94299/1
Jessica Wagantall [Mon, 26 Aug 2019 19:03:51 +0000 (12:03 -0700)]
Update global-jjb

Update global-jjb to fetch support for
container releases.

Change-Id: I9f97024ad89cced0af7b63a7a9badf144d479f61
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
4 years agoFix ccsdk/sli/plugins verifty build 97/94297/1
Timoney, Dan (dt5972) [Mon, 26 Aug 2019 17:57:07 +0000 (13:57 -0400)]
Fix ccsdk/sli/plugins verifty build

ccsdk/sli/plugins needs a larger build node.

Issue-ID: CIMAN-307
Change-Id: I5d5b27dce2f86a94d3c3c84f40cf8305290f21fa
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoMerge "Add release job for multicloud vio"
Jessica Wagantall [Mon, 26 Aug 2019 16:55:48 +0000 (16:55 +0000)]
Merge "Add release job for multicloud vio"

4 years agoAdd release job for multicloud vio 59/94259/1
Bin Yang [Mon, 26 Aug 2019 06:19:48 +0000 (06:19 +0000)]
Add release job for multicloud vio

Change-Id: I71bfc3aa6dc51f7e4307ff59c53685df0eb98db0
Issue-ID: MULTICLOUD-773
Signed-off-by: Bin Yang <bin.yang@windriver.com>
4 years agoDelete ci for ocata 61/94261/1
Haibin Huang [Mon, 26 Aug 2019 06:00:34 +0000 (14:00 +0800)]
Delete ci for ocata

Issue-ID: MULTICLOUD-775
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Change-Id: I905263c391b12db009db23ecde63bba093b7aeb8

4 years agoMerge "Remove testless optf-fgps-csit job"
Jessica Wagantall [Fri, 23 Aug 2019 20:25:11 +0000 (20:25 +0000)]
Merge "Remove testless optf-fgps-csit job"

4 years agoRemove testless optf-fgps-csit job 01/94201/1
kaihlavi [Fri, 23 Aug 2019 12:13:32 +0000 (15:13 +0300)]
Remove testless optf-fgps-csit job

 CSIT job https://jenkins.onap.org/view/CSIT/job/optf-fgps-master-csit-fgps/
 was added in https://gerrit.onap.org/r/#/c/ci-management/+/88479/
 but there is no plan for optf-fgps, which causes the job to fail

 This job should be restored when plans and tests under csit repo are merged to master

Issue-ID: CIMAN-256
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Change-Id: Ic4da57b993245d669b6729131e1f5cdf0db40797

4 years agoFix parent merge build 60/94160/1
Timoney, Dan (dt5972) [Thu, 22 Aug 2019 20:29:47 +0000 (16:29 -0400)]
Fix parent merge build

ccsdk/parent merge build fails due to incorrect snapshot repo

Change-Id: I5e46e68a17d6dc3efd4a336b3b9a415b93f1631b
Issue-ID: CIMAN-294
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoMerge "Add CCSDK jobs for elalto-fluorine branch"
Jessica Wagantall [Thu, 22 Aug 2019 14:43:46 +0000 (14:43 +0000)]
Merge "Add CCSDK jobs for elalto-fluorine branch"

4 years agoMerge "Removing Casablanca JJB jobs"
Jessica Wagantall [Thu, 22 Aug 2019 14:43:17 +0000 (14:43 +0000)]
Merge "Removing Casablanca JJB jobs"

4 years agoMerge "Remove redundant stream"
Jessica Wagantall [Thu, 22 Aug 2019 14:41:01 +0000 (14:41 +0000)]
Merge "Remove redundant stream"

4 years agoMerge "Add newly-created docker profile"
Jessica Wagantall [Thu, 22 Aug 2019 14:40:55 +0000 (14:40 +0000)]
Merge "Add newly-created docker profile"

4 years agoRemoving Casablanca JJB jobs 03/94103/1
efiacor [Thu, 22 Aug 2019 11:29:20 +0000 (11:29 +0000)]
Removing Casablanca JJB jobs

Change-Id: I0b9efacb77a0ad0e2fc81924312a89f1e9208560
Issue-ID: DMAAP-1273
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
4 years agoUpdate ubuntu build node 66/94066/1
Bengt Thuree [Thu, 22 Aug 2019 06:07:31 +0000 (16:07 +1000)]
Update ubuntu build node

Update to a newer image since the one beeing used
previously was to old (2017), and we had issues with
it in the Sandbox

Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org>
Change-Id: I176e9171443579df5ba5ccd18480048670d539c3
Issue-ID: CIMAN-1

4 years agoRemove redundant stream 45/94045/1
Jimmy Forsyth [Wed, 21 Aug 2019 13:26:06 +0000 (09:26 -0400)]
Remove redundant stream

Issue-ID: AAI-2579
Change-Id: I9fc36af466bb3c58402bec87ba83cdde2c624c3b
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
4 years agoAdd CCSDK jobs for elalto-fluorine branch 96/93996/2
Timoney, Dan (dt5972) [Tue, 20 Aug 2019 20:49:33 +0000 (16:49 -0400)]
Add CCSDK jobs for elalto-fluorine branch

Add subset of CCSDK jobs needed in El Alto Fluorine
branch

Change-Id: I96bf4541528170ee119db04f1ab969bf9a15b9e0
Issue-ID: CIMAN-297
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoAdd newly-created docker profile 42/94042/1
Jimmy Forsyth [Wed, 21 Aug 2019 12:59:15 +0000 (08:59 -0400)]
Add newly-created docker profile

Issue-ID: AAI-2579
Change-Id: I42a72f8949b35e1c8ba5671b5e7ea7f3051f851b
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
4 years agoInclude maven-docker-stage jobs for pomba 03/93903/1
Prudence Au [Tue, 20 Aug 2019 02:22:40 +0000 (22:22 -0400)]
Include maven-docker-stage jobs for pomba

Issue-ID: LOG-1099
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I43b70482289d5c8a358014dc41f8c1b68b2653b9

4 years agoMerge "Use global-jjb verify,merge"
Jessica Wagantall [Mon, 19 Aug 2019 18:50:48 +0000 (18:50 +0000)]
Merge "Use global-jjb verify,merge"

4 years agoUse global-jjb verify,merge 66/93866/4
Timoney, Dan (dt5972) [Mon, 19 Aug 2019 13:00:50 +0000 (09:00 -0400)]
Use global-jjb verify,merge

Change to use global-jjb version of verify and merge jobs

Change-Id: I216eb65da19687d80a7b9cdfda87f867a057529d
Issue-ID: CIMAN-294
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoMerge "Enable Coverity Scan daily check for "portal" component"
Jessica Wagantall [Mon, 19 Aug 2019 18:11:48 +0000 (18:11 +0000)]
Merge "Enable Coverity Scan daily check for "portal" component"

4 years agoMerge "Verify configbinding via Global-JJB python/tox job"
Jessica Wagantall [Mon, 19 Aug 2019 17:37:55 +0000 (17:37 +0000)]
Merge "Verify configbinding via Global-JJB python/tox job"

4 years agoEnable Coverity Scan daily check for "portal" component 33/93733/1
Artem Naluzhnyy [Sat, 17 Aug 2019 15:44:51 +0000 (17:44 +0200)]
Enable Coverity Scan daily check for "portal" component

Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I7bb2d45c810d58673b02d2b7db9c96def0793fc0

4 years agoMake COVERITY_USER_EMAIL, SEARCH_PATHS, SEARCH_EXCLUDE_REGEXS configurable 32/93732/1
Artem Naluzhnyy [Sat, 17 Aug 2019 15:18:28 +0000 (17:18 +0200)]
Make COVERITY_USER_EMAIL, SEARCH_PATHS, SEARCH_EXCLUDE_REGEXS configurable

Now the Jenkins job parameters are configurable on the WEB since it's
usefull for initial Coverity Scan job setup or tuning process.

Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I6f2f59416966233c24c1b6bc1847d4ebe19a6985

4 years agoAdd DRY_RUN job parameter to bypass actual submission to Coverity server 31/93731/1
Artem Naluzhnyy [Sat, 17 Aug 2019 14:21:27 +0000 (16:21 +0200)]
Add DRY_RUN job parameter to bypass actual submission to Coverity server

The Jebkins job parameter can be used during Coverity Scan job initial
configuration or tuning process to avoid unnecessary submission quota
exhaustion.

Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I4dfdf7441b8f31fffa2e4afd62bdd871126cdfd5

4 years agoVerify configbinding via Global-JJB python/tox job 20/93720/2
Lott, Christopher (cl778h) [Fri, 16 Aug 2019 17:59:07 +0000 (13:59 -0400)]
Verify configbinding via Global-JJB python/tox job

This uses LF's tox-run.sh to gain access to py 3.7.
Stop invoking maven to call a script to call tox,
but still invoking maven to call a script to call docker.

Issue-ID: DCAEGEN2-1729
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I3670c1b440f93cdc6c7ba9841a5eeca0283c9104

4 years agoMerge "Config SDNC to use maven 3.5"
Jessica Wagantall [Fri, 16 Aug 2019 16:58:50 +0000 (16:58 +0000)]
Merge "Config SDNC to use maven 3.5"

4 years agoConfig SDNC to use maven 3.5 09/93709/1
Timoney, Dan (dt5972) [Fri, 16 Aug 2019 14:54:17 +0000 (10:54 -0400)]
Config SDNC to use maven 3.5

Configured SDNC jobs to use mvn version 3.5.  Also, removed obsolete
old (pre-global-jjb) docker build.

Change-Id: Ie3466d893404f96644a4ca0b3ac215e1a395f843
Issue-ID: CIMAN-296
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoDump list of analysed files not tracked by Git repository 94/93694/1
Artem Naluzhnyy [Fri, 16 Aug 2019 12:12:51 +0000 (14:12 +0200)]
Dump list of analysed files not tracked by Git repository

"cov-int/scm-untracked-files.txt" info may be used as a source for
'coverity-search-exclude-regexs' JJB config option to suppress analysis
of external 3rd-party and auto-generated sources.

Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: Ief208e3ac202f5494e9762902f0930890d8c01d8

4 years agoSet maven version to 3.5 for ccsdk/distribution 38/93638/1
Timoney, Dan (dt5972) [Thu, 15 Aug 2019 20:10:23 +0000 (16:10 -0400)]
Set maven version to 3.5 for ccsdk/distribution

After ODL Neon port, ccsdk/distribution repo requires mvn version >= 3.5.

Change-Id: I59368fc79022e5bef53d17baa53d6ee635b64efa
Issue-ID: CIMAN-295
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoRevert to ubuntu sandbox 95/93595/1
Bin Yang [Thu, 15 Aug 2019 02:41:36 +0000 (02:41 +0000)]
Revert to ubuntu sandbox

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>
4 years agoAdd SDC WS job 82/93582/1
Jessica Wagantall [Wed, 14 Aug 2019 21:47:50 +0000 (14:47 -0700)]
Add SDC WS job

Change-Id: Ife65b85260dac20b454b97ea3cdf917dda0c38e6
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
4 years agoAdd release jobs for pomba projects 05/93505/1
Prudence Au [Tue, 13 Aug 2019 23:22:01 +0000 (19:22 -0400)]
Add release jobs for pomba projects

Issue-ID: LOG-1099
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I327700b566662e88aed17f77aa27de2c190f1e8e

4 years agoMerge "Add release job of VFC"
Jessica Wagantall [Tue, 13 Aug 2019 18:09:42 +0000 (18:09 +0000)]
Merge "Add release job of VFC"

4 years agoMerge "Add release job of VFC"
Jessica Wagantall [Tue, 13 Aug 2019 18:09:39 +0000 (18:09 +0000)]
Merge "Add release job of VFC"

4 years agoMerge "Add release job of VFC"
Jessica Wagantall [Tue, 13 Aug 2019 18:09:37 +0000 (18:09 +0000)]
Merge "Add release job of VFC"

4 years agoMerge "Add release job of VFC"
Jessica Wagantall [Tue, 13 Aug 2019 18:09:35 +0000 (18:09 +0000)]
Merge "Add release job of VFC"

4 years agoMerge "Add release job of VFC"
Jessica Wagantall [Tue, 13 Aug 2019 18:09:33 +0000 (18:09 +0000)]
Merge "Add release job of VFC"

4 years agoMerge "Change parent daily jobs"
Jessica Wagantall [Tue, 13 Aug 2019 16:28:38 +0000 (16:28 +0000)]
Merge "Change parent daily jobs"

4 years agoAdd release job of VFC 82/93282/2
yangyan [Mon, 12 Aug 2019 04:12:37 +0000 (12:12 +0800)]
Add release job of VFC

Change-Id: Ie7bbc30d4cff0e0cdb802443e28044c7c13fcbeb
Issue-ID: VFC-1486
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoAdd release job of VFC 91/93291/2
yangyan [Mon, 12 Aug 2019 06:07:48 +0000 (14:07 +0800)]
Add release job of VFC

Change-Id: Icba88cbc236e969c5e9773f61dfa63aeca61941c
Issue-ID: VFC-1486
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoAdd release job of VFC 92/93292/2
yangyan [Mon, 12 Aug 2019 06:09:20 +0000 (14:09 +0800)]
Add release job of VFC

Change-Id: Ib640da499afa820f665672336ff29c662c2167d4
Issue-ID: VFC-1486
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoAdd release job of VFC 94/93294/2
yangyan [Mon, 12 Aug 2019 06:10:35 +0000 (14:10 +0800)]
Add release job of VFC

Change-Id: I13f74c4df93537b7bae223edc172dcefad14e540
Issue-ID: VFC-1486
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoAdd release job of VFC 95/93295/3
yangyan [Mon, 12 Aug 2019 06:18:10 +0000 (14:18 +0800)]
Add release job of VFC

Change-Id: I84a24afdd1a16389634b7f2541d32c338f84a754
Issue-ID: VFC-1486
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoMerge "Add release job of VFC"
Jessica Wagantall [Tue, 13 Aug 2019 16:16:35 +0000 (16:16 +0000)]
Merge "Add release job of VFC"

4 years agoMerge "Add release job for multicloud services"
Jessica Wagantall [Tue, 13 Aug 2019 16:15:03 +0000 (16:15 +0000)]
Merge "Add release job for multicloud services"

4 years agoMerge "Add release job for nbi"
Jessica Wagantall [Tue, 13 Aug 2019 16:11:50 +0000 (16:11 +0000)]
Merge "Add release job for nbi"

4 years agoChange parent daily jobs 18/93418/1
Timoney, Dan (dt5972) [Tue, 13 Aug 2019 14:22:44 +0000 (10:22 -0400)]
Change parent daily jobs

Update ccsdk/parent Jenkins jobs to run merge daily instead of stage.

Change-Id: Ib38318fb6d5e6a4a883b42ec07c3191afe072d06
Issue-ID: CIMAN-294
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
4 years agoAdd release job for multicloud services 78/93378/1
Bin Yang [Tue, 13 Aug 2019 03:50:07 +0000 (03:50 +0000)]
Add release job for multicloud services

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>
4 years agoAdd release jobs for aai self-release 70/93370/1
Jimmy Forsyth [Mon, 12 Aug 2019 21:12:59 +0000 (17:12 -0400)]
Add release jobs for aai self-release

Issue-ID: AAI-2579
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ie26ecb0d6d87b0b4c4ff091d09c320bb650bdd68

4 years agoAdd release job for nbi 68/93368/1
aosull01 [Mon, 12 Aug 2019 20:27:22 +0000 (21:27 +0100)]
Add release job for nbi

Change-Id: If3bf6925021768ab1a2580e0d8b673ba2d822ccf
Issue-ID: EXTAPI-290
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
4 years agoAdd release job of VFC 80/93280/1
yangyan [Mon, 12 Aug 2019 04:04:52 +0000 (12:04 +0800)]
Add release job of VFC

Change-Id: I212a3393b35782219ddd1e4e8d1625ee66ea17a5
Issue-ID: VFC-1486
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoAdd release job of VFC 79/93279/1
yangyan [Mon, 12 Aug 2019 04:01:39 +0000 (12:01 +0800)]
Add release job of VFC

Change-Id: I7c1e327536a35f6c6819bb176eb1bd5aebd36ed0
Issue-ID: VFC-1486
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoAdd release job of VFC to project 78/93278/1
yangyan [Mon, 12 Aug 2019 03:39:01 +0000 (11:39 +0800)]
Add release job of VFC to project

Change-Id: I3a69c0a4b764e38c871818dee95284bfcf315d77
Issue-ID: VFC-1486
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
4 years agoUpdate WS AAI nodes 46/93146/1
Jessica Wagantall [Fri, 9 Aug 2019 04:01:19 +0000 (21:01 -0700)]
Update WS AAI nodes

Update build-node: ubuntu1604-docker-8c-8g
To enable more tooling after forcing build
additional dependencies.

Change-Id: I632516b7537492d2fc28ed4c600aa069829839bd
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
4 years agoMerge "Change build node for multicloud openstack jjb"
Jessica Wagantall [Thu, 8 Aug 2019 16:24:34 +0000 (16:24 +0000)]
Merge "Change build node for multicloud openstack jjb"

4 years agoRevert to ubuntu, centos fails 91/93091/1
Jimmy Forsyth [Thu, 8 Aug 2019 14:33:33 +0000 (10:33 -0400)]
Revert to ubuntu, centos fails

Issue-ID: CIMAN-33
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I4e1d6f827694f92aea5a75b298241164fb8ca0a8

4 years agoChange build node for multicloud openstack jjb 76/92976/1
Bin Yang [Thu, 8 Aug 2019 01:47:53 +0000 (01:47 +0000)]
Change build node for multicloud openstack jjb

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>
4 years agoUpdate path for makefile build 70/92970/1
Kiran Kamineni [Wed, 7 Aug 2019 21:48:10 +0000 (14:48 -0700)]
Update path for makefile build

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>
4 years agoMerge "Add centos7-memcached-4c-4g builder"
Jessica Wagantall [Wed, 7 Aug 2019 21:28:47 +0000 (21:28 +0000)]
Merge "Add centos7-memcached-4c-4g builder"

4 years agoAdd centos7-memcached-4c-4g builder 61/92961/1
Eric Ball [Wed, 7 Aug 2019 20:44:04 +0000 (13:44 -0700)]
Add centos7-memcached-4c-4g builder

Requested from LF as IT-17114.

Change-Id: Ibcb95272930ed9b996b6ba72fe951c03178f3df6
Issue-ID: CIMAN-33
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
4 years agoMerge "Add centos-7 memcached build"
Jessica Wagantall [Wed, 7 Aug 2019 19:34:55 +0000 (19:34 +0000)]
Merge "Add centos-7 memcached build"

4 years agoMerge "Add docker stage job for common images"
Jessica Wagantall [Wed, 7 Aug 2019 19:33:54 +0000 (19:33 +0000)]
Merge "Add docker stage job for common images"

4 years agoAdd docker stage job for common images 07/92907/3
Jimmy Forsyth [Wed, 7 Aug 2019 14:39:09 +0000 (10:39 -0400)]
Add docker stage job for common images

Issue-ID: AAI-2574
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I96256194272509a8d6bc6bfd084986c7fb3e20be

4 years agoAdd centos-7 memcached build 44/92944/1
Eric Ball [Wed, 7 Aug 2019 19:10:34 +0000 (12:10 -0700)]
Add centos-7 memcached build

Requested from LF as IT-17114. This is the first step for adding a
centos7 memcached builder.

Change-Id: I6d49c182396e916391ccd7125609e9164d0bd05c
Issue-ID: CIMAN-33
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
4 years agoAdd el-alto branch job and gerrit release jobs 63/93363/1
Vijay Venkatesh Kumar [Wed, 7 Aug 2019 19:09:26 +0000 (19:09 +0000)]
Add el-alto branch job and gerrit release jobs

Change-Id: Iddbbd891bb3242fe90ae4d873ca6672c7f4c6fff
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1578
Issue-ID: DCAEGEN2-1669

4 years agoMerge "Add a workaround to suppress specified files from Coverity Scan analysis"
Jessica Wagantall [Mon, 12 Aug 2019 17:05:02 +0000 (17:05 +0000)]
Merge "Add a workaround to suppress specified files from Coverity Scan analysis"

4 years agoMerge "Add release job for pomba-audit-common"
Jessica Wagantall [Mon, 12 Aug 2019 16:40:16 +0000 (16:40 +0000)]
Merge "Add release job for pomba-audit-common"

4 years agoAdd a workaround to suppress specified files from Coverity Scan analysis 72/93272/2
Artem Naluzhnyy [Sun, 11 Aug 2019 18:48:23 +0000 (20:48 +0200)]
Add a workaround to suppress specified files from Coverity Scan analysis

Re-implement temporary(?) non-functional filter to ignore specific source
code parts by Coverity Scan using "--fs-capture-search-exclude-regex" CLI
parameter of "cov-build" tool. This functionality is important to
filter out e.g. node_modules or src/tests. Instead we can remove all
specified files after we got local build results but before we send them
to Coverity server.

Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I1175b593966a8b8732aa3f6841e9c450766de752

4 years agoMerge "Fix snapshot publish"
Jessica Wagantall [Mon, 12 Aug 2019 16:39:03 +0000 (16:39 +0000)]
Merge "Fix snapshot publish"

4 years agoMerge "Add release job of VFC"
Jessica Wagantall [Mon, 12 Aug 2019 16:36:51 +0000 (16:36 +0000)]
Merge "Add release job of VFC"

4 years agoMerge "Set explicit list of 'archive-artifacts' for Coverity Scan JJB template"
Jessica Wagantall [Mon, 12 Aug 2019 16:36:35 +0000 (16:36 +0000)]
Merge "Set explicit list of 'archive-artifacts' for Coverity Scan JJB template"

4 years agoMerge "Add release job of VFC to project"
Jessica Wagantall [Mon, 12 Aug 2019 16:34:27 +0000 (16:34 +0000)]
Merge "Add release job of VFC to project"

4 years agoFix snapshot publish 48/93348/1
Brian Freeman [Mon, 12 Aug 2019 14:42:07 +0000 (09:42 -0500)]
Fix snapshot publish

Issue-ID: SO-2097
Change-Id: I61786979f3fccc170ef51e1c46beababc749ac42
Signed-off-by: Brian Freeman <bf1936@att.com>
4 years agoAdd elalto to schema-service streams 43/93343/1
Jimmy Forsyth [Mon, 12 Aug 2019 13:26:09 +0000 (09:26 -0400)]
Add elalto to schema-service streams

Issue-ID: AAI-2512
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I02fec13ae41f19bfbde80bad1f508a4a4543d96f

4 years agoSet explicit list of 'archive-artifacts' for Coverity Scan JJB template 71/93271/2
Artem Naluzhnyy [Sun, 11 Aug 2019 18:06:59 +0000 (20:06 +0200)]
Set explicit list of 'archive-artifacts' for Coverity Scan JJB template

Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I5edc3f87a0c51274cddad24dde1769d723b96564

4 years agoAdd release job for pomba-audit-common 73/93273/1
Prudence Au [Sun, 11 Aug 2019 19:38:50 +0000 (15:38 -0400)]
Add release job for pomba-audit-common

Issue-ID: LOG-1099
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I2b16889592c6c338b2dc1cb9ff324b950139f360