summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
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
2018-04-16Merge "Fix dovetail docker daily job"Jessica Wagantall1-1/+1
2018-04-16update sdc sonar jobMichael Lando1-1/+1
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>
2018-04-14Pull in lftools-pip hotfixThanh Ha1-0/+0
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>
2018-04-14Fix path to pypi-dist-build.shThanh Ha1-4/+4
Issue-ID: CIMAN-137 Change-Id: Ic1c5a75b9169637638333c44fbfe87d787755466 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2018-04-13Fix dovetail docker daily jobChris Donley1-1/+1
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>
2018-04-13Merge "Remove ves-agent release-version-java-daily job"Jessica Wagantall1-1/+0
2018-04-13Remove ves-agent release-version-java-daily jobChris Donley1-1/+0
Leave only the release-java-daily Issue-ID: VNFSDK-255 Change-Id: I13536588dda99ac6202c0b2c2ec0fba11fecc4b6 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-04-13Merge "Adding ves-agent daily release"Jessica Wagantall1-0/+1
2018-04-13Adding ves-agent daily releaseChris Donley1-0/+1
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>
2018-04-13Merge "Add new script to build jar"Jessica Wagantall1-0/+22