summaryrefslogtreecommitdiffstats
path: root/jjb/so
AgeCommit message (Collapse)AuthorFilesLines
2018-02-14Run sonar jobs once a dayJessica Wagantall2-0/+2
Change-Id: If9d9a676ade972890a3748f24a58c81541b5b1df Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-14Merge "Update jjb for SO"Jessica Wagantall2-4/+0
2018-02-13Remove empty java-version in templatesJessica Wagantall2-3/+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-09Update jjb for SOsubhash kumar singh2-4/+0
Update jjb for SO to disable "amsterdam" job. Issue-ID: SO-415 Change-Id: Ib72cc5f497adc20d12f015ee33cd80042cf73611 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-02-01Set build node for gerrit-maven-sonarJessica Wagantall2-0/+2
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 Wagantall2-0/+22
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-11-21Add amsterdam stream to JJB templatesJessica Wagantall2-0/+4
Add amsterdam branch for jjb job templates for so repos Change-Id: I1035bed70e54d4ab4144c224acad4ab11248c4f7 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-13Add java-version for CLM projectsJessica Wagantall1-1/+2
Add java-version parameter just for CLM jobs to avoid other jobs from breaking by picking the wrong configuration. Issue-ID: CIMAN-65 Change-Id: Ia70e807cc581d63296ef59320ef18e079b63c17d Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-11Move CLM jobs to global jjbJessica Wagantall1-1/+1
Use CLM job from global-jjb Remove the local CLM job template Issue-ID: CIMAN-65 Change-Id: I0660c6b73552d2e29851f3f120c7db2698724141 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-03Specify correct build node for so releaseJulienBe1-1/+1
Issue-ID: SO-168 Change-Id: I1d66619ebf65ecb553f06deb31c9900a91c8c731 Signed-off-by: JulienBe <jb379x@att.com> Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-10-02Specify correct build node for so releaseJulienBe1-0/+1
Change-Id: I34be8c89bc677e7c11eceba90bd96e92f03615b6 Issue-ID: SO-168 Signed-off-by: JulienBe <jb379x@att.com>
2017-09-28Add integration-tests to sonar for soJulienBe1-1/+2
add new template for this purpose Template allows to pass a maven profile Change-Id: I984d836bd053065d3d10b726aaca9851c2132fe7 Issue-ID: SO-168 Signed-off-by: JulienBe <jb379x@att.com>
2017-09-26Remove unneeded jenkins jobs for SORob Daugherty2-5/+0
Some of these 1.0.0 jobs are failing and it makes no sense to fix them. so-docker-image-blessing has never been executed. so-libs-release-1.0.0-clm so-libs-release-1.0.0-merge-java so-libs-release-1.0.0-release-version-java-daily so-libs-release-1.0.0-stage-site-java so-libs-release-1.0.0-verify-java so-release-1.0.0-docker-version-java-daily so-release-1.0.0-merge-profile-java so-release-1.0.0-release-version-java-daily so-release-1.0.0-stage-site-java so-release-1.0.0-verify-profile-java so-docker-image-blessing Issue: CIMAN-90 Change-Id: I23ae80e785924d18f14957f4279318dc1b6ca94b Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-08-07Add CSIT job for SOc001491071-0/+14
Add CSIT job for SO, to do functionality test case daily check. Change-Id: I1b0c3cf49c96ccd5cc8d0220b9e351ad96c197df Issue-ID:SO-74 Signed-off-by: c00149107 <chenchuanyu@huawei.com>
2017-07-27Use so-libs-settings for the SO libs buildRob Daugherty1-1/+1
The failed SO daily build is occuring because we're using the following settings file: so-settings. We need to use so-libs-settings instead. Normally our settings file matches the project name and structure (nesting). This is another fix related to SO-21. Issue: SO-21 Change-Id: Ia060ba8f9f9bdcd1de6fd586ccb907ef0546035a Signed-off-by: Rob Daugherty <rd472p@att.com>
2017-07-12'mso' is now called 'so'Rob Daugherty2-0/+61
The 'mso' repositories in gerrit were deprecated (marked read-only) and new 'so' repositories were created. The jenkins jobs should build the code from the 'so' repositories, not the 'mso' repositories. NOTE TO REVIEWERS: I don't see any direct references to the yaml files I've renamed. Please confirm that this change is correct. Issue: CIMAN-6 Signed-off-by: Rob Daugherty <rd472p@att.com> Change-Id: Ibefd42d289c76f927e7541ec0886235f02187a42