ci-management.git
6 years agoOnly trigger build nokiav2 directory 81/47781/1
Denes Nemeth [Wed, 16 May 2018 09:35:42 +0000 (11:35 +0200)]
Only trigger build nokiav2 directory

Change-Id: I850f3154141e16bf1d5d1656c69d71b75d6d7002
Issue-ID: VFC-728
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
6 years agoUse 10003 registry for daily job 13/47713/3
Denes Nemeth [Tue, 15 May 2018 20:28:35 +0000 (22:28 +0200)]
Use 10003 registry for daily job

Use 10003 registry for VFC daily release job for
consistency with the rest of the teams.

Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728
Change-Id: I70147c792c2b8de9b466d886704938fd18889b91

6 years agoTag docker images with latest tag too 01/47301/6
Denes Nemeth [Sat, 12 May 2018 07:40:20 +0000 (09:40 +0200)]
Tag docker images with latest tag too

Change-Id: Ic9c47ab3792db1cd52f2a11d94d2d4414aef507b
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728

6 years agoUpdate global-jjb to master 97/47497/1
Jessica Wagantall [Mon, 14 May 2018 22:38:44 +0000 (15:38 -0700)]
Update global-jjb to master

Update global-jjb to the tip of master to pick a hot
fix:
- XC CLM job needs the lf-infra-parameters added.

Issue-ID: CIMAN-116
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I0a8fcc1f1f2ed14a204261b14f805b7e4d9513a7

6 years agoRevert "Update global-jjb to master" 89/47489/1
Jessica Wagantall [Mon, 14 May 2018 21:50:17 +0000 (21:50 +0000)]
Revert "Update global-jjb to master"

This reverts commit fb112d6bd7e903d00da29a104a3a6cf658ffd3fe.

Issue-ID: CIMAN-116
Change-Id: If3a07c1dab59f876b7a5977d3e7653fdd5791998
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoUpdate global-jjb to master 83/47483/1
Jessica Wagantall [Mon, 14 May 2018 21:19:34 +0000 (14:19 -0700)]
Update global-jjb to master

Update global-jjb to the tip of master to pick a hot
fix:
- XC CLM job needs the lf-infra-parameters added.

Change-Id: I001fedbc124032043981ee8ea002928ebf10ea4d
Issue-ID: CIMAN-116
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoUpsize build minion for sdc-sdc-dcae-d-fe 37/47437/2
Jeremy Phelps [Mon, 14 May 2018 17:33:33 +0000 (12:33 -0500)]
Upsize build minion for sdc-sdc-dcae-d-fe

Issue-ID: CIMAN-160
Change-Id: I3f818a8f6027303d124bb8016cb5cd4574c7c7fb
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
6 years agoRemove the docker-version-java-daily job. 15/47415/3
sunil unnava [Mon, 14 May 2018 14:23:28 +0000 (10:23 -0400)]
Remove the docker-version-java-daily job.

Both docker-version-java-daily and docker-java-daily jobs are used to
release the docker image,so docker-version-java-daily job not rquired

Issue-ID: DMAAP-496
Change-Id: I4fa2c5a13a43dc9c49a2216823b7e41aee3c6c8a
Signed-off-by: sunil unnava <su622b@att.com>
6 years agoAdd job for pnf simulator 21/47221/1
Gary Wu [Fri, 11 May 2018 15:42:36 +0000 (08:42 -0700)]
Add job for pnf simulator

Change-Id: I8ee94661b53a7c72aa08447813beffde5b797717
Issue-ID: INT-458
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoUpgrade to global-jjb v0.19.0 09/46709/1
Jessica Wagantall [Tue, 8 May 2018 23:51:52 +0000 (16:51 -0700)]
Upgrade to global-jjb v0.19.0

Change-Id: Icd794704df562e69a04855363c32c6fadebc5840
Issue-ID: CIMAN-116
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoMove Dmaven.test.skip param (v) 95/46495/4
Jessica Wagantall [Mon, 7 May 2018 22:21:46 +0000 (15:21 -0700)]
Move Dmaven.test.skip param (v)

Rather than hardcoding this parameter as part of the
maven-docker-push-daily macro, we are passing it as a
"mvn-params" parameter from the project's JJB template.

Notice that this change IS NOT adding "Dmaven.test.skip=true"
but rather moving it away from the macro into the project's
template to handle it individually per project.

Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb

Issue-ID: CIMAN-159
Change-Id: Ifb0d616f34730ffc0eaa9a371ad8800b7d153e50
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoMerge "Add mvn-params to SDC job"
Jessica Wagantall [Tue, 8 May 2018 22:55:45 +0000 (22:55 +0000)]
Merge "Add mvn-params to SDC job"

