summaryrefslogtreecommitdiffstats
path: root/jjb/vnfsdk/vnfsdk-dovetail-integration-python.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-01-14Ensure INFO runs in centosJessica Wagantall1-0/+1
Move INFO.yaml verify jobs to centos node to ensure there are no issues with Python packages. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ib696292b9785478175515694247854b2e4e1c37f
2019-02-05temporary disable arm64 docker build for vnfsdkPaul Vaduva1-19/+19
The docker build jobs on arm64 will not pass until the dockerhub migration is approved and implemented. Change-Id: I005e2baf50858e57241b28bcd910285564dc6b41 Issue-ID: CIMAN-217 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-12-07Add arm64 docker build for vnfsdkPaul Vaduva1-0/+19
Add arm64 docker-build job for vnfsdk project Change-Id: Ica0fa9cf3cb583cda4ea4aa2f34c687bfe7e046c Issue-ID: CIMAN-217 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-12-03Add nexus-iq-namespace for CLM jobsJessica Wagantall1-0/+1
Add nexus-iq-namespace variable for CLM jobs to use the 'onap' prefix in Nexus IQ reports. Having this prefix, will help in situations where two different organizations have the same application names. Change-Id: Id689cbb482d823482932fb4d397bd2adae950735 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-11-27Merge "Allow docker-java to specify node"Jessica Wagantall1-1/+1
2018-11-13Manage views [t*-v*] in JJBJessica Wagantall1-0/+6
Use lf-views to manage views through JJB Issue-ID: CIMAN-218 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I1297f26739606105288f65aac5919d9b57ef8051
2018-11-08Allow docker-java to specify nodeJessica Wagantall1-1/+1
Allow {project-name}-{stream}-docker-java-daily to allow a specific build-node to be able to run these jobs using the ARM architecture nodes. All current projects using this job will stay unchaged and will still run their builds on ubuntu1604-docker-8c-8g. Change-Id: I36dd81f3de10a1f40d3c1aabe7d379475f78d6c8 Issue-ID: CIMAN-219 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-10-23VNFSDK-Refactor CLM project blockJessica Wagantall1-1/+10
The clm job portion needs to be on its own project section similar to the Sonar portion. The reason behind this, is because we only want this job to be running for master and no other branches. Also, this is in preparation for the work that is to come from global-jjb on application names in CLM. Change-Id: I8061cddf7d77c7eab1f243f6960ac15a5248a974 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-09-28Spread out the scheduling of Daily jobsGary Wu1-1/+1
Spread the scheduling of Daily jobs throughout the day to reduce resource contention. Change-Id: I2b2606b4022c1d9f882bfe95b439b021b17f362e Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall1-0/+1
This reverts commit 74c6abf7b5ec8663d0a7a437325d47274f6c111f. Issue-ID: CIMAN-33 Change-Id: I5c8cd455908ee6352d273db5ff76cd6529f3d8af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-23Remove CLM jobsJessica Wagantall1-1/+0
Remove CLM jobs as they are exposing proprietary information. Looking into how to handle these better. Change-Id: I8dde2f314af5a945163e0b1172926c398ec78c37 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-07-18Add INFO.yaml verify jobJessica Wagantall1-0/+9
- Add verification for INFO.yaml files in VNFSDK - Fix line separation between projects in yaml files - Fix clm jobs that do not need parameters Change-Id: I26a3ece73a8b70a35816609f059b1c38a6037132 Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-05-17Merge "Add python release to jjb jobs"Jessica Wagantall1-0/+1
2018-05-17Add python release to jjb jobsChris Donley1-0/+1
Issue-ID: VNFSDK-269 Change-Id: I32e1fba14f3ab5300ba9aa698ecc5086a789279a Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-05-08Move Dmaven.test.skip param (v)Jessica Wagantall1-0/+1
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-04-17Update Sonar coverage for python reposChris Donley1-2/+2
Dovetail-integration Ice Issue-ID: CIMAN-140 Change-Id: I535d65e16b442015ed0c1015ec6d9e44cfea647d Signed-off-by: Chris Donley <christopher.donley@huawei.com>
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-03-29Add docker management to dovetail-integrationMoshe1-0/+3
Issue-ID: VNFSDK-183 Change-Id: I112d94fb1d66f3bc42fd260c1f53c10580a2038f Signed-off-by: Moshe <moshehoa@amdocs.com>
2018-03-19Rename basebuild to builderJessica Wagantall1-2/+2
Rename nodes from "basebuild" to "builder" in preparation for updating to common-packer. Change-Id: I6ff64e3ee5c856391430296aded45d84c46de171 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-16Update sonar support for python reposChris Donley1-0/+4
Specifically, vnfsdk-pkgtools and vnfsdk-dovetail-integration Issue-ID: VNFSDK-210 Change-Id: I1ec4b12bc83d839ecd6fce5a33809ff6f6a96307 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-03-14Update merge job for dovetail-integrationChris Donley1-0/+14
also adding sonar Issue-ID: VNFSDK-183 Change-Id: I016057e5603f3000348e1d0a714713e2056262b3 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
2018-02-28Add jjb yaml file for vnfsdk-dovetail-integrationChris Donley1-0/+17
Issue-ID: VNFSDK-181 Change-Id: I78005dbd2995ec46e96cb55c916f235148f03621 Signed-off-by: Chris Donley <christopher.donley@huawei.com>