Patrick Brady [Tue, 30 Jul 2019 21:38:53 +0000 (14:38 -0700)]
Remove appc deployment java staging jobs
The appc/deployment project does not contain any java code,
so the staging jobs for the java code are not needed.
Change-Id: Ia25137f34076dd2324c758dce7da786c32cb53a2
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1678
Martin Klozik [Mon, 29 Jul 2019 07:51:32 +0000 (09:51 +0200)]
aai-common docker image jobs
Introduction of new jobs for automatic build of onap/aai-common
container image. Until now, this image was built manually
by AAI team and uploaded into private 'aaionap' docker hub repo.
Following 4 jobs were added:
* aai-aai-common-master-alpine-verify-docker
* aai-aai-common-master-ubuntu-verify-docker
* aai-aai-common-master-alpine-merge-docker
* aai-aai-common-master-ubuntu-merge-docker
New jobs will create two versions of aai-common image:
* aai-common-alpine - based on Alpine Linux
* aai-common-ubuntu - based on Ubuntu Linux
These images will be pushed into standard ONAP docker
repository (currently nexus3).
NOTE: aai-common container image doesn't contain any AAI
specific code. It just installs necessary OS packages
and tools required by other AAI containers, which
are based on aai-common.
Change-Id: Icad266602adeb066a88853820f216afaed714380
Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
Issue-ID: INT-1023
Jessica Wagantall [Mon, 29 Jul 2019 19:18:46 +0000 (19:18 +0000)]
Merge "remove appc jenkins for dublin"
Taka Cho [Mon, 29 Jul 2019 18:57:20 +0000 (14:57 -0400)]
remove appc jenkins for dublin
one more needs to be removed
Change-Id: I86c1dbbb10695c94455287d7c96a8387131a84a3
Issue-ID: APPC-1672
Signed-off-by: Taka Cho <takamune.cho@att.com>
ramverma [Mon, 29 Jul 2019 17:57:03 +0000 (17:57 +0000)]
Fix apex merge job to trigger csit job
Apex csit job has been pointing to a wrong merge job
Change-Id: I964ed97fddc1ecc298594c30a183d6b4de52b57c
Issue-ID: POLICY-1955
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Taka Cho [Mon, 29 Jul 2019 15:50:10 +0000 (11:50 -0400)]
remove appc jenkins for dublin
Since we signed off Dublin release already,
there is no need to run the build
for Dublin in APPC.
Change-Id: I68418ceac50db1899169ed4619f077639e253805
Issue-ID: APPC-1672
Signed-off-by: Taka Cho <takamune.cho@att.com>
Vijay Venkatesh Kumar [Sat, 20 Jul 2019 06:38:59 +0000 (06:38 +0000)]
separate docker build jobs
VES and DFC
Change-Id: I3074a96556bdc66ce253a46f6bddeacf0a14cb94
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1690
Issue-ID: DCAEGEN2-1578
Jessica Wagantall [Wed, 24 Jul 2019 18:15:51 +0000 (18:15 +0000)]
Merge "Update PM Mapper JJB"
Jessica Wagantall [Wed, 24 Jul 2019 18:15:11 +0000 (18:15 +0000)]
Merge "Fix sdnc/oam staging build"
Jessica Wagantall [Wed, 24 Jul 2019 18:04:56 +0000 (18:04 +0000)]
Merge "Migrate to gerrit-maven-stage (SDC)-4"
Timoney, Dan (dt5972) [Wed, 24 Jul 2019 14:02:23 +0000 (10:02 -0400)]
Fix sdnc/oam staging build
Update staging builds to use maven-versions-plugin to set release
version so that snapshot dependencies are preserved.
Change-Id: I64d6f5b29248a7e5187b4b6f86ffb8eadedbdb2d
Issue-ID: CCSDK-1522
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
dfarrelly [Wed, 24 Jul 2019 08:40:51 +0000 (08:40 +0000)]
Update PM Mapper JJB
*Update PM Mapper to align with new build process in POM
Issue-ID: DCAEGEN2-1683
Change-Id: I195cb7ab16897a63ad85924757f39b9bfb78572d
Signed-off-by: dfarrelly <david.farrelly@est.tech>
Jessica Wagantall [Tue, 23 Jul 2019 20:04:34 +0000 (20:04 +0000)]
Merge "Removing both "java-daily" and "version-daily" jobs and the Casablanca jobs"
Prudence Au [Tue, 23 Jul 2019 19:37:43 +0000 (15:37 -0400)]
Removing both "java-daily" and "version-daily" jobs and the Casablanca jobs
Issue-ID: LOG-1073
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: Icb35f33f8d025aaa955c6395eeaa66fc004aa33c
Timoney, Dan (dt5972) [Tue, 23 Jul 2019 18:33:04 +0000 (14:33 -0400)]
Fix ccsdk/distribution staging build
ccsdk/distribution needs to include snapshot versions of artifacts in
order to work around bug in Nexus staging repo. In order for that
to work, Jenkins jobs for ccsdk/distribution need to use
maven-versions-plugin to set version instead of stripping -SNAPSHOT
Change-Id: I8f3ba1b2caaf3e389fc0bb1b8135c5dc5ccb37dc
Issue-ID: CCSDK-1522
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Timoney, Dan (dt5972) [Tue, 23 Jul 2019 16:57:53 +0000 (12:57 -0400)]
Run versions plugin for CDS
Enable maven versions plugin for CDS jobs, since CDS has a snapshot
dependency.
Change-Id: I9f863c9e7ee1eb0e55eac07a5dd46d55182fb863
Issue-ID: CIMAN-283
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Jessica Wagantall [Tue, 23 Jul 2019 16:33:48 +0000 (16:33 +0000)]
Merge "Remove obsolete ccsdk docker builds"
Jessica Wagantall [Tue, 23 Jul 2019 16:26:39 +0000 (09:26 -0700)]
Migrate to gerrit-maven-stage (SDC)-4
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: Ie8f54f81adfedb66c1340531a511463f1e18004c
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Andrew Grimberg [Tue, 23 Jul 2019 16:23:39 +0000 (16:23 +0000)]
Merge "Migrate to gerrit-maven-stage (SDC)-3"
Jessica Wagantall [Tue, 23 Jul 2019 16:22:29 +0000 (16:22 +0000)]
Merge "Remove deprecated release jobs"
Jessica Wagantall [Tue, 23 Jul 2019 15:34:08 +0000 (15:34 +0000)]
Merge "Remove deprecated release job"
Huabing Zhao [Wed, 17 Jul 2019 07:36:24 +0000 (15:36 +0800)]
Remove deprecated release job
MSB Maven stage jobs are working fine now.
Remove old release job.
Issue-ID: MSB-266
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Change-Id: I4d4fc46b1ff8a9673174c0e09fafef629ad6d469
Jessica Wagantall [Mon, 22 Jul 2019 21:01:28 +0000 (21:01 +0000)]
Merge "dcaegen2 jobs updates for jjb migration"
Jessica Wagantall [Mon, 22 Jul 2019 20:59:28 +0000 (20:59 +0000)]
Merge "Add docker job for MultiCloud VIO plugin"
Timoney, Dan (dt5972) [Thu, 18 Jul 2019 17:47:21 +0000 (13:47 -0400)]
Remove obsolete ccsdk docker builds
Replace old docker builds, replaced by global-jjb version.
Change-Id: Ib9783f21ab2089f5b1ce9d043d6cbaecb190ddd9
Issue-ID: CIMAN-283
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Vanessa Rene Valderrama [Wed, 17 Jul 2019 18:45:13 +0000 (13:45 -0500)]
Make sign-artifacts only for maven-stage
This maven-docker-stage job does not need
to run sigul right now since the job only
tries to sign JAVA artifacts and not docker
images.
Issue-ID: CIMAN-33
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Change-Id: I778f0b0b0fdeb080a3370fbd4fc5b876a3bfeb73
Jessica Wagantall [Wed, 17 Jul 2019 18:39:27 +0000 (11:39 -0700)]
Migrate to gerrit-maven-stage (SDC)-3
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: I1d02b894346f4298f9890dea7ec8fae8f6526346
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Jimmy Forsyth [Wed, 17 Jul 2019 18:06:55 +0000 (14:06 -0400)]
Revert aai/oom to remove reference to elalto
Issue-ID: AAI-2512
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Iafc2e370c529195cf58da9344a3e7d0713e40716
Jessica Wagantall [Wed, 17 Jul 2019 17:53:09 +0000 (17:53 +0000)]
Merge "Migrate gerrit-maven-stage (DCAEGEN)-4"
Vijay Venkatesh Kumar [Tue, 16 Jul 2019 14:38:25 +0000 (14:38 +0000)]
dcaegen2 jobs updates for jjb migration
1) Removed dublin branches across all jobs
2) Switched to centos7-docker-8c-8g for docker dependent builds
3) Removed dcaegen2-service clm (subproject has own clm job)
4) Cleaned up old release job (replaced by gerrit-maven jobs)
Change-Id: If77bdf431e0189d774d80b285ec1b0ca98c09d6b
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-1669
Issue-ID: DCAEGEN2-1578
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Ethan Lynn [Wed, 17 Jul 2019 06:49:10 +0000 (14:49 +0800)]
Add docker job for MultiCloud VIO plugin
Add docker job for MultiCloud VIO plugin
Issue-ID: MULTICLOUD-706
Change-Id: I0a6295e33fcd4437b42186a4dcaf7cd4981d602f
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
Jessica Wagantall [Tue, 16 Jul 2019 21:22:58 +0000 (21:22 +0000)]
Merge "Migrate to gerrit-maven-stage (SDC)-2"
Jessica Wagantall [Tue, 16 Jul 2019 19:50:19 +0000 (12:50 -0700)]
Migrate gerrit-maven-stage (DCAEGEN)-4
Migrate to use gerrit-maven-stage from
global-jjb to allow the generation of
signed release artifacts that will reduce
release processing time.
Do not sign artifacts in maven-docker-stage as
there are no jars being process in these jobs.
Change-Id: I9145dfdd2852a107f3120910002d75dd05a98ac6
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
sblimkie [Tue, 16 Jul 2019 19:16:09 +0000 (15:16 -0400)]
Fix champ jjb to work with new champ pom
Change-Id: I83c69ae321f4517cc7bacf91d4658d9e7824c0e3
Issue-ID: AAI-2483
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
Jessica Wagantall [Tue, 16 Jul 2019 18:05:47 +0000 (18:05 +0000)]
Merge "Update to recently created elalto branches"
Cédric Ollivier [Tue, 16 Jul 2019 17:30:53 +0000 (19:30 +0200)]
Define oom dublin verify jjb
Issue-ID: DOC-505
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I4a84e05f8d013f086a425600a21465d7c30e4174
Jimmy Forsyth [Tue, 16 Jul 2019 13:35:36 +0000 (09:35 -0400)]
Update to recently created elalto branches
Issue-ID: AAI-2512
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I31a6b75a269130aaf4e5cca634da2ac63fdf90a3
Jessica Wagantall [Mon, 15 Jul 2019 22:24:50 +0000 (22:24 +0000)]
Merge "Migrate gerrit-maven-stage (DCAEGEN)-3"
Cédric Ollivier [Mon, 15 Jul 2019 19:22:55 +0000 (21:22 +0200)]
Add dublin verify jjbs for offline-installer
Issue-ID: DOC-505
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I5bd970ac59b78a86edd2689d7ee2b7afc0a63d09
Jessica Wagantall [Thu, 11 Jul 2019 22:44:34 +0000 (15:44 -0700)]
Migrate gerrit-maven-stage (DCAEGEN)-3
Migrate to use gerrit-maven-stage from
global-jjb to allow the generation of
signed release artifacts that will reduce
release processing time.
Do not sign artifacts in maven-docker-stage as
there are no jars being process in these jobs.
Change-Id: I0f5d5c253df9fb48db0a1a2dd5d05ae8b36025b5
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Jessica Wagantall [Mon, 15 Jul 2019 17:50:16 +0000 (17:50 +0000)]
Merge "Migrate to gerrit-maven-stage (SDC)-1"
Jessica Wagantall [Mon, 15 Jul 2019 17:50:03 +0000 (10:50 -0700)]
Migrate to gerrit-maven-stage (SDC)-2
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: Icc9ab796630b1179bda286b7d1cd034f493530cb
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Jessica Wagantall [Mon, 15 Jul 2019 17:36:17 +0000 (17:36 +0000)]
Merge "Migrate multicloud azure docker job"
Jessica Wagantall [Mon, 15 Jul 2019 17:36:02 +0000 (17:36 +0000)]
Merge "Migrate multicloud framework docker job"
Jessica Wagantall [Mon, 15 Jul 2019 17:25:17 +0000 (17:25 +0000)]
Merge "Remove Multicloud VIO vesagent jobs"
Bin Yang [Mon, 15 Jul 2019 14:38:07 +0000 (14:38 +0000)]
Migrate multicloud azure docker job
Change-Id: Ibaa1e766646973b73d9a05af234a0e3e93c1b888
Issue-ID: MULTICLOUD-704
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Bin Yang [Mon, 15 Jul 2019 10:39:32 +0000 (10:39 +0000)]
Migrate multicloud framework docker job
Change-Id: Ie539273545c35152a3b6c8bee69562a57d83272b
Issue-ID: MULTICLOUD-704
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Ethan Lynn [Mon, 15 Jul 2019 04:00:27 +0000 (12:00 +0800)]
Remove Multicloud VIO vesagent jobs
VIO vesagent plugin was deprecated, remove related jobs.
Issue-ID: MULTICLOUD-706
Change-Id: I95d6f1e38ce8a6afd87bf9b85da173b5a3992b90
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
Prudence Au [Fri, 12 Jul 2019 23:43:40 +0000 (19:43 -0400)]
Removing both "java-daily" and "verion-daily" jobs and the Casablanca jobs for logging-analytics
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Issue-ID: LOG-1073
Change-Id: I9306741d042ae2a4fb2ebad909a240a092497fd7
Jessica Wagantall [Fri, 12 Jul 2019 21:59:34 +0000 (21:59 +0000)]
Merge "Add DCAE maven-stage fixes"
Jessica Wagantall [Fri, 12 Jul 2019 20:19:19 +0000 (13:19 -0700)]
Add DCAE maven-stage fixes
- Use docker node for neede projects
- Remove deprecated jobs
- Skip signing for Docker jobs as there are no
jars being produced.
Change-Id: I2192818e0e0d5f3dfbd23a54a0f1102027ca8dbd
Issue-ID: CIMAN-250
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Prudence Au [Fri, 12 Jul 2019 14:48:00 +0000 (10:48 -0400)]
Removing both "java-daily" and "verion-daily" jobs and the Casablanca jobs
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Issue-ID: LOG-1073
Change-Id: I73434efa948882c99403a831105695805f5f32c9
Victor Gao [Fri, 12 Jul 2019 01:47:00 +0000 (09:47 +0800)]
Remove VNFSDK old release job
Issue-ID: VNFSDK-423
Signed-off-by: Victor Gao <victor.gao@huawei.com>
Change-Id: I5ced025716277e6effd82fb3bc7cc11e39bc49db
Bin Yang [Fri, 12 Jul 2019 00:32:41 +0000 (00:32 +0000)]
Migrate to gerrit-maven-docker-stage
Change-Id: Ia062b433c93b732e686aafc29427bd15ea5dd068
Issue-ID: MULTICLOUD-704
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Bin Yang [Thu, 11 Jul 2019 08:19:51 +0000 (08:19 +0000)]
Remove unused release-version jjb
Change-Id: I006f5934d8954ea71157b5e5389c0b8a32962074
Issue-ID: MULTICLOUD-697
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Jimmy Forsyth [Thu, 11 Jul 2019 21:13:15 +0000 (17:13 -0400)]
Remove module pom from config
Issue-ID: AAI-2506
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ida0ab36513abb46141def33b53622f314d5dda3c
Jessica Wagantall [Thu, 11 Jul 2019 19:40:31 +0000 (12:40 -0700)]
Remove deprecated release jobs
Remove cli deprecated jobs which have been
replaced by maven-stage and maven-docker-stage
Change-Id: I194f8874304d94986375649a48207fd98b9319f5
Issue-ID: CIMAN-240
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Jessica Wagantall [Thu, 11 Jul 2019 19:05:29 +0000 (19:05 +0000)]
Merge "Fix specified sparky pom"
Jessica Wagantall [Thu, 11 Jul 2019 19:03:16 +0000 (19:03 +0000)]
Merge "Add global-jjb docker jobs"
Jimmy Forsyth [Thu, 11 Jul 2019 18:11:00 +0000 (14:11 -0400)]
Fix specified sparky pom
Issue-ID: AAI-2498
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I40ca354027c983d2247150d67ec69bac7ad27d4d
Timoney, Dan (dt5972) [Thu, 11 Jul 2019 00:49:56 +0000 (20:49 -0400)]
Add global-jjb docker jobs
Add global-jjb docker jobs for CCSDK and SDNC
Change-Id: Ieca0ed69e59c80321dfd048c34e1fe330d13ea7e
Issue-ID: CIMAN-265
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Jessica Wagantall [Thu, 11 Jul 2019 17:30:34 +0000 (17:30 +0000)]
Merge "Fix searchguard docker build"
Jessica Wagantall [Thu, 11 Jul 2019 17:29:34 +0000 (17:29 +0000)]
Merge "Saperated Valet API And Engine jobs"
Jessica Wagantall [Tue, 9 Jul 2019 17:14:02 +0000 (10:14 -0700)]
Migrate to gerrit-maven-stage (SDC)-1
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: Idaa93af7768ec3af79b9d43c0f224cffe696b6f9
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Jimmy Forsyth [Thu, 11 Jul 2019 13:40:01 +0000 (09:40 -0400)]
Fix searchguard docker build
Issue-ID: AAI-2496
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ifb7e81ec7785c44273d144621f0592761614b838
Sudarshan Kumar [Wed, 10 Jul 2019 08:35:39 +0000 (14:05 +0530)]
Saperated Valet API And Engine jobs
Saperated Valet API And Engine jobs
Issue-ID: CIMAN-256
Change-Id: I6d4a9d1068dc8abb0ecfa4963e27eb6b4e845fe1
Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
Timoney, Dan (dt5972) [Thu, 11 Jul 2019 00:21:48 +0000 (20:21 -0400)]
Remove obsolete sdnc jobs
Remove obsolete daily release jobs from SDNC, no longer needed due to
global-jjb conversion.
Change-Id: Ic85c91064b4afd426bc277aad53927b9c6497a5b
Issue-ID: CIMAN-264
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Mandar Sawant [Wed, 10 Jul 2019 19:05:59 +0000 (14:05 -0500)]
removing old unused java-daily jenkins jobs for dmaap components
Issue-ID: DMAAP-1231
Change-Id: I56f0d9f68a779581c08bc381deae82f7ebb39e65
Signed-off-by: Mandar Sawant <ms5838@att.com>
Artem Naluzhnyy [Wed, 10 Jul 2019 12:01:48 +0000 (14:01 +0200)]
Increase build timeout for Coverity Scan jobs to 240 min
For some ONAP components build+analysis may take ~3 hours.
Issue-ID: CIMAN-260
Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@samsung.com>
Change-Id: Id38cc3e01f3ae59399eaf07c039cd893e577466c
dglFromAtt [Tue, 9 Jul 2019 18:06:02 +0000 (18:06 +0000)]
remove gerrit-maven-stage job
dmaap/buscontroller only builds docker artifacts so
this retires the maven-stage job for this repo.
Change-Id: I7350d7623591ad48d517d93de05f859d23147b8e
Issue-ID: CIMAN-33
Signed-off-by: dglFromAtt <dgl@research.att.com>
Timoney, Dan (dt5972) [Tue, 9 Jul 2019 15:03:47 +0000 (11:03 -0400)]
Remove obsolete daily release build
Remove release builds that are replaced by stage build.
Change-Id: I8eb07cfd57c27be569b2294ea59e7678d90c386e
Issue-ID: CIMAN-263
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Jimmy Forsyth [Mon, 8 Jul 2019 20:15:33 +0000 (16:15 -0400)]
Add maven params to run docker profile and build
Issue-ID: AAI-2498
Issue-ID: AAI-2488
Issue-ID: AAI-2487
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Ic8f9f74643330aaf3a68172669ee856b3f689063
Jessica Wagantall [Mon, 8 Jul 2019 17:44:07 +0000 (10:44 -0700)]
Remove deprecated SO jobs.
Remove deprecated jobs replaced by
gerrit-maven-stage and gerrit-maven-docker-stage
Change-Id: I0032198b643f39609b54b52edc3d82293a9da23f
Issue-ID: CIMAN-250
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Jessica Wagantall [Mon, 8 Jul 2019 17:42:29 +0000 (17:42 +0000)]
Merge "remove older jobs of SO take 1"
Jessica Wagantall [Mon, 8 Jul 2019 17:38:38 +0000 (17:38 +0000)]
Merge "remove older jobs of SO-libs take 1"
Jessica Wagantall [Mon, 8 Jul 2019 17:35:34 +0000 (17:35 +0000)]
Merge "Migrate gerrit-maven-stage (DCAEGEN)-2"
seshukm [Mon, 8 Jul 2019 11:24:20 +0000 (16:54 +0530)]
remove older jobs of SO take 1
Issue-ID: SO-2097
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I0cfae3306c86d6ffba87f549223f1b55c2f9076a
seshukm [Mon, 8 Jul 2019 11:23:47 +0000 (16:53 +0530)]
remove older jobs of SO-libs take 1
Issue-ID: SO-2097
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Ibecbde07d37810cd6fff24897fd1ff876df6a181
Jessica Wagantall [Mon, 8 Jul 2019 17:20:02 +0000 (17:20 +0000)]
Merge "remove older jobs of SO CSIT take 1"
Jessica Wagantall [Mon, 8 Jul 2019 17:16:27 +0000 (17:16 +0000)]
Merge "Remove SDC Dublin jobs"
seshukm [Mon, 8 Jul 2019 11:23:11 +0000 (16:53 +0530)]
remove older jobs of SO CSIT take 1
Issue-ID: SO-2097
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Ie7d5f8dd370c8b15af8387091005593d98315858
Ofir Sonsino [Sun, 7 Jul 2019 14:45:09 +0000 (17:45 +0300)]
Remove SDC Dublin jobs
Change-Id: If56ab9bad2f74e1454bc920beb7e0e2eb26505df
Issue-ID: SDC-2418
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Jessica Wagantall [Fri, 5 Jul 2019 18:47:05 +0000 (18:47 +0000)]
Merge "Create dublin jenkin jobs for OOF projects"
vrvarma [Fri, 5 Jul 2019 16:23:23 +0000 (12:23 -0400)]
Create dublin jenkin jobs for OOF projects
Change-Id: Ia2dad58f00f808a0767d4d05f5fe3d0e3edbfab9
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-525
dglFromAtt [Fri, 5 Jul 2019 15:42:49 +0000 (15:42 +0000)]
Remove deprecated jobs for java-daily
Change-Id: Ib64c0c5fa0c69b86e05623529fd7d7fe3dd87d2c
Issue-ID: CIMAN-33
Signed-off-by: dglFromAtt <dgl@research.att.com>
Jimmy Forsyth [Wed, 3 Jul 2019 20:13:15 +0000 (16:13 -0400)]
Switch to using global jjb jobs
Issue-ID: AAI-2486
Issue-ID: AAI-2487
Issue-ID: AAI-2488
Issue-ID: AAI-2489
Issue-ID: AAI-2490
Issue-ID: AAI-2491
Issue-ID: AAI-2492
Issue-ID: AAI-2494
Issue-ID: AAI-2495
Issue-ID: AAI-2496
Issue-ID: AAI-2497
Issue-ID: AAI-2498
Issue-ID: AAI-2499
Issue-ID: AAI-2500
Issue-ID: AAI-2501
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I9aad7cbe1ef74d615d478921a0e359d2567c62e9
Jessica Wagantall [Wed, 3 Jul 2019 19:54:16 +0000 (19:54 +0000)]
Merge "Force maven version 3.5"
Jessica Wagantall [Wed, 3 Jul 2019 19:52:05 +0000 (19:52 +0000)]
Merge "Fix DMAAP buscontroller maven-docker-stage Use docker:push instead of -DdockerPush"
Jessica Wagantall [Wed, 3 Jul 2019 19:40:03 +0000 (19:40 +0000)]
Merge "Fix DMAAP datarouter maven-docker-stage"
Jessica Wagantall [Wed, 3 Jul 2019 19:37:18 +0000 (19:37 +0000)]
Merge "Migrate to gerrit-maven-stage (VNFSDK)"
Timoney, Dan (dt5972) [Wed, 3 Jul 2019 18:20:23 +0000 (14:20 -0400)]
Force maven version 3.5
CCSDK requires maven version 3.5 or greater, needed by
OpenDaylight Neon release.
Change-Id: I2f696cc14a16ca0992030f6327ba05bb24fd28f8
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
dglFromAtt [Wed, 3 Jul 2019 13:35:40 +0000 (13:35 +0000)]
Fix DMAAP buscontroller maven-docker-stage
Use docker:push instead of -DdockerPush
Change-Id: Ifee971ba28cfd7fa2b64c523301fd593c8dba87f
Issue-ID: CIMAN-33
Signed-off-by: dglFromAtt <dgl@research.att.com>
efiacor [Wed, 3 Jul 2019 10:00:47 +0000 (10:00 +0000)]
Fix DMAAP datarouter maven-docker-stage
Change-Id: I145960b219bd2a6e99ed7230e1bdd15d2e25260e
Issue-ID: CIMAN-33
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Pamela Dragosh [Tue, 2 Jul 2019 19:31:19 +0000 (15:31 -0400)]
Clean policy-parent old release job
Forgot this.
Issue-ID: POLICY-1737
Change-Id: If24c70d2e8580a19d9aebb8b0516143510f1afde
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Jessica Wagantall [Tue, 2 Jul 2019 17:48:41 +0000 (17:48 +0000)]
Merge "Update champ and chameleon jjbs"
Jessica Wagantall [Mon, 4 Feb 2019 22:25:45 +0000 (14:25 -0800)]
Migrate to gerrit-maven-stage (VNFSDK)
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: I77f1c4bcd60ae9402a69ab62977177b7805fe460
Issue-ID: CIMAN-234
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Jimmy Forsyth [Tue, 2 Jul 2019 14:09:32 +0000 (10:09 -0400)]
Update champ and chameleon jjbs
Also rest-client and router-core
Issue-ID: AAI-2482
Issue-ID: AAI-2483
Issue-ID: AAI-2484
Issue-ID: AAI-2485
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I0fc6980d2120233ed849f8d1066e827d8314832c
Pamela Dragosh [Tue, 2 Jul 2019 13:40:22 +0000 (09:40 -0400)]
Final cleanup policy jobs
Removed dublin jobs and cleaned out old release jobs.
Turned off CSIT for dublin.
Issue-ID: POLICY-1737
Change-Id: I1d983c334040c276f1217202c94ff58f4e918e33
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Jessica Wagantall [Mon, 1 Jul 2019 22:25:05 +0000 (15:25 -0700)]
Fix DMAAP maven-docker-stage
mvn-goals were switched by mvn-params.
Fix this variable.
Fix params to include -P docker for docker
profile.
Remove dmaap-kafka-maven-stage-master. Kafka
only produces docker images.
Change-Id: If4c74fb7b1a212e54b04468b7769a128fde2b346
Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Jessica Wagantall [Mon, 1 Jul 2019 20:50:06 +0000 (20:50 +0000)]
Merge "Clean up policy dublin and release jobs"