6 years agoMove Dmaven.test.skip param (s-u) 93/46493/4
Jessica Wagantall [Mon, 7 May 2018 22:20:42 +0000 (15:20 -0700)]
Move Dmaven.test.skip param (s-u)

Rather than hardcoding this parameter as part of the
maven-docker-push-daily macro, we are passing it as a
"mvn-params" parameter from the project's JJB template.

Notice that this change IS NOT adding "Dmaven.test.skip=true"
but rather moving it away from the macro into the project's
template to handle it individually per project.

Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb

Change-Id: I7fd34114a45b0b36158e05a1be09ebc4d861d96e
Issue-ID: CIMAN-159
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoMove Dmaven.test.skip param (h-m) 91/46491/2
Jessica Wagantall [Mon, 7 May 2018 22:20:04 +0000 (15:20 -0700)]
Move Dmaven.test.skip param (h-m)

Rather than hardcoding this parameter as part of the
maven-docker-push-daily macro, we are passing it as a
"mvn-params" parameter from the project's JJB template.

Notice that this change IS NOT adding "Dmaven.test.skip=true"
but rather moving it away from the macro into the project's
template to handle it individually per project.

Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb

Change-Id: I71a93ca778817448d7b8772fd32fd7cc87460d35
Issue-ID: CIMAN-159
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoMove Dmaven.test.skip param (a-e) 89/46489/2
Jessica Wagantall [Mon, 7 May 2018 22:13:16 +0000 (15:13 -0700)]
Move Dmaven.test.skip param (a-e)

Rather than hardcoding this parameter as part of the
maven-docker-push-daily macro, we are passing it as a
"mvn-params" parameter from the project's JJB template.

Notice that this change IS NOT adding "Dmaven.test.skip=true"
but rather moving it away from the macro into the project's
template to handle it individually per project.

Please refer to commit 262e8694ebce04450bc29b4805088a354b8aaccb

Change-Id: I0f2e0d681734939f4e9b7d07faca33cc4a0da2b9
Issue-ID: CIMAN-159
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoRemove hardcoded maven.test.skip 87/46487/2
Jessica Wagantall [Mon, 7 May 2018 22:07:24 +0000 (15:07 -0700)]
Remove hardcoded maven.test.skip

Remove hardcoded maven.test.skip=true property from
maven-docker-push-daily macro. Rather than adding this property
as part of the builder, we need to pass it as a "mvn-params"
from the project's JJB template.

This change will allow teams to manage the Dmaven.test.skip or
DskipTests properties better.

Change-Id: I6f5aaa35dc95255af8e1e228354e74a3463646d0
Issue-ID: CIMAN-159
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoAdd mvn-params to SDC job 37/46437/1
Jessica Wagantall [Mon, 7 May 2018 18:34:06 +0000 (11:34 -0700)]
Add mvn-params to SDC job

Add -DskipTests=true to docker-version-java-daily job.
This flag will compile the tests but not run them.

Change-Id: I416cec8ae14ac444a7675f25e60b7bd418624b16
Issue-ID: CIMAN-158
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoAdd mvn-params for docker jobs 33/46433/2
Jessica Wagantall [Mon, 7 May 2018 18:13:19 +0000 (11:13 -0700)]
Add mvn-params for docker jobs

Add mvn-params optional parameter for docker
daily job templates.

Change-Id: I13f34380539e6b7180ebbc93d649115afbe2aca2
Issue-ID: CIMAN-158
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoChange source console timestamp log file name 91/45991/1
Gary Wu [Thu, 3 May 2018 23:03:24 +0000 (16:03 -0700)]
Change source console timestamp log file name

Change source console timestamp log file name to
avoid having it overwritten by the local Jenkins.

Change-Id: I16e4ab20064e013366884de9964f5eeb0b8ce82f
Issue-ID: INT-401
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoMerge "Fix docker file location"
Jessica Wagantall [Thu, 3 May 2018 18:45:15 +0000 (18:45 +0000)]
Merge "Fix docker file location"

6 years agoRetrieve console timestamps from source system 45/45945/1
Gary Wu [Thu, 3 May 2018 18:15:00 +0000 (11:15 -0700)]
Retrieve console timestamps from source system

Change-Id: I28e06fa2f039552f857e00ed424697c68a25219e
Issue-ID: INT-401
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoMerge "Create jobs for DCAE-D"
Andrew Grimberg [Thu, 3 May 2018 14:12:16 +0000 (14:12 +0000)]
Merge "Create jobs for DCAE-D"

6 years agoCreate jobs for DCAE-D 53/44653/6
Stone, Avi (as206k) [Wed, 25 Apr 2018 12:19:07 +0000 (15:19 +0300)]
Create jobs for DCAE-D

