summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-05-17Add python release to jjb jobsChris Donley3-0/+3
Issue-ID: VNFSDK-269 Change-Id: I32e1fba14f3ab5300ba9aa698ecc5086a789279a Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-05-17Add appc cdt release jobPatrick Brady1-0/+1
For some reason, we did not have a release job for this project. Change-Id: I9e5a43d38775916e48b45d51086d5b4cc1e91acf Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-910
2018-05-16Move appc-master-release to 8c8gPatrick Brady1-1/+2
Appc merge and verfiy are already on the 8c8g. This release job is failing often because it is still on the 4c4g Change-Id: I84ee45be660916ddd7479047cdbf8f8f79bf6569 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-906
2018-05-16Merge "Store staging and snapshot artifict in same repo"Jessica Wagantall2-5/+11
2018-05-16Store staging and snapshot artifict in same repoDenes Nemeth2-5/+11
ONAP community is not using the a separate repo for storing snapshot and staging artifacts. The change parameterises the docker build to be able to separately control the target repository and the build artifact type (snapshot / staging). It will also store the staging and snapshots in the same repo (10003). Change-Id: I505023a7cdab90fa8ecfeb540f6306f0e19c3d6d Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
2018-05-16Fix integration docker verify jobsGary Wu1-2/+2
Fix issue with integration docker verify job not picking up the right gerrit change for verification. Change-Id: I46348f2bd3a9564929b233945b93ccbdb28be9d7 Issue-ID: INT-458 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-16Merge "Only trigger build nokiav2 directory"Anil Belur1-3/+3
2018-05-16Fix yaml to add dockersStone, Avi (as206k)2-0/+8
Adding docker jobs to dcae-d to fe and to main Change-Id: I8e7e55e1bae9b1bb3719c0424be0b6c004db043a Issue-ID: SDC-1339 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
2018-05-16Only trigger build nokiav2 directoryDenes Nemeth1-3/+3
Change-Id: I850f3154141e16bf1d5d1656c69d71b75d6d7002 Issue-ID: VFC-728 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
2018-05-15Use 10003 registry for daily jobDenes Nemeth1-0/+1
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
2018-05-15Tag docker images with latest tag tooDenes Nemeth2-5/+13
Change-Id: Ic9c47ab3792db1cd52f2a11d94d2d4414aef507b Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
2018-05-14Update global-jjb to masterJessica Wagantall1-0/+0
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
2018-05-14Revert "Update global-jjb to master"Jessica Wagantall1-0/+0
This reverts commit fb112d6bd7e903d00da29a104a3a6cf658ffd3fe. Issue-ID: CIMAN-116 Change-Id: If3a07c1dab59f876b7a5977d3e7653fdd5791998 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-05-14Update global-jjb to masterJessica Wagantall1-0/+0
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>
2018-05-14Upsize build minion for sdc-sdc-dcae-d-feJeremy Phelps1-0/+1
Issue-ID: CIMAN-160 Change-Id: I3f818a8f6027303d124bb8016cb5cd4574c7c7fb Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2018-05-14Remove the docker-version-java-daily job.sunil unnava1-2/+0
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>
2018-05-11Add job for pnf simulatorGary Wu1-0/+4
Change-Id: I8ee94661b53a7c72aa08447813beffde5b797717 Issue-ID: INT-458 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-08Upgrade to global-jjb v0.19.0Jessica Wagantall1-0/+0
Change-Id: Icd794704df562e69a04855363c32c6fadebc5840 Issue-ID: CIMAN-116 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-05-08Move Dmaven.test.skip param (v)Jessica Wagantall12-9/+21
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>
2018-05-08Merge "Add mvn-params to SDC job"Jessica Wagantall1-0/+1
2018-05-07Move Dmaven.test.skip param (s-u)Jessica Wagantall5-4/+8
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>
2018-05-07Move Dmaven.test.skip param (h-m)Jessica Wagantall6-3/+9
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>
2018-05-07Move Dmaven.test.skip param (a-e)Jessica Wagantall9-8/+20
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>
2018-05-07Remove hardcoded maven.test.skipJessica Wagantall1-1/+0
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>
2018-05-07Add mvn-params to SDC jobJessica Wagantall1-0/+1
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>
2018-05-07Add mvn-params for docker jobsJessica Wagantall2-1/+13
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>
2018-05-03Change source console timestamp log file nameGary Wu1-3/+4
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>
2018-05-03Merge "Fix docker file location"Jessica Wagantall1-1/+1
2018-05-03Retrieve console timestamps from source systemGary Wu1-1/+6
Change-Id: I28e06fa2f039552f857e00ed424697c68a25219e Issue-ID: INT-401 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-03Merge "Create jobs for DCAE-D"Andrew Grimberg4-0/+120
2018-05-03Create jobs for DCAE-DStone, Avi (as206k)4-0/+120
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>
2018-05-03Fix docker file locationDenes Nemeth1-1/+1
Change-Id: I39c1ea29c94c64d70478ff1a20ec02871438d7af Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
2018-05-02Run docker build on image with dockerDenes Nemeth2-15/+29
Change-Id: I80a2beecbd40f03174087e43b8d283db125a5188 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
2018-05-02Add a new job to build Nokia v2 imageDenes Nemeth1-0/+8
Change-Id: Id73103a705f2bf6ad56499ce03a42935d15aa08f Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
2018-04-30Add release branch 2.2.0Manoop Talasila2-4/+4
Issue-ID: PORTAL-250 Change-Id: Ieeb8ce8a4dc88e064bc020e131888665e44e24e0 Signed-off-by: Manoop Talasila <talasila@research.att.com>
2018-04-30Use mvn-params for SDCJessica Wagantall1-1/+2
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>
2018-04-28Updated the docker release branchAnkitkumar Patel1-0/+2
Release job for OSDF. Issue-ID: OPTFRA-226 Change-Id: Iadcc64b53868b2f571590a9d96a7b3a12e727dec Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
2018-04-28Merge "Update jenkins jobs for Release"Jessica Wagantall2-1/+3
2018-04-27Update jenkins jobs for ReleaseNelson,Thomas(tn1381)(arthurdent3)2-1/+3
- Updated to fix duplicat release values Change-Id: Ic726e9b530c3d3704d58b579b5270f2fd62491ac Issue-ID: MUSIC-74 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
2018-04-27Release job for HASIkram Ikramullah1-0/+2
Issue-ID: OPTFRA-225 Change-Id: I795ed254537e49fd84006a8cd4065983fd284088 Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
2018-04-26Fix Pypi script Python versionJessica Wagantall2-2/+2
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>
2018-04-23Merge "Remove defunct odlparent jobs"Jessica Wagantall0-0/+0
2018-04-22Add Docker job for mapperLusheng Ji1-0/+4
Issue-ID: DCAEGEN2-459 Change-Id: I550649c6ca6a62384a623ca3c1e28faf1194d3ad Signed-off-by: Lusheng Ji <lji@research.att.com>
2018-04-20fix vnfsdk/ice jjbChris Donley1-5/+16
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>
2018-04-19Merge "Update jjb template for aai/babel"Jessica Wagantall1-1/+1
2018-04-19Update jjb template for aai/babelLee, Tian (tl5884)1-1/+1
Use the versioned release template Change-Id: Ib88b186b6c0bcffa48d9b046acc40b892897cbfe Issue-ID: AAI-1077 Signed-off-by: Lee, Tian (tl5884) <tianl@amdocs.com>
2018-04-18Merge "Remove defunct odlparent jobs"Jessica Wagantall1-7/+0
2018-04-18Merge "policy/docker does not need to be built"Jessica Wagantall1-28/+0
2018-04-18Merge "Increase timeout for sdc-merge"Jeremy Phelps1-0/+1
2018-04-18Increase timeout for sdc-mergeJessica Wagantall1-0/+1
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>