summaryrefslogtreecommitdiffstats
path: root/jjb/appc
AgeCommit message (Collapse)AuthorFilesLines
2019-09-16Move release jobs to docker nodeJessica Wagantall3-3/+3
Move release jobs to docker node since these repos will start using self container releases Change-Id: If335d12375863b3809e0d1335310a3eaeefea154 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-09-05Fix appc-clm gerrit-maven-clm jobHoua Yang1-0/+1
Add mvn-opts set for gerrit-maven-clm to address IT-17448. Issue-ID: CIMAN-33 Signed-off-by: Houa Yang <hyang@contractor.linuxfoundation.org> Change-Id: I4c58c252596a82c4e66b0173e448ebbbad697f6f
2019-09-03Fix APPC GC Maven Merge JobHoua Yang1-0/+2
Add JAVA and MVN opts set for merge job. Issue-ID: CIMAN-33 Signed-off-by: Houa Yang <hyang@contractor.linuxfoundation.org> Change-Id: I4bc2730aa96aa0ca39c81b50112449e5b18145f2
2019-08-30Fix APPC GC Maven issuesJessica Wagantall1-1/+2
APPC needs both JAVA and MVN opts set to: -Xmx4000m -XX:MaxPermSize=256m Add support for local java verify job. Issue-ID: CIMAN-33 Change-Id: I76a82a05ec66b6d8584471685ec9e72df0bb8de4 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-08-30resolve JJB GC issueTaka Cho1-1/+1
change mvn-option Change-Id: I944f6ed73e0565ff4e1259305b615c5aa65a19e6 Issue-ID: APPC-1711 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-08-29merge-verify job failed on GCTaka Cho1-0/+1
add an mvn-opts: -Xmx512m -XX:MaxPermSize=128m Change-Id: Ib14d6437fbafec7b9992d86a64a23ae7565efe9a Issue-ID: APPC-1711 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-08-01Add appc self release jobsPatrick Brady3-0/+6
Change-Id: If9b8bd73164399fe004620a32fdc778cbd934771 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1684
2019-07-31Remove appc deployment java staging jobsPatrick Brady1-6/+0
The appc/deployment project does not contain any java code, so the staging jobs for the java code are not needed. Change-Id: Ia25137f34076dd2324c758dce7da786c32cb53a2 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1678
2019-07-29remove appc jenkins for dublinTaka Cho1-2/+0
one more needs to be removed Change-Id: I86c1dbbb10695c94455287d7c96a8387131a84a3 Issue-ID: APPC-1672 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-07-29remove appc jenkins for dublinTaka Cho4-8/+0
Since we signed off Dublin release already, there is no need to run the build for Dublin in APPC. Change-Id: I68418ceac50db1899169ed4619f077639e253805 Issue-ID: APPC-1672 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-05-09Remove old appc release jobsPatrick Brady2-2/+0
Change-Id: Ibb32dd7384b938c6d833f1cf6647277a5f18dd35 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: CIMAN-234
2019-05-07Update APPC maven-stage jobsJessica Wagantall4-4/+15
- Run on centos docker 8c-8g nodes - Sign artifacts - Use versions plugin Change-Id: Ic88e89c0173ab6605aea5d5e9dadf214f5f6cb62 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-05-06Change appc build nodePatrick Brady1-1/+2
Update the maven-stage job to use the same size build node as the old release job. Change-Id: Iec7c74fb4bb230dc5fc2400b820469ea8861885f Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1595
2019-04-26Appc build jobs for dublin branchPatrick Brady4-0/+10
Change-Id: I4aa30ba1356b335b5749a98bad61efd065abb291 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1585
2019-03-02Add INFO.yaml verify job (APPC)Jessica Wagantall4-0/+32
Add gerrit-info-yaml-verify from global-jjb to verify INFO.yaml file contents. Change-Id: I3de372f3d52fc1b6ca078f7960515e956b574dc8 Issue-ID: CIMAN-179 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-03-02Migrate to gerrit-maven-stage (APPC)Jessica Wagantall4-0/+4
Migrate to use gerrit-maven-stage from global-jjb to allow the generation of signed release artifacts that will reduce release processing time. Change-Id: I32d7fd4bb0b532408b6e5366633490028fbfc307 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-02-21Move APPC docker jobs to nonqueue nodeJessica Wagantall1-1/+1
Change-Id: I4e601cf35659895824a83edc24bec371f190d3f7 Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-02-13Increase timeout for Appc Maven CLM jobBengt Thuree1-1/+1
appc-maven-clm-master CLM job kept failing, due to 30 mimute build timeout. Increased it to 60 minutes. RT Ticket 68375 Issue-ID: CIMAN-1 Change-Id: I3ea2ac3772e58e4cb0d454dc3553a01ca2b2414b Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org>
2019-02-07remove R3 appc jenkinsTaka Cho5-13/+1
R3 and R3 Mtn were passed, so removing R3 jenkins jobs Change-Id: I9aac7073fdf8973e2e94fb48049c25427ceb5b8b Issue-ID: APPC-1405 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-02-07temporary disable arm64 docker build for appcPaul Vaduva1-35/+35
The docker build jobs on arm64 will not pass until the dockerhub migration is approved and implemented. Change-Id: I325907ea30634e78b2d96ce786460e1ee98ff456 Issue-ID: CIMAN-217 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-12-17Add arm64 docker build for appcPaul Vaduva1-0/+35
Add arm64 docker-build job for appc project: Change-Id: Ife54ffbd637d7530b541b97f824caf65125ab40d Issue-ID: CIMAN-217 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-12-13remove CLM appc-deploymentTaka Cho1-10/+0
the CLM job for appc/deployment is redundant. that would be covered by appc-master and appc/cdt, since appc/deployment is a repo for build APPC/CDT dockers, all those artifacts for appc/deployment are coming from either appc-master or appc/cdt Change-Id: I0bb4b96b5abff73a94e41f9c2681393b238ec40d Issue-ID: APPC-1272 Signed-off-by: Taka Cho <takamune.cho@att.com>
2018-12-03Add nexus-iq-namespace for CLM jobsJessica Wagantall3-0/+3
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-13Manage views [aaf,aai,appc] in JJBJessica Wagantall1-0/+6
Use lf-views to manage views through JJB Change-Id: Ie6dfe6a9dca587ae133927bfabe9a9ed8ec2e289 Issue-ID: CIMAN-218 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-11-12Add appc casablanca jobsPatrick Brady4-0/+10
Change-Id: I82847e1809aa1609139e6f0f3b5387d4f4743d1a Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-23APPC-Refactor CLM project blockJessica Wagantall3-6/+32
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: I45642f6f3c14acd047141d3b8f74113c0674c54a Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-10-10Add back appc docker version jobPatrick Brady1-0/+2
The job was removed since there were no released java artifacts. Now it is needed to create the stating docker image for release. Change-Id: I6fec858153e95fdec18d183ec425c98e2b7f3005 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-09Add casablanca CSIT jobs for APPCAaron Hay1-0/+2
Change-Id: I15ae7d1b4030f0a0830bd6046dd75476e3eec626 Issue-ID: INT-679 Signed-off-by: Aaron Hay <ah415j@att.com>
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-09-27Remove appc Beijing jobsPatrick Brady3-8/+0
Change-Id: I9ac0e72a07b201e58aa226e84cb4a804253bc333 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1210
2018-09-21Jobs for new appc-parent repositoryPatrick Brady1-0/+15
Adding the jenkins jobs for the newly-created appc/parent gerrit repository. Change-Id: If56072553b104c752a176c15c53caeb37989a6ab Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1208
2018-09-20Fix nested trigger_jobs (A)Jessica Wagantall1-2/+1
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. Issue-ID: CIMAN-184 Change-Id: I9e0e245109af786345802caee2f6f26126f550d4 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall3-0/+6
This reverts commit 74c6abf7b5ec8663d0a7a437325d47274f6c111f. Issue-ID: CIMAN-33 Change-Id: I5c8cd455908ee6352d273db5ff76cd6529f3d8af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-23Remove CLM jobsJessica Wagantall3-6/+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-21Delete CSIT job in Beijing branch for APPCTaka Cho1-2/+0
Per PTL meeting discussion, we are going to disable CSIT in Beijing branch for APPC Change-Id: I44acb06a2b8f09b05b45a09c93d259b7a610778a Issue-ID: INT-633 Signed-off-by: Taka Cho <tc012c@att.com>
2018-08-16Remove appc docker version jobPatrick Brady1-2/+0
The job is going to fail until we release java artifacts at the end of the release. Since the job makes staging docker images, the java artifacts in these images need to be released versions, since the staging docker image is going to be a candidate for release. Change-Id: Ice48015c40b33fdb32419bcf2d2692e06c0bd87c Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1155
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-19Change APPC docker jobs to use dedicated VMGary Wu1-4/+21
Change-Id: I000618b9b37c8dff8dcc5f34ef1aae6103644f99 Issue-ID: INT-588 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-14Make code sections readable and consistentAnil Belur1-0/+1
- Add empty line between project sections. Issue-ID: CIMAN-1 Change-Id: If799176581c1fc90e1d8ce2eead7582552e35db4 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2018-05-23Add back appc master csitPatrick Brady1-0/+2
Should not have removed this before, adding it back. Change-Id: I431b6717aade5984a49ee1fb9d3c8a1982b9a15b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
2018-05-22Add appc jobs for Beijing branchPatrick Brady4-2/+8
Change-Id: I03da80d90e758a3ef0c7bb495363024036c203b2 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
2018-05-17Add appc cdt release jobPatrick Brady1-0/+1
For some reason, we did not have a release job for this project. Change-Id: I9e5a43d38775916e48b45d51086d5b4cc1e91acf Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-910
2018-05-16Move appc-master-release to 8c8gPatrick Brady1-1/+2
Appc merge and verfiy are already on the 8c8g. This release job is failing often because it is still on the 4c4g Change-Id: I84ee45be660916ddd7479047cdbf8f8f79bf6569 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-906
2018-05-07Move Dmaven.test.skip param (a-e)Jessica Wagantall1-2/+4
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 Change-Id: I0f2e0d681734939f4e9b7d07faca33cc4a0da2b9 Issue-ID: CIMAN-159 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-04Revert APPC docker jobsJessica Wagantall1-8/+3
Revert appc-deployment to use the old docker jobs. Moving into the new jobs will require a full re-design of how this repo is built and, being close to the next release, this effort is bigger than expected. Change-Id: Ida452fb90e4fb025afc28bb29d699aee708b16c0 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-03Add docker variables for APPCJessica Wagantall1-3/+8
Docker jobs require more variables to be set. Build node set to use a docker node, location of Dockerfile and name for the docker image. Change-Id: Iab7ce190f1f26ff74182ca9b7b22e19991fe4c07 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-03Add APPC new docker jobsJessica Wagantall1-3/+3
Add global docker jobs for APPC: - '{project-name}-{stream}-merge-docker' - '{project-name}-{stream}-verify-docker' - '{project-name}-{stream}-release-version-docker-daily-no-sonar' Change-Id: I94dfc0c2e6a9a1f3a760b86b0bd3c6845375e22e Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-19Rename basebuild to builderJessica Wagantall3-7/+7
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-04Adding appc-cdt jobsPatrick Brady1-0/+2
Change-Id: I55fb65323a814486db7c23ed38e539afab01fd3e Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-627
2018-02-20Add missing CLM jobs for appcJessica Wagantall1-0/+15
Change-Id: I121494a48ab39d6ae22d7dcf19bd0d558da9d231 Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>