Add jobs to all repo's for DCAE-D

Change-Id: I85b622e57f274eced802583f7e38f92d5746e315
Issue-ID: SDC-1263
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
6 years agoFix docker file location 49/45749/1
Denes Nemeth [Thu, 3 May 2018 08:22:08 +0000 (10:22 +0200)]
Fix docker file location

Change-Id: I39c1ea29c94c64d70478ff1a20ec02871438d7af
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728

6 years agoRun docker build on image with docker 73/45573/7
Denes Nemeth [Wed, 2 May 2018 08:34:48 +0000 (10:34 +0200)]
Run docker build on image with docker

Change-Id: I80a2beecbd40f03174087e43b8d283db125a5188
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728

6 years agoAdd a new job to build Nokia v2 image 17/45517/8
Denes Nemeth [Tue, 1 May 2018 22:09:16 +0000 (00:09 +0200)]
Add a new job to build Nokia v2 image

Change-Id: Id73103a705f2bf6ad56499ce03a42935d15aa08f
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Issue-ID: VFC-728

6 years agoAdd release branch 2.2.0 31/45331/1
Manoop Talasila [Mon, 30 Apr 2018 21:21:25 +0000 (17:21 -0400)]
Add release branch 2.2.0

Issue-ID: PORTAL-250
Change-Id: Ieeb8ce8a4dc88e064bc020e131888665e44e24e0
Signed-off-by: Manoop Talasila <talasila@research.att.com>
6 years agoUse mvn-params for SDC 07/45207/2
Jessica Wagantall [Sun, 29 Apr 2018 22:30:52 +0000 (15:30 -0700)]
Use mvn-params for SDC

Use mvn-params: '-Djacoco.skip=false' to skip
jacoco during Sonar scans.

Change-Id: I042dc6783cd4a056b830912a4fa827c36d7e88c2
Issue-ID: SDC-1232
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoUpdated the docker release branch 97/45197/1
Ankitkumar Patel [Sat, 28 Apr 2018 14:49:39 +0000 (10:49 -0400)]
Updated the docker release branch

Release job for OSDF.

Issue-ID: OPTFRA-226
Change-Id: Iadcc64b53868b2f571590a9d96a7b3a12e727dec
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
6 years agoMerge "Update jenkins jobs for Release"
Jessica Wagantall [Sat, 28 Apr 2018 00:12:49 +0000 (00:12 +0000)]
Merge "Update jenkins jobs for Release"

6 years agoUpdate jenkins jobs for Release 75/45175/3
Nelson,Thomas(tn1381)(arthurdent3) [Fri, 27 Apr 2018 22:16:32 +0000 (18:16 -0400)]
Update jenkins jobs for Release

- Updated to fix duplicat release values

Change-Id: Ic726e9b530c3d3704d58b579b5270f2fd62491ac
Issue-ID: MUSIC-74
Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
6 years agoRelease job for HAS 77/45177/1
Ikram Ikramullah [Fri, 27 Apr 2018 22:16:27 +0000 (18:16 -0400)]
Release job for HAS

Issue-ID: OPTFRA-225
Change-Id: I795ed254537e49fd84006a8cd4065983fd284088
Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
6 years agoFix Pypi script Python version 87/44987/1
Jessica Wagantall [Thu, 26 Apr 2018 22:31:08 +0000 (15:31 -0700)]
Fix Pypi script Python version

Fix Pypi build and publish scripts to run
virtualenv with the correct PYTHON_VERSION
specified in the job templates.

Change-Id: I71f61775380ae56c204854ddde254b467e5e16f3
Issue-ID: Issue-ID: CIMAN-137
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoMerge "Remove defunct odlparent jobs"
Jessica Wagantall [Mon, 23 Apr 2018 05:28:53 +0000 (05:28 +0000)]
Merge "Remove defunct odlparent jobs"

6 years agoAdd Docker job for mapper 73/44073/1
Lusheng Ji [Sun, 22 Apr 2018 19:51:11 +0000 (15:51 -0400)]
Add Docker job for mapper

Issue-ID: DCAEGEN2-459
Change-Id: I550649c6ca6a62384a623ca3c1e28faf1194d3ad
Signed-off-by: Lusheng Ji <lji@research.att.com>
6 years agofix vnfsdk/ice jjb 03/44003/2
Chris Donley [Fri, 20 Apr 2018 20:22:03 +0000 (13:22 -0700)]
fix vnfsdk/ice jjb

Clean up docker treatment to fix vnfsdk-ice-*-staging-master jobs

Issue-ID: VNFSDK-259

