summaryrefslogtreecommitdiffstats
path: root/jjb/multicloud/multicloud-azure-java.yaml
AgeCommit message (Collapse)AuthorFilesLines
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
2020-01-09Simplify sonar variablesJessica Wagantall1-1/+1
Globalize sonar_mvn_goal Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ia46696394bfbde621b861e662e6a512f5f6df967
2019-12-14Migrate MULTICLOUD to SonarCloudJessica Wagantall1-0/+5
Issue-ID: CIMAN-343 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ide14dcb946ae2aa8651ef39053e8c397e2322ba5
2019-07-15Migrate multicloud azure docker jobBin Yang1-5/+6
Change-Id: Ibaa1e766646973b73d9a05af234a0e3e93c1b888 Issue-ID: MULTICLOUD-704 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-07-12Remove unused release-version jjbBin Yang1-1/+0
Change-Id: I006f5934d8954ea71157b5e5389c0b8a32962074 Issue-ID: MULTICLOUD-697 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-05-02Migrate to gerrit-maven-stage (MULTI)Jessica Wagantall1-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: I34f326c9326cc6a522e4732e2efdda5956e3e4ed Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-03-07Add INFO.yaml verify job (MULTI)Jessica Wagantall1-0/+8
Add gerrit-info-yaml-verify from global-jjb to verify INFO.yaml file contents. Change-Id: I1bdf74d17ee32720d6388bf4b12f55e70608c1ec Issue-ID: CIMAN-179 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-02-05temporary disable arm64 docker for multicloudPaul Vaduva1-22/+22
The docker build jobs on arm64 will not pass until the dockerhub migration is approved and implemented. Change-Id: Iec9cb3f914644e17603686f15423345f74165997 Issue-ID: CIMAN-217 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-12-07Add arm64 docker build for multicloudPaul Vaduva1-1/+23
Run Docker and Java daily jobs for arm64 for multicloud projects. Change-Id: Ib677e0938989ce78342b770611b869bbad2bf2b1 Issue-ID: CIMAN-217 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.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-27Allow docker-java to specify nodeJessica Wagantall1-0/+1
Allow {project-name}-{stream}-docker-java-version-shell-daily to allow a specific build-node to be able to run these jobs using the ARM architecture nodes. All current projects using this job will stay unchaged and will still run their builds on ubuntu1604-docker-8c-8g. Change-Id: Iba2032d80038d5b4d4ef3a73900c89866a896918 Issue-ID: CIMAN-219 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-10-23MULTICLOUD-Refactor CLM project blockJessica Wagantall1-1/+9
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: I687796265ae87c0698416c8649efdfd491779107 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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-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-17Build jobs for multicloud-azure projectSudhakar Reddy1-0/+41
Verify and merge jobs added to multicloud-azure project. Change-Id: I465e37a36698b54daa3c272daf438339a086bde1 Issue-ID: CIMAN-196 Signed-off-by: Sudhakar Reddy <Sudhakar.Reddy@amdocs.com>