summaryrefslogtreecommitdiffstats
path: root/jjb/vfc/vfc-nfvo-wfengine-java.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-10-23VFC-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: I28975b8279fa0b1f2f6fb57b76468db366e800e2 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-09-28Spread out the scheduling of Daily jobsGary Wu1-2/+2
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-08-01Fix clm job definitionJessica Wagantall1-1/+1
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 Belur1-1/+1
- Add empty line between project sections. Issue-ID: CIMAN-1 Change-Id: If799176581c1fc90e1d8ce2eead7582552e35db4 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2018-03-19Rename basebuild to builderJessica Wagantall1-3/+3
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-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-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-02-23Remove Amsterdam Job from JenkinsGildas Lanilis1-3/+1
In order to focus on Beijing Release, this is removing remaining Amsterdam Jobs on: -demo -dmaap -holmes -integration -modeling -msb -multicloud -testsuite -usecase ui -vfc Change-Id: I4f2a3818b1b53d426e03709e2bf7848cc02d1c78 Issue-ID: CIMAN-135 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-02-14Run sonar jobs once a dayJessica Wagantall1-0/+1
Change-Id: If9d9a676ade972890a3748f24a58c81541b5b1df Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-13Remove empty java-version in templatesJessica Wagantall1-2/+0
The new upgrade of global-jjb 0.16.0 is able to handle the java version better. We do not need to set this variable as empty anymore. Change-Id: I88cae9f4b49241b6045deee7fd696c18d781db1c Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-01Set build node for gerrit-maven-sonarJessica Wagantall1-0/+1
Run gerrit-maven-sonar on a 4c-4g node Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I8a50b075ab6c1da5b015136b30a8aa2fab5bbc9a
2018-02-01Move projects to gerrit-maven-sonarJessica Wagantall1-0/+11
The current Sonar goal in release-version-java-daily has a lot of issues when running for projects in more than one branch. Remove sonar task from release-version-java-daily and use global-jjb gerrit-maven-sonar job instead. Change-Id: I9a20b68f4539e227ceab4063edb2df429cf60afb Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-12-05Add CLM jobs for vfc reposJessica Wagantall1-0/+2
Change-Id: I1ca53dae012c84aa59c749a59f913ec452032a3a Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-21Add amsterdam stream to JJB templatesJessica Wagantall1-0/+2
Add amsterdam branch for jjb job templates for vfc repos Change-Id: I8c9e2d3947277dc22ab939440c992d810719ec57 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-27Fix file not found errorZhaoxing1-2/+4
Change-Id: I1aa96331df28310723e100cf73a43856b5d0aa9e Issue-id: VFC-445 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
2017-10-26Add {subproject}-docker-java-version jobZhaoxing1-5/+4
Allow subprojects to build docker separately Issue-Id: VFC-509 Change-Id: I3c9c8ba8b461d5fe35c79d1187ffdb7190c20700 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
2017-10-11Add {subproject}-release-version jobZhaoxing1-1/+1
Change-Id: I4fd1483e6eb1a3e73618058cb091b42ec6c5e445 Issue-Id: VFC-509 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
2017-09-23Add docker job in jjb for vfc-nfvo-wfengineZhaoxing1-0/+5
Change-Id: I15c3d4335fbf2c9ecc6c5d7566cffe951a7bff3d Issue-id: VFC-435 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
2017-08-29Add Sonar Inspection job for wfengineZhaoxing1-0/+1
Change-Id: I7f835e1485091cc6b9f1b35ad565ed32cbd49147 Issues-Id: VFC-185 VFC-186 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
2017-08-14Add merge job for vfc/nfvo/wfengineZhaoxing1-0/+23
Issue-ID: VFC-74 Change-Id: Ie8e5a119162915180cdf3665acc3c659547c6c21 Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>