Change-Id: Id538f4271da3f1cca68a5c88a721af646c63b3f7
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
6 years agoMerge "Update jjb template for aai/babel"
Jessica Wagantall [Thu, 19 Apr 2018 16:27:30 +0000 (16:27 +0000)]
Merge "Update jjb template for aai/babel"

6 years agoUpdate jjb template for aai/babel 11/43711/1
Lee, Tian (tl5884) [Thu, 19 Apr 2018 09:32:36 +0000 (10:32 +0100)]
Update jjb template for aai/babel

Use the versioned release template

Change-Id: Ib88b186b6c0bcffa48d9b046acc40b892897cbfe
Issue-ID: AAI-1077
Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
6 years agoMerge "Remove defunct odlparent jobs"
Jessica Wagantall [Wed, 18 Apr 2018 19:01:08 +0000 (19:01 +0000)]
Merge "Remove defunct odlparent jobs"

6 years agoMerge "policy/docker does not need to be built"
Jessica Wagantall [Wed, 18 Apr 2018 19:00:49 +0000 (19:00 +0000)]
Merge "policy/docker does not need to be built"

6 years agoMerge "Increase timeout for sdc-merge"
Jeremy Phelps [Wed, 18 Apr 2018 18:58:09 +0000 (18:58 +0000)]
Merge "Increase timeout for sdc-merge"

6 years agoIncrease timeout for sdc-merge 91/43591/1
Jessica Wagantall [Wed, 18 Apr 2018 18:35:17 +0000 (11:35 -0700)]
Increase timeout for sdc-merge

Increase timeout for sdc-merge-java job to 120
minutes.

Change-Id: I509fa4345bb569324873064738d40a3aa73962c8
Issue-ID: SDC-1142
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agopolicy/docker does not need to be built 87/43587/1
Jorge Hernandez [Wed, 18 Apr 2018 18:10:33 +0000 (13:10 -0500)]
policy/docker does not need to be built

This is a companion review to
https://gerrit.onap.org/r/#/c/43585/

the policy/docker project does not need to
be built any longer as it does not produce any
delivery artifacts, therefore it does not need
any Jenkins jobs.  Instead, it is used as
configuration for policy docker-compose based
heat based installations.

Change-Id: Ic22b8163bd52e21a3d3ece1ca81b113ca5e8f352
Issue-ID: POLICY-737
Signed-off-by: Jorge Hernandez <jh1730@att.com>
6 years agoRemove defunct odlparent jobs 77/43577/2
Gary Wu [Wed, 18 Apr 2018 16:06:56 +0000 (09:06 -0700)]
Remove defunct odlparent jobs

Change-Id: I18ff77328992b648243821dde552062f5ce1bbca
Issue-ID: INT-472
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoRemove defunct odlparent jobs 75/43575/1
Timoney, Dan (dt5972) [Wed, 18 Apr 2018 16:03:58 +0000 (12:03 -0400)]
Remove defunct odlparent jobs

The odlparent subproject of oparent is no longer used in Beijing.
This change removes the associated Jenkins jobs.  There is a separate
change against oparent to remove the directory itself.

Change-Id: Ia2fe5e45aac31676689f4327a9369e7fe63971e0
Issue-ID: INT-472
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
6 years agoCorrect CSIT YAML file for ExternalAPI-NBI 77/43477/1
Eric Debeau [Wed, 18 Apr 2018 06:55:23 +0000 (06:55 +0000)]
Correct CSIT YAML file for ExternalAPI-NBI

Project name correction to be aligned with integration repo

Change-Id: Ic05548c6a5ab279eb978b2c5a8085a12030d6489
Issue-ID: EXTAPI-76
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
6 years agoMerge "Move pkgtools to Tox + Sonar"
Jeremy Phelps [Tue, 17 Apr 2018 21:00:34 +0000 (21:00 +0000)]
Merge "Move pkgtools to Tox + Sonar"

6 years agoUpdate Sonar coverage for python repos 35/43435/1
Chris Donley [Tue, 17 Apr 2018 20:45:02 +0000 (13:45 -0700)]
Update Sonar coverage for python repos

Dovetail-integration
Ice

Issue-ID: CIMAN-140

Change-Id: I535d65e16b442015ed0c1015ec6d9e44cfea647d
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
6 years agoMove pkgtools to Tox + Sonar 29/43429/2
Jessica Wagantall [Tue, 17 Apr 2018 20:21:22 +0000 (13:21 -0700)]
Move pkgtools to Tox + Sonar

Move vnfsdk/pkgtools to use Tox + Sonar
scan job.

