summaryrefslogtreecommitdiffstats
path: root/jjb/appc/appc-master.yaml
AgeCommit message (Collapse)AuthorFilesLines
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-14Appc sonar increase java memoryPatrick Brady1-1/+1
Build is failing due to heap space. The value seemed to be set very low, especially since its running on an 8gb system. I also removed the MaxPermSize since it is not used anymore: "ignoring option MaxPermSize=256m; support was removed in 8.0" Change-Id: If6d88458a843a9e78896d1875868d4ab5d60da05 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-636
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-08Move APPC clm node into an 8c-8g onePatrick Brady1-0/+1
This change was done for the verify job and merge job, but now the clm job is hitting the heap limit, just as the others were. Change-Id: I10e9d2f7e08a1b8da516bf2e3f18f78cf8b7f3be Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: CIMAN-121
2018-02-01Switch appc-sonar to 8c-8g nodeJessica Wagantall1-1/+1
Issue-ID: CIMAN-126 Change-Id: Icb80e7222d096d5dccda4892c6c2aeaae8d17027 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>
2018-01-16Move APPC merge node into an 8c-8g onePatrick Brady1-1/+2
This change was done for the verify job, but not for the merge job. The merge job is hitting the heap limit, just as the verify job was. Change-Id: I9e6f740f1fa5a479a3d286d1ca672c52034212a0 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: CIMAN-121
2017-12-18Move APPC verify node into an 8c-8g oneJessica Wagantall1-1/+2
Move to an 8c-8g node to avoid lack of space. Change-Id: Iaf7e1a351f0ecd0f5745b40b9a009d3f742074ca Issue-ID: CIMAN-121 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-12-13Remove Sonar analysis of APPC amsterdam branchPatrick Brady1-2/+0
Sonar analysis is only required on the master branch of APPC. Updated the Jenkins job to use the no-sonar template on the release branch. Change-Id: I743845e0506824bdc68d55ee6690d74b2a3fdb82 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-343
2017-12-04Increase build timeout for appc-maven CLM jobJessica Wagantall1-0/+1
Increase from 15 to 30 mins Change-Id: Ied5b655fb7e458d5a71d90a2033be3c995690986 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 appc repos Change-Id: Ifddf71376a7d47dd8c144871d90d14fe599c007f Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-07Merge "Appc- removing site job"Jessica Wagantall1-3/+0
2017-11-06Disable tests during CLM run for appcJessica Wagantall1-1/+1
Tests are making the CLM job run for too long (more than 90 mins). We don't need the tests part for CLM reports Change-Id: Id075e1475d9eede57943271e513f4c1ca8e3d849 Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-11-06Appc- removing site jobPatrick Brady1-3/+0
Our site job is taking 10+ hours, timing out on jenkins and failing. We are going to re-configure how the javadocs plugins are configured for the next release. Change-Id: I0ccd29308eb37a1712e129c2868b46aa6ede6fcd Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: APPC-266
2017-10-23Increase build timeout for appc CLMJessica Wagantall1-0/+1
Increase build timeout from 15 to 60 mins Issue-ID: CIMAN-65 Change-Id: Ib15c5026005f0dc702f440219c2e82642f4c1237 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-07-27Remove Sonar analysis of APPC release branchSkip Wonnell1-0/+21
Sonar analysis is only required on the master branch of APPC. Updated the Jenkins job to use the no-sonar template on the release branch. Change-Id: Ibb591a9c859b37add585329d17063d437261341f Signed-off-by: Skip Wonnell <kw5258@att.com> Issue: CIMAN-8