summaryrefslogtreecommitdiffstats
path: root/jjb/vfc
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23VFC-Refactor CLM project blockJessica Wagantall15-19/+154
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: I28975b8279fa0b1f2f6fb57b76468db366e800e2 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-09-28Spread out the scheduling of Daily jobsGary Wu16-17/+17
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-09-24Merge "Fix nested trigger_jobs (U-V)"Jessica Wagantall12-38/+27
2018-09-18Clean Sonar and CLM project nameGildas Lanilis1-14/+0
Removing sonar scan and CLM for this repo as it handles only sql files Change-Id: I4166a86aa844fe80229aa3137918eabfed5036bd Issue-ID: CIMAN-202 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall16-0/+20
This reverts commit 74c6abf7b5ec8663d0a7a437325d47274f6c111f. Issue-ID: CIMAN-33 Change-Id: I5c8cd455908ee6352d273db5ff76cd6529f3d8af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-23Remove CLM jobsJessica Wagantall16-20/+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-08-06Refactor java jobsGary Wu1-2/+2
Change-Id: I33de2951f249c5d5816c2b2ab1512c0c5b0c5b4f Issue-ID: CIMAN-187 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-06Refactor java verify jobsGary Wu1-1/+3
Change-Id: Iecf1891cfa85d056f62fc8b842a901da1de0dee1 Issue-ID: CIMAN-187 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-08-04Add vfc-nfvo-db yaml templetefujinhua2-0/+43
Add jenkins jobs for vfc-nfvo-db Change-Id: I4763a8c5ca72bab4b18271e00f99a21c837777b2 Issue-ID: CIMAN-186 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-08-01Fix nested trigger_jobs (U-V)Jessica Wagantall12-38/+27
After upgrading to JJB 2.2.0 any nested parameters up to 3 levels will be reported as a failure. We need to fix those so that there is only 2 levels maximum. Committing this as a single patch since our verify job is broken. Change-Id: Ia0557bcbaab66321fd4aa202a0333f38c86b3441 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-01Fix clm job definitionJessica Wagantall11-11/+11
Cleanup CLM job definitions that do not require any parameters Change-Id: Ib0125bcaa5e3c0a1f70041a78fec59c445e00645 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-07-14Make code sections readable and consistentAnil Belur17-8/+16
- Add empty line between project sections. Issue-ID: CIMAN-1 Change-Id: If799176581c1fc90e1d8ce2eead7582552e35db4 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2018-07-02Add separate Docker file for verification phaseDenes Nemeth1-1/+1
The separate Docker is required since during verification the artifact normally downloaded to the docker image is not available in nexus. It will only be available after the merge. Change-Id: Id36ff6fcc26f0731c16b5cec454eb8ab608f3af4 Issue-ID: VFC-728 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
2018-06-29Add docker verify job for VFC nokiav2 driverDenes Nemeth1-1/+5
Change-Id: Ib2605231045b86b7ba91ecc54885306f13d2c30d Issue-ID: VFC-728 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
2018-06-29Fix cascade build references for docker.Denes Nemeth1-0/+2
The parent jobs that trigger the docker build may reside in different jenkins job structure. Adding a parameter to configure the parent job that should trigger the build. Change-Id: I796976c97abc77feea1c9625c11023802ef2f54d Issue-ID: VFC-728 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
2018-06-25Support cascade triggered docker images.Denes Nemeth1-2/+5
Add new templates for building Docker images that are triggered by the job that builds the artifacts that is required to build the Docker image. Change-Id: Iafd46c6814971949223ef2d7b03d1fbbbda1a9fa Issue-ID: VFC-728 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
2018-06-10Add template to build release docker imageDenes Nemeth1-0/+5
The release docker image is built from artifacts in the release repo. This job is only triggered manually by Linux foundation, when a release needs to be built. The release builder still publishes to the staging repo. The images is planed to be moved from staging repo to the release repo manually. Change-Id: I943494d6826aa8f4e9186faa8c82377aa8c5b09f Issue-ID: VFC-728 Signed-off-by: Denes Nemeth <denes.nemeth@nokia.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-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-04Add build node for merge jobJessica Wagantall1-1/+2
Use docker build node for merge-profile-java. Change-Id: I12e2ed26ed09cff4b594d67b07073472821a0652 Issue-ID: VFC-799 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-30Add profile for building rootDenes Nemeth1-9/+5
Change-Id: I038400ab5caa5b7d59f76d91b32dc520ee23e06b Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-799
2018-03-29Build root pom of all SVNFM driversDenes Nemeth1-0/+21
Change-Id: I73c5fa5b314d5281fba0c2a7bcf318d4cfcd79bb Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-799
2018-03-26Add jenkins job for vfc-multivimproxyluxin3-0/+58
Change-Id: I96709060d3d7bddd1b56c7a6fc8d286300a40b90 Issue-ID: CIMAN-150 Signed-off-by: luxin <luxin7@huawei.com>
2018-03-21Update vfc-gvnfm-vnfres yaml templateying.yunlong1-1/+1
Vfc-gvnfm-vnfres sonar job failed, because sonar job name is not consistent with project name. Change-Id: I35d3287b253c74120691bf13d00f282ba5a956b9 Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2018-03-21Update vfc-gvnfm-vnfmgr yaml templateying.yunlong1-1/+1
Vfc-gvnfm-vnfmgr sonar job failed, because sonar job name is not consistent with project name. Change-Id: Iff33ae007ac44e03aafb213ec4bf02e59e41065b Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2018-03-21Update vfc-gvnfm-vnflcm yaml templateying.yunlong1-1/+1
Vfc-gvnfm vnflcm sonar job failed, because sonar job name is not consistent with project name. Change-Id: Ica15d79d00fd3b0ad8bb88f1beb90c3c726fffe6 Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2018-03-21Update vfc-svnfm-driver yaml templateying.yunlong1-13/+0
Remove unused svnfm driver sonar job, because every driver has its own sonar job. Change-Id: Ifc963ab303b3a95a37bb04b4f2b24d914bb371b3 Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2018-03-20Update vfc-gvnfm-vnfres yaml templetefujinhua1-1/+1
Update project name for sonar job Change-Id: Ie32d216c8a06934e138c48fd289f2a65dbfd2052 Issue-ID: CIMAN-147 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-03-20Update vfc-gvnfm-vnfmgr yaml templetefujinhua1-1/+1
Update project name for sonar job Change-Id: Ibad7f515af1fa770631c9a0ff0396e07c939f4a8 Issue-ID: CIMAN-147 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-03-20Update vfc-gvnfm-vnflcm yaml templetefujinhua1-1/+1
Update project name for sonar job Change-Id: Idbdafe1e196264f766e2589ca6ab87e0b81ef4bb Issue-ID: CIMAN-147 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-03-19Rename basebuild to builderJessica Wagantall17-31/+31
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-16Split CLM jobs for svnfmJessica Wagantall4-3/+8
Split jobs for vfc/nfvo/driver/vnfm/svnfm: ./nokia/pom.xml ./nokiav2/pom.xml ./huawei/pom.xml ./zte/pom.xml Change-Id: I9bdeebd3815fb41cbf5b95576aa5a97cbca1480b Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-13Remove Sonar for vfc-nfvo-wfengineJessica Wagantall1-12/+0
This project has been broken into: vfc-nfvo-wfengine-activiti-extension and vfc-nfvo-wfengine-wfenginemgrservice Change-Id: Idc5b0cc08b2912ad2aa300421093a43d1fb93019 Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-09Fix Nokia image generationDenes Nemeth1-2/+6
Change-Id: I25490e7daca6780def51b79652753958dd016ede Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728
2018-03-05Update vfc-nfvo-wfengineJessica Wagantall1-0/+26
Add Sonar jobs for activiti-extension and wfenginemgrservice Change-Id: I908c02f45779cb69ef7cb68f8c463e35364a2447 Issue-ID: CIMAN-140 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-05Merge "Update vfc-vnfm-vnfres java yaml template"Jessica Wagantall1-0/+1
2018-03-03Update vfc-gvnfm java yaml templateying.yunlong2-0/+2
As gvnfm has sub-project, so gvnfm sonar job neet mvn-params to use sub-project pom. Change-Id: I4c24f7fcde4712337bf3423341554efd46cd9c5b Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2018-03-03Update vfc-vnfm-vnfres java yaml templatefujinhua1-0/+1
Add mvn-params for sonar job Change-Id: I57b3d606bbdaa12703b0ae0b9509d1de9936e567 Issue-ID: CIMAN-140 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-03-02Update vfc-nfvo-catalog java yaml templatefujinhua1-1/+1
Change build-node to centos7-redis-4c-4g Change-Id: Ia2cfb4b1a228373f22965443c1f77edb5b1c89c7 Issue-ID: CIMAN-139 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
2018-03-02Merge "Update vfc-vnflcm java yaml template"Jeremy Phelps1-2/+2
2018-03-02Merge "Update vfc-nfvo-lcm java yaml template"Jessica Wagantall1-2/+2
2018-03-02Merge "Fix sonar job"Jessica Wagantall1-2/+1
2018-03-02Update vfc-vnflcm java yaml templateying.yunlong1-2/+2
As sonar job neet execute unittests, and unittests depend redis service, so change build-node to redis node centos7-redis-4c-4g. Change-Id: I597616867d912121763a92a4f9b5d41b8a92c5e1 Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2018-03-02Merge "Update vfc-gvnfm-gvnfmadapter java yaml template."Jessica Wagantall1-2/+3
2018-03-02Update vfc-gvnfm-gvnfmadapter java yaml template.ying.yunlong1-2/+3
Fix sonar job for vfc-gvnfm-gvnfmadapter Change-Id: I4a3a4799b9bb57fd2f102a152d1b764546468fc1 Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
2018-03-02Update the jjb template for vfcyangyan1-1/+1
Update jjb for vfc-nfvo-driver-vnfm-svnfm-nokia Issue-ID: VFC-785 Change-Id: Ica981051fe22e02a6680c975e299e2ea6eb2156d Signed-off-by: yangyan <yangyanyj@chinamobile.com>
2018-03-01Fix sonar jobDenes Nemeth1-2/+1
Change-Id: I1439f5e4d9b4beed356fde12a51024865322c12d Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com> Issue-ID: VFC-728