Change-Id: I277d3b4323baa6f453207835dfa62fc377fa637e
Issue-ID: CIMAN-140
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoMerge "Create CSIT YAML file for ExternalAPI-NBI"
Jessica Wagantall [Tue, 17 Apr 2018 17:00:54 +0000 (17:00 +0000)]
Merge "Create CSIT YAML file for ExternalAPI-NBI"

6 years agoCreate CSIT YAML file for ExternalAPI-NBI 31/43331/1
Eric Debeau [Tue, 17 Apr 2018 12:23:30 +0000 (12:23 +0000)]
Create CSIT YAML file for ExternalAPI-NBI

Change-Id: I6927982e490279deabc35ed979d8f8a843d27fbe
Issue-ID: EXTAPI-76
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
6 years agoRemove duplicate release job 29/43329/1
Pamela Dragosh [Tue, 17 Apr 2018 12:15:32 +0000 (08:15 -0400)]
Remove duplicate release job

This was put in place to help release artifacts. We have fixed
our cyclic problem in the build so we can remove this job.

Issue-ID: POLICY-708
Change-Id: I66d51c591fd590169a97d5adc4beb7d34bf8a63f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
6 years agoFix vnfsdk docker naming 89/42989/2
Murali-P [Mon, 16 Apr 2018 09:33:46 +0000 (15:03 +0530)]
Fix vnfsdk docker naming

updating docker names to include vnfsdk (refrepo, refrepo/postgres)

Issue-ID: VNFSDK-251

Change-Id: Ie8107804654e3096d8dddf93209e9c467aaaf9b9
Signed-off-by: Murali-P <murali.p@huawei.com>
6 years agoMerge "update sdc sonar job"
Jessica Wagantall [Mon, 16 Apr 2018 20:08:35 +0000 (20:08 +0000)]
Merge "update sdc sonar job"

6 years agoMerge "Fix dovetail docker daily job"
Jessica Wagantall [Mon, 16 Apr 2018 19:10:39 +0000 (19:10 +0000)]
Merge "Fix dovetail docker daily job"

6 years agoupdate sdc sonar job 97/42997/1
Michael Lando [Mon, 16 Apr 2018 09:47:58 +0000 (12:47 +0300)]
update sdc sonar job

add flag to job execution to enable jacoco coverage collection

flag -Djacoco.skip=false

Change-Id: Ibc2ad42b5b716791cb498f64ca892e4ec782cd89
Issue-ID: SDC-1232
Signed-off-by: Michael Lando <ml636r@att.com>
6 years agoPull in lftools-pip hotfix 63/42863/2
Thanh Ha [Sat, 14 Apr 2018 18:05:31 +0000 (14:05 -0400)]
Pull in lftools-pip hotfix

Pip 10.0.0 released today which broke scripts related to lftools.
Pull in hotfix from global-jjb which pins the pip version to 9.0.3
release.

Issue-ID: CIMAN-1
Issue: https://jira.linuxfoundation.org/browse/RELENG-884
Change-Id: Ie09300fd6ea4bdc7607148aef7a63802dcca9381
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoFix path to pypi-dist-build.sh 65/42865/1
Thanh Ha [Sat, 14 Apr 2018 18:22:42 +0000 (14:22 -0400)]
Fix path to pypi-dist-build.sh

Issue-ID: CIMAN-137
Change-Id: Ic1c5a75b9169637638333c44fbfe87d787755466
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
6 years agoFix dovetail docker daily job 05/42805/1
Chris Donley [Fri, 13 Apr 2018 19:59:03 +0000 (12:59 -0700)]
Fix dovetail docker daily job

Move from docker-version-java-daily to docker-java-daily

Issue-ID: VNFSDK-256

Change-Id: I95ffea8edf7253c86a6d046366f03782b9f04ff9
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
6 years agoMerge "Remove ves-agent release-version-java-daily job"
Jessica Wagantall [Fri, 13 Apr 2018 19:51:56 +0000 (19:51 +0000)]
Merge "Remove ves-agent release-version-java-daily job"

6 years agoRemove ves-agent release-version-java-daily job 03/42803/1
Chris Donley [Fri, 13 Apr 2018 19:38:48 +0000 (12:38 -0700)]
Remove ves-agent release-version-java-daily job

Leave only the release-java-daily

Issue-ID: VNFSDK-255

Change-Id: I13536588dda99ac6202c0b2c2ec0fba11fecc4b6
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
6 years agoMerge "Adding ves-agent daily release"
Jessica Wagantall [Fri, 13 Apr 2018 17:38:18 +0000 (17:38 +0000)]
Merge "Adding ves-agent daily release"

6 years agoAdding ves-agent daily release 77/42777/1
Chris Donley [Fri, 13 Apr 2018 17:22:38 +0000 (10:22 -0700)]
Adding ves-agent daily release

Adding release-java-daily to fix build issue
Will be used in place of release-version-java-daily eventually

Issue-ID: VNFSDK-255

Change-Id: I06e9f640caf89c4122b8a5bb8ba42874cba39b3f
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
6 years agoMerge "Add new script to build jar"
Jessica Wagantall [Fri, 13 Apr 2018 17:24:22 +0000 (17:24 +0000)]
Merge "Add new script to build jar"

6 years agoAdd new script to build jar 09/42609/2
Nelson,Thomas(tn1381)(arthurdent3) [Thu, 12 Apr 2018 22:01:38 +0000 (18:01 -0400)]
Add new script to build jar

This is to satify bug from PORTAL

Change-Id: I40b28c246b18c67386b1bc93d1fac06ec75ab701
Issue-ID: MUSIC-68
Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
6 years ago[VVP] adding sonar for validation scripts back 75/42775/1
stark, steven [Fri, 13 Apr 2018 17:11:52 +0000 (10:11 -0700)]
[VVP] adding sonar for validation scripts back

Created pom file and sonar coverage for validation scripts project.
Need sonar job added back to ci

Change-Id: I3264deccc2cc0670cf862993b4b228b51beb18a1
Issue-ID: VVP-56
Signed-off-by: stark, steven <ss820f@att.com>
6 years agoFold SO func tests into integration-testing job 63/42563/1
Marcus G K Williams [Thu, 12 Apr 2018 18:37:46 +0000 (11:37 -0700)]
Fold SO func tests into integration-testing job

SO PTL wants all function tests for SO in one
jenkins job. This changes the name of sanity-check
to integration-testing for that purpose.

Issue-ID: SO-555
Change-Id: I2bbe87937d96a7a4cd26c35c6d741fafdb1a589c
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
6 years agoMerge "Portal/SDK release 2.2.0"
Jessica Wagantall [Wed, 11 Apr 2018 16:26:48 +0000 (16:26 +0000)]
Merge "Portal/SDK release 2.2.0"

6 years agoPortal/SDK release 2.2.0 05/41505/2
st782s [Sat, 7 Apr 2018 09:41:26 +0000 (05:41 -0400)]
Portal/SDK release 2.2.0

Issue-ID: PORTAL-250
Change-Id: I57772d05f2e3d310a48f08872c9f0b20ecd632d4
Signed-off-by: st782s <statta@research.att.com>
6 years agoMerge "Add docker verify job for vnfsdk/ice"
Jessica Wagantall [Mon, 9 Apr 2018 20:56:45 +0000 (20:56 +0000)]
Merge "Add docker verify job for vnfsdk/ice"

6 years agoAdd docker verify job for vnfsdk/ice 07/41807/3
Chris Donley [Mon, 9 Apr 2018 20:30:36 +0000 (13:30 -0700)]
Add docker verify job for vnfsdk/ice

Adding docker submodule information

Issue-ID: CIMAN-132

Change-Id: Icd607e7fab3535b8075b5835b27e5c5df9940dde
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
6 years agoAdd SO function test for HPA 01/41801/1
Marcus G K Williams [Mon, 9 Apr 2018 19:52:53 +0000 (12:52 -0700)]
Add SO function test for HPA

Issue-ID: SO-554
Change-Id: I86d7cd653e1c2f6d0e556629b407379834ea8eb1
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
6 years agoAdd jjb job to trigger csit UI tests 81/41581/1
Yuli Shlosberg [Sun, 8 Apr 2018 13:48:12 +0000 (16:48 +0300)]
Add jjb job to trigger csit UI tests

Change-Id: Ic419ce1ed76a893b90ee0b210fc046980b58db04
Issue-ID: SDC-384
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
6 years ago[VVP] added sonar jobs for vvp projects 63/41463/1
stark, steven [Fri, 6 Apr 2018 21:08:52 +0000 (14:08 -0700)]
[VVP] added sonar jobs for vvp projects

Adding sonar jobs to vvp projects

Change-Id: I62de72251758fccb0fd14d5ad6d2bd2510d6ab5f
Issue-ID: VVP-48
Signed-off-by: stark, steven <ss820f@att.com>
6 years agoMerge "Remove Sonar job for validation scripts"
Jeremy Phelps [Fri, 6 Apr 2018 18:57:15 +0000 (18:57 +0000)]
Merge "Remove Sonar job for validation scripts"

6 years agoPortal/SDK release 2.1.1 61/41361/1
st782s [Fri, 6 Apr 2018 11:37:34 +0000 (07:37 -0400)]
Portal/SDK release 2.1.1

Issue-ID: PORTAL-246
Change-Id: If81bd1022b1c78e3f17b56fe0386dbc03e72bfdb
Signed-off-by: st782s <statta@research.att.com>
6 years agoAdd docker daily job. 89/41289/1
Lusheng Ji [Fri, 6 Apr 2018 01:48:43 +0000 (21:48 -0400)]
Add docker daily job.

Add a daily docker shell job for pushing built docker images to Nexus.

Issue-ID: DCAEGEN2-206
Change-Id: I362ff6d5a36bfaac03529af1225e73b6b6246c25
Signed-off-by: Lusheng Ji <lji@research.att.com>
6 years agocalling a parent makefile instead of submakefile 57/41257/1
Kiran Kamineni [Thu, 5 Apr 2018 18:57:12 +0000 (11:57 -0700)]
calling a parent makefile instead of submakefile

Calling the parent makefile instead of submakefile
This will build both packages now that they are
under the same GOPATH

Issue-ID: AAF-213
Change-Id: I9b948eb83b38be312d1cefa7cec712d0017c41fe
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
6 years agoMerge "Fix clm build"
Jessica Wagantall [Thu, 5 Apr 2018 17:12:13 +0000 (17:12 +0000)]
Merge "Fix clm build"

6 years agoMerge "Add extra release job for drools-pdp"
Thanh Ha [Thu, 5 Apr 2018 15:34:25 +0000 (15:34 +0000)]
Merge "Add extra release job for drools-pdp"

6 years agoMerge "[VVP] vvp ci jobs docker"
Jeremy Phelps [Thu, 5 Apr 2018 14:52:20 +0000 (14:52 +0000)]
Merge "[VVP] vvp ci jobs docker"

6 years ago[VVP] vvp ci jobs docker 05/41205/1
stark, steven [Thu, 5 Apr 2018 14:44:21 +0000 (07:44 -0700)]
[VVP] vvp ci jobs docker

change jobs to use docker images

Change-Id: If6b08aa38a8bda5089c8ab0ed723e6a578dec0b0
Issue-ID: VVP-44
Signed-off-by: stark, steven <ss820f@att.com>
6 years agoAdd extra release job for drools-pdp 59/41159/2
Pamela Dragosh [Thu, 5 Apr 2018 01:58:07 +0000 (21:58 -0400)]
Add extra release job for drools-pdp

There is a cyclical dependency between 2 repos:
policy/drools-pdp and policy/drools-applications but
only in the docker build. I need a release job that creates
the drools-pdp artifacts - which I am adding here.
Then I can release the drools-applications and follow
up with building the released docker image for the
drools-pdp.

Issue-ID: POLICY-708
Change-Id: I3e50a3d8b86ab8ba4cb713082e9cef7cc5d6a04e
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
6 years agoFix clm build 79/41179/2
Determe, Sebastien (sd378r) [Thu, 5 Apr 2018 08:20:09 +0000 (10:20 +0200)]
Fix clm build

Fix the clm build for clamp as it's broken

Issue-ID: CLAMP-150
Change-Id: I24f8a61ad9ff6be6c1257d636b68e286ac2a6f31
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
6 years agoMerge "Add build node for merge job"
Jeremy Phelps [Wed, 4 Apr 2018 21:45:42 +0000 (21:45 +0000)]
Merge "Add build node for merge job"

6 years agomodify aaf docker script to push images 69/41069/1
Sai Gandham [Wed, 4 Apr 2018 20:38:09 +0000 (15:38 -0500)]
modify aaf docker script to push images

modify aaf docker script and add push shellscript to
release docker images to nexus registry.

Issue-ID: AAF-208
Change-Id: I7b38aed399e82d5ce702e3dce33553dca5fa4678
Signed-off-by: Sai Gandham <sg481n@att.com>
6 years agoAdd build node for merge job 67/41067/1
Jessica Wagantall [Wed, 4 Apr 2018 20:24:04 +0000 (13:24 -0700)]
Add build node for merge job

Use docker build node for merge-profile-java.

Change-Id: I12e2ed26ed09cff4b594d67b07073472821a0652
Issue-ID: VFC-799
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoMerge "Rename robot docker from openecomp to onap"
Jessica Wagantall [Wed, 4 Apr 2018 20:12:16 +0000 (20:12 +0000)]
Merge "Rename robot docker from openecomp to onap"

6 years agoRename robot docker from openecomp to onap 29/41029/2
Gary Wu [Wed, 4 Apr 2018 19:27:38 +0000 (12:27 -0700)]
Rename robot docker from openecomp to onap

Also remove an unused job template that was only used
by the testsuite repo.

Change-Id: Ie024864a2c5f0710f3d9bf2adaf3c356075d2c67
Issue-ID: INT-459
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
6 years agoRevert APPC docker jobs 39/41039/1
Jessica Wagantall [Wed, 4 Apr 2018 19:36:06 +0000 (12:36 -0700)]
Revert APPC docker jobs

Revert appc-deployment to use the old docker
jobs. Moving into the new jobs will require a full
re-design of how this repo is built and, being close to the
next release, this effort is bigger than expected.

Change-Id: Ida452fb90e4fb025afc28bb29d699aee708b16c0
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoMerge "Add docker variables for APPC"
Jeremy Phelps [Wed, 4 Apr 2018 17:59:44 +0000 (17:59 +0000)]
Merge "Add docker variables for APPC"

6 years agoMariadb docker used for ittests 41/40941/4
ac2550 [Wed, 4 Apr 2018 11:39:53 +0000 (13:39 +0200)]
Mariadb docker used for ittests

Clamp has a bunch it tests which needs a mariadb docker container.
Recent changes on availability of the DOCKER_REGISTRY env variable
force the registry to 'nexus3.onap.org' instead of docker.io.
This patch corrects both behaviors by setting 'nexus3.onap.org:10001 instead'

Issue-ID: CLAMP-150
Change-Id: I30a980c89755df05b8ec5f4aa0258031f4270bde
Signed-off-by: ac2550 <ac2550@intl.att.com>
6 years agoAdd docker variables for APPC 45/40845/1
Jessica Wagantall [Wed, 4 Apr 2018 00:02:28 +0000 (17:02 -0700)]
Add docker variables for APPC

Docker jobs require more variables to be set.
Build node set to use a docker node, location of
Dockerfile and name for the docker image.

Change-Id: Iab7ce190f1f26ff74182ca9b7b22e19991fe4c07
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoFix quotes in shell script 43/40843/1
Jessica Wagantall [Tue, 3 Apr 2018 23:49:39 +0000 (16:49 -0700)]
Fix quotes in shell script

Global variables defined in Jenkins need
double quotes to be translated properly in the case
section.

Change-Id: Ida76cd90314ef59f24013f7da80a2b5364fc9480
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoFix IMAGE_VERSION variable 29/40829/1
Jessica Wagantall [Tue, 3 Apr 2018 22:33:18 +0000 (15:33 -0700)]
Fix IMAGE_VERSION variable

Fix typo on variable used to extract the IMAGE_VERSION
number

Change-Id: I91d48836d697c90398a788769d16750f468de917
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoAdd APPC new docker jobs 87/40787/4
Jessica Wagantall [Tue, 3 Apr 2018 19:47:51 +0000 (12:47 -0700)]
Add APPC new docker jobs

Add global docker jobs for APPC:
- '{project-name}-{stream}-merge-docker'
- '{project-name}-{stream}-verify-docker'
- '{project-name}-{stream}-release-version-docker-daily-no-sonar'

Change-Id: I94dfc0c2e6a9a1f3a760b86b0bd3c6845375e22e
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoAdd missing 'files' parameter 97/40797/2
Jessica Wagantall [Tue, 3 Apr 2018 20:34:08 +0000 (13:34 -0700)]
Add missing 'files' parameter

Add missing 'files' parameter in docker jobs.
The triggers for patch submmitted and patch merged had
changed to allow users to specify the parameter 'files'
that they want to track in their triggers.
Docker jobs needed to be updated as well.

Change-Id: Ie30fa3142c03eeb60047c74ad6cd707126e3129d
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoMerge changes from topics 'update_postbuildscript_invocation', 'upgrade_jjb_version...
Andrew Grimberg [Tue, 3 Apr 2018 17:44:26 +0000 (17:44 +0000)]
Merge changes from topics 'update_postbuildscript_invocation', 'upgrade_jjb_version', 'upgrade_global_jjb'

* changes:
  Update format of postbuildscript call
  Update jjb version to 2.0.3
  Upgrade global-jjb to 0.17.0

6 years agoUpdate format of postbuildscript call 39/40739/1
Jeremy Phelps [Tue, 3 Apr 2018 16:15:00 +0000 (11:15 -0500)]
Update format of postbuildscript call

Change-Id: Ice34595c329330a038c267d9577d8054bf8c5e0a
Issue-ID: CIMAN-153
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
6 years agoUpdate jjb version to 2.0.3 35/40735/1
Jeremy Phelps [Tue, 3 Apr 2018 15:57:12 +0000 (10:57 -0500)]
Update jjb version to 2.0.3

Change-Id: Ie7fd122500560d693ac2f5f175e8ca605769a97b
Issue-ID: CIMAN-153
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>