Jessica Wagantall [Wed, 4 Sep 2019 18:38:35 +0000 (18:38 +0000)]
Merge "Align verify and staging tox jjb config"
jrh3 [Wed, 4 Sep 2019 16:32:23 +0000 (12:32 -0400)]
Build elalto branch of policy/parent and common
Change-Id: I093c85c56cd6f186ca61b005724047c24f7cac33
Issue-ID: POLICY-2045
Signed-off-by: jrh3 <jrh3@att.com>
Jessica Wagantall [Tue, 3 Sep 2019 19:28:25 +0000 (19:28 +0000)]
Merge "Fix APPC GC Maven Merge Job"
Jessica Wagantall [Tue, 3 Sep 2019 19:04:16 +0000 (19:04 +0000)]
Merge "Allow vars in verify job"
Houa Yang [Tue, 3 Sep 2019 18:23:05 +0000 (13:23 -0500)]
Fix APPC GC Maven Merge Job
Add JAVA and MVN opts set for merge job.
Issue-ID: CIMAN-33
Signed-off-by: Houa Yang <hyang@contractor.linuxfoundation.org>
Change-Id: I4bc2730aa96aa0ca39c81b50112449e5b18145f2
Jessica Wagantall [Tue, 3 Sep 2019 17:27:10 +0000 (17:27 +0000)]
Merge "Move Coverity Scan toolset out of working directory"
Jessica Wagantall [Fri, 30 Aug 2019 21:40:34 +0000 (14:40 -0700)]
Allow vars in verify job
Allow verify-java inject additional env
variables.
Allow TESTCONTAINERS_RYUK_DISABLED=true in
dcaegen2 verify job.
Change-Id: I9dc9dffd084e1f7a43dbe6521fb698aa9b242219
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Jessica Wagantall [Tue, 3 Sep 2019 17:17:42 +0000 (17:17 +0000)]
Merge "fix MSB-discovery maven docker stage job"
Jessica Wagantall [Tue, 3 Sep 2019 17:17:08 +0000 (17:17 +0000)]
Merge "Adding sdc parser release job"
Jessica Wagantall [Tue, 3 Sep 2019 17:13:40 +0000 (17:13 +0000)]
Merge "Break down SDC CLM"
Aric Gardner [Tue, 3 Sep 2019 17:12:42 +0000 (17:12 +0000)]
Merge "Update global-jjb"
Artem Naluzhnyy [Mon, 2 Sep 2019 13:51:12 +0000 (15:51 +0200)]
Move Coverity Scan toolset out of working directory
This is to avoid static code analysis of the Coverity Scan toolset itself.
Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: I32b6a42ce455ab5f7f5334921f6fde7e41d919f2
Jessica Wagantall [Tue, 3 Sep 2019 17:08:42 +0000 (17:08 +0000)]
Merge "Add workaround for broken git repo polling by Jenkins"
Jessica Wagantall [Tue, 3 Sep 2019 16:47:40 +0000 (09:47 -0700)]
Update global-jjb
Upgate to fetch INFO yaml verify
improvements and release job updates
Change-Id: Ie07415300270dbd65ace0152c5c39f99a114e47c
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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>
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
Ofir Sonsino [Wed, 28 Aug 2019 13:24:57 +0000 (16:24 +0300)]
Adding sdc parser release job
Change-Id: Id60fc9e64844f75d992a52d2c155d25557595d1f
Issue-ID: SDC-2504
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
umry8364 [Fri, 30 Aug 2019 16:19:18 +0000 (18:19 +0200)]
Align verify and staging tox jjb config
Issue-ID: INT-1228
Signed-off-by: umry8364 <morgan.richomme@orange.com>
Change-Id: I546d58d68a7bafc7db5a54c18d4e0e7d6ffea35a
Signed-off-by: umry8364 <morgan.richomme@orange.com>
Huabing Zhao [Sat, 31 Aug 2019 02:05:02 +0000 (10:05 +0800)]
fix MSB-discovery maven docker stage job
Issue-ID: MSB-375
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I70b3f21ffcc365252a7d8e00e032c05f0d4ca41b
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>
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>
Jessica Wagantall [Fri, 30 Aug 2019 01:00:30 +0000 (01:00 +0000)]
Merge "Update the build node used for multicloud-k8s"
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>
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>
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>
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>
Jessica Wagantall [Wed, 28 Aug 2019 16:31:02 +0000 (16:31 +0000)]
Merge "Add SO self release job changes"
Jessica Wagantall [Wed, 28 Aug 2019 16:30:50 +0000 (16:30 +0000)]
Merge "Add libs self release job changes"
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
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
Jessica Wagantall [Tue, 27 Aug 2019 23:09:02 +0000 (16:09 -0700)]
Break down SDC CLM
Run CLM on catalog and onboarding profiles to be able to
cover all repo CLM scan successfully.
Change-Id: I4b5c3c9891672608147f02ee4d4e9e6cd7cfdf9a
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Jessica Wagantall [Tue, 27 Aug 2019 19:45:36 +0000 (19:45 +0000)]
Merge "Fix CSIT merge job trigger"
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>
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
Jessica Wagantall [Tue, 27 Aug 2019 17:12:38 +0000 (17:12 +0000)]
Merge "Add jenkins jobs for elalto-fluorine branches"
Jessica Wagantall [Tue, 27 Aug 2019 17:02:04 +0000 (17:02 +0000)]
Merge "Update CI jobs for r-2.6.0"
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>
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
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>
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>
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>
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>
Jessica Wagantall [Mon, 26 Aug 2019 16:55:48 +0000 (16:55 +0000)]
Merge "Add release job for multicloud vio"
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>
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
Jessica Wagantall [Fri, 23 Aug 2019 20:25:11 +0000 (20:25 +0000)]
Merge "Remove testless optf-fgps-csit job"
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
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>
Jessica Wagantall [Thu, 22 Aug 2019 14:43:46 +0000 (14:43 +0000)]
Merge "Add CCSDK jobs for elalto-fluorine branch"
Jessica Wagantall [Thu, 22 Aug 2019 14:43:17 +0000 (14:43 +0000)]
Merge "Removing Casablanca JJB jobs"
Jessica Wagantall [Thu, 22 Aug 2019 14:41:01 +0000 (14:41 +0000)]
Merge "Remove redundant stream"
Jessica Wagantall [Thu, 22 Aug 2019 14:40:55 +0000 (14:40 +0000)]
Merge "Add newly-created docker profile"
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>
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
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>
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>
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>
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
Jessica Wagantall [Mon, 19 Aug 2019 18:50:48 +0000 (18:50 +0000)]
Merge "Use global-jjb verify,merge"
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>
Jessica Wagantall [Mon, 19 Aug 2019 18:11:48 +0000 (18:11 +0000)]
Merge "Enable Coverity Scan daily check for "portal" component"
Jessica Wagantall [Mon, 19 Aug 2019 17:37:55 +0000 (17:37 +0000)]
Merge "Verify configbinding via Global-JJB python/tox job"
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
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
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
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
Jessica Wagantall [Fri, 16 Aug 2019 16:58:50 +0000 (16:58 +0000)]
Merge "Config SDNC to use maven 3.5"
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>
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
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>
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>
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>
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
Jessica Wagantall [Tue, 13 Aug 2019 18:09:42 +0000 (18:09 +0000)]
Merge "Add release job of VFC"
Jessica Wagantall [Tue, 13 Aug 2019 18:09:39 +0000 (18:09 +0000)]
Merge "Add release job of VFC"
Jessica Wagantall [Tue, 13 Aug 2019 18:09:37 +0000 (18:09 +0000)]
Merge "Add release job of VFC"
Jessica Wagantall [Tue, 13 Aug 2019 18:09:35 +0000 (18:09 +0000)]
Merge "Add release job of VFC"
Jessica Wagantall [Tue, 13 Aug 2019 18:09:33 +0000 (18:09 +0000)]
Merge "Add release job of VFC"
Jessica Wagantall [Tue, 13 Aug 2019 16:28:38 +0000 (16:28 +0000)]
Merge "Change parent daily jobs"
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>
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>
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>
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>
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>
Jessica Wagantall [Tue, 13 Aug 2019 16:16:35 +0000 (16:16 +0000)]
Merge "Add release job of VFC"
Jessica Wagantall [Tue, 13 Aug 2019 16:15:03 +0000 (16:15 +0000)]
Merge "Add release job for multicloud services"
Jessica Wagantall [Tue, 13 Aug 2019 16:11:50 +0000 (16:11 +0000)]
Merge "Add release job for nbi"
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>
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>
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
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>
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>
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>
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>
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>
Jessica Wagantall [Thu, 8 Aug 2019 16:24:34 +0000 (16:24 +0000)]
Merge "Change build node for multicloud openstack jjb"
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
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>
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>
Jessica Wagantall [Wed, 7 Aug 2019 21:28:47 +0000 (21:28 +0000)]
Merge "Add centos7-memcached-4c-4g builder"