summaryrefslogtreecommitdiffstats
path: root/jjb/appc/appc-deployment.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-03-26Update appc to ubuntu 1804Patrick Brady1-3/+3
Change-Id: I9e1b2234c1e3782f511df48118d92319f13038ed Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-03-12Migrate to ARM Ubuntu18.04 nodeJessica Wagantall1-1/+1
Ubuntu 16.04 still has SSH and Kernel issues. Migrating to Ubuntu18.04 since we have a good instance now. TODO: Disable Ubuntu16.04 arm nodes. - Currently Ubuntu18.04 arm nodes are under more test. - No additional costs since no job is using 16.04 arm nodes. - Once confirmed, these will be disabled. Change-Id: I1ef6dfc04aa6e85531f824e24ad517137a7080ca Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-01-22Merge "Add profile to appc docker stage job"Jessica Wagantall1-0/+1
2020-01-22Add profile to appc docker stage jobPatrick Brady1-0/+1
The docker profile is currently not correctly being applied during docker build. Change-Id: I45aa32928c5860eb781cf54727f2464efc48e5af Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-01-22Merge "remove El Alto build APPC JJB"Jessica Wagantall1-4/+0
2020-01-22remove El Alto build APPC JJBTaka Cho1-4/+0
remove El Alto build APPC jjb Change-Id: I9150ba0662701314c33ecce04fd6867f65176924 Issue-ID: APPC-1818 Signed-off-by: Taka Cho <takamune.cho@att.com>
2020-01-22Add self release jobs for appc dockerPatrick Brady1-0/+5
Adding the gerrti maven stage and release jobs so that appc docker images can be released using the self-release process. Change-Id: I8d3bcfb540de6f279707d7eef0c7a7dd3ca86feb Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1816
2020-01-14Ensure INFO runs in centosJessica Wagantall1-0/+1
Move INFO.yaml verify jobs to centos node to ensure there are no issues with Python packages. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ib696292b9785478175515694247854b2e4e1c37f
2019-10-24Remove unused templates [1]Jessica Wagantall1-17/+0
This is a change towards CD/CI cleanup and optimization Issue-ID: CIMAN-339 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I51506d2c50d3def65b5002357f04621b8e2b96ed
2019-10-08Merge "Appc jobs to maven 3.5"Jessica Wagantall1-0/+2
2019-10-08Appc jobs to maven 3.5Patrick Brady1-0/+2
Maven 3.5 is required for the new version of Opendaylight. Change-Id: Ic25032f3b3a1cc61a3dc57e849ce76a3bf3f90a6 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1749
2019-10-08set up jjb for elalto branchTaka Cho1-0/+4
we need jjb jobs for El Alto branch Change-Id: Ia44074f1322a64e78c4f7d1499508bf7b59aa531 Issue-ID: APPC-1762 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-09-25Add maven stage jobs for dockerPatrick Brady1-0/+2
Change-Id: I1f6d40b1d7add211fa373bd0144ae772514bc80d Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
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 Cho1-2/+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-07Update APPC maven-stage jobsJessica Wagantall1-1/+4
- 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-04-26Appc build jobs for dublin branchPatrick Brady1-0/+4
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 Wagantall1-0/+8
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 Wagantall1-0/+1
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-07remove R3 appc jenkinsTaka Cho1-4/+0
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 Wagantall1-0/+1
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-12Add appc casablanca jobsPatrick Brady1-0/+4
Change-Id: I82847e1809aa1609139e6f0f3b5387d4f4743d1a Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1212
2018-10-23APPC-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: 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-09-27Remove appc Beijing jobsPatrick Brady1-4/+0
Change-Id: I9ac0e72a07b201e58aa226e84cb4a804253bc333 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1210
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-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-05-22Add appc jobs for Beijing branchPatrick Brady1-0/+2
Change-Id: I03da80d90e758a3ef0c7bb495363024036c203b2 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-916
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 Wagantall1-1/+1
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-02-19Remove appc amsterdam jobsPatrick Brady1-2/+0
I failed to remove the deployment and csit jobs before when I removed the main jobs. Change-Id: I11a2a180bdac296ee5255b71b7d68bb7db7dbc4e Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-625
2018-02-13Remove empty java-version in templatesJessica Wagantall1-1/+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-09Disable appc-deployment from Sonar scansJessica Wagantall1-12/+0
appc-deployment does not have java code to be scanned Change-Id: I8aecc58482fc60f7c7f1315f9408a79731a184b0 Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-01Remove release-version-java-daily-no-sonarJessica Wagantall1-1/+1
gerrit-maven-sonar is now in place to run all the Sonar scans. "release-version-java-daily-no-sonar" and "release-version-java-daily" templates are exactly the same after removing the sonar goals. Issue-ID: CIMAN-126 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: If89f2c8a484c28271aa7b634ab7e6b3f064d63fb
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-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-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>