summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
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-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-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>
2018-04-18policy/docker does not need to be builtJorge Hernandez1-28/+0
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>
2018-04-18Remove defunct odlparent jobsGary Wu1-7/+0
Change-Id: I18ff77328992b648243821dde552062f5ce1bbca Issue-ID: INT-472 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-04-18Correct CSIT YAML file for ExternalAPI-NBIEric Debeau1-1/+1
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>
2018-04-17Merge "Move pkgtools to Tox + Sonar"Jeremy Phelps1-2/+2
2018-04-17Update Sonar coverage for python reposChris Donley2-6/+6
Dovetail-integration Ice Issue-ID: CIMAN-140 Change-Id: I535d65e16b442015ed0c1015ec6d9e44cfea647d Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-04-17Move pkgtools to Tox + SonarJessica Wagantall1-2/+2
Move vnfsdk/pkgtools to use Tox + Sonar scan job. Change-Id: I277d3b4323baa6f453207835dfa62fc377fa637e Issue-ID: CIMAN-140 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-17Merge "Create CSIT YAML file for ExternalAPI-NBI"Jessica Wagantall1-0/+14
2018-04-17Create CSIT YAML file for ExternalAPI-NBIEric Debeau1-0/+14
Change-Id: I6927982e490279deabc35ed979d8f8a843d27fbe Issue-ID: EXTAPI-76 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
2018-04-17Remove duplicate release jobPamela Dragosh1-1/+0
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>
2018-04-17Fix vnfsdk docker namingMurali-P1-1/+1
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>
2018-04-16Merge "update sdc sonar job"Jessica Wagantall1-1/+1