summaryrefslogtreecommitdiffstats
path: root/jjb/sdc
AgeCommit message (Collapse)AuthorFilesLines
2018-12-03Add nexus-iq-namespace for CLM jobsJessica Wagantall11-0/+11
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-27Merge "Allow docker-java to specify node"Jessica Wagantall1-0/+1
2018-11-22Update SDC-tosca JJBMichael Lando1-1/+0
Make updates to the SDC-tosca to support the Casablanca branch. * fix incorrect addition of stream Change-Id: Iea90e130214f2b6631412cc1262e743242af6e1a Issue-ID: SDC-1913 Signed-off-by: Michael Lando <michael.lando@intl.att.com>
2018-11-19Update SDC-pubsub JJBMichael Lando1-1/+3
Make updates to the SDC-pubsub to support the Casablanca branch. * Add new stream for the branch * Updated CLM and sonar to run on the new branch Change-Id: I04abdc13465473781d787489db6959f9f7f5ea8a Issue-ID: SDC-1913 Signed-off-by: Michael Lando <michael.lando@intl.att.com>
2018-11-15Update SDC DCAE-D JJBMichael Lando6-11/+23
Make updates to the DCAE-D JJB to support the Casablanca branch. * Add new stream for the branch * Updated CLM and sonar to run on the new branch Change-Id: I81ca9d6da63f2293a87133ce438bb8d6ff507bc1 Issue-ID: SDC-1913 Signed-off-by: Michael Lando <michael.lando@intl.att.com>
2018-11-15Update SDC JJBMichael Lando6-8/+21
Make updates to the SDC JJB to support the Casablanca branch. * Add new stream for the branch * Updated CLM and sonar to run on the new branch Change-Id: Ica14cf1ce740da088f09aeb109fee6c59fe8f932 Issue-ID: SDC-1913 Signed-off-by: Michael Lando <michael.lando@intl.att.com>
2018-11-14Manage views [s*] in JJBJessica Wagantall8-0/+61
Use lf-views to manage views through JJB Issue-ID: CIMAN-218 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I0c313c9c7640d3333e12f8d74e013aa8d9ec4d87
2018-11-08Allow docker-java to specify nodeJessica Wagantall1-0/+1
Allow {project-name}-{stream}-docker-java-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: I36dd81f3de10a1f40d3c1aabe7d379475f78d6c8 Issue-ID: CIMAN-219 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-10-23SDC-Refactor CLM project blockJessica Wagantall11-13/+106
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: I18f3a31606675e47e1772a1d5681a2502929ff42 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-10-08Add verify python job for DCAE Tosca labAreli, Fuss (af732p)1-0/+5
Add verify python job for DCAE Tosca lab Change-Id: I948f85b31388bbd03b1c1ef89e8dd13ce672b75a Issue-ID: CIMAN-208 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-10-03Add more timeout to SDC CLMJessica Wagantall1-0/+1
SDC sometimes times out during build process. Increase the tiemout to 120 to allow more room to process the build steps Change-Id: Ie79bd1f6d7b26654fec7add4c5ab0dab581b87b0 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-09-28Spread out the scheduling of Daily jobsGary Wu15-15/+15
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-27Enabled JaCoCo for SDC workflow designervempo1-1/+1
Change-Id: Ic929b4fe0111a62c41f7d6fa2c3bc092fd7e993c Issue-ID: SDC-1801 Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
2018-09-26Merge "Clean jobs for unused repo"Jessica Wagantall1-32/+0
2018-09-21Fix nested trigger_jobs (O-S)Jessica Wagantall1-6/+3
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. Change-Id: Icb86bc28bb66727737568386f0258d5d570c1fc7 Issue-ID: CIMAN-184 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-09-19Clean jobs for unused repoGildas Lanilis1-32/+0
Removing all jobs for unused sdc-onap-ui repo. Change-Id: I36826f3d879c7c6506d0e19ade8a57f393509f69 Issue-ID: SDC-1778 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-09-05Adding tasks for onap-ui in ci_management projectIdan Amit3-0/+114
Change-Id: I1e07cfd2adbf6647473623db3ff549f32d9d8157 Issue-ID: SDC-1617 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-08-31Remove python clm configurationGildas Lanilis1-1/+0
In Beijing release, there was a try to have Nexus IQ scanning python file. This never succeed. This code submission is about removing "gerrit-python-xc-clm" job. Change-Id: Iee9a91b0fc481843a1c2acdefad3f7680104de14 Issue-ID: CIMAN-199 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-08-28Fix mvn-profile list of profilesAreli, Fuss (af732p)1-1/+1
Add comma separation for profiles list Change-Id: I61187af1453aee6e8f2d114bea16b87d06ac9a63 Issue-ID: CIMAN-197 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-08-26Add additional profile for docker buildAreli, Fuss (af732p)1-1/+1
Add additional profile for docker build Change-Id: Idf132e43aee476402bda0a35fbfe7f4d41854218 Issue-ID: CIMAN-197 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall13-0/+14
This reverts commit 74c6abf7b5ec8663d0a7a437325d47274f6c111f. Issue-ID: CIMAN-33 Change-Id: I5c8cd455908ee6352d273db5ff76cd6529f3d8af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-23Remove CLM jobsJessica Wagantall13-14/+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-21Update SDC jjbMichael Lando16-28/+23
Update sdc jjb to use maven 3.5.3, Remove jobs from the Beijing branch, Fix wrong use of the branch parameter for sonar in the jjb. Change-Id: I515a1477d2fb10ebf07224bcfa426b0e30284386 Issue-ID: SDC-1294 Signed-off-by: Michael Lando <ml636r@att.com>
2018-08-20Merge "Update SDC sonar jjb"Jessica Wagantall13-13/+22
2018-08-20Remove CLM job from sdc-pubsub repoIdan Amit1-1/+0
Removed unnecessary CLM job from the jjb file of the sdc-pubsub repo Change-Id: Iec55cfe87a94ff82b0dd2da9a1437edc255aacf0 Issue-ID: SDC-1660 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-08-19Update SDC sonar jjbMichael Lando13-13/+22
Removed old style Java memory definitions. Fix incorrect sonar property definition. Change sonar.branch.name to sonar.branch, Because current sonar version does not support the property. Change-Id: I79f417fe41de3599f65d54013ac2aceed79bef31 Issue-ID: SDC-1632 Signed-off-by: Michael Lando <ml636r@att.com>
2018-08-15Update SDC sonar jjbMichael Lando4-9/+16
Removed old style Jave memory definitions. Add sonar branch name property to be passed to the maven on execution. Add the use of the branch jjb variable, to allow differentiation of what branch the sonar run on. Add use of the LF npm proxy, populate the reposetory with the LF repo when runing in LF jenkins. Change-Id: Ia996bb8e925461c3fa5af6c1ff40a0371faa9123 Issue-ID: SDC-1632 Signed-off-by: Michael Lando <ml636r@att.com>
2018-08-13Merge "Add JJB for SDC DCAE DT"Jessica Wagantall1-0/+35
2018-08-09Add docker job to SDC DCAE CIAreli, Fuss (af732p)1-0/+4
Add daily docker job for SDC DCAE CI Change-Id: I7f69dfceb001c681f33f6706513dafce02c43aaa Issue-ID: CIMAN-189 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-08-09Add JJB for SDC DCAE DTAreli, Fuss (af732p)1-0/+35
Add new JJB for SDC DCAE DT Change-Id: Ifd8b94465b1a0d3a0ed3e06f262914b6319ee68e Issue-ID: CIMAN-190 Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
2018-08-01Fix clm job definitionJessica Wagantall7-7/+7
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-31Create job definitions for new sdc repoIdan Amit1-0/+29
Added verify and merge jobs to sdc-pubsub project Added missing parameters Added sonar job for sdc-pubsub project Change-Id: Id95a46f40564ce4009450f66d07588226bc0647f Issue-ID: SDC-1541 Signed-off-by: Idan Amit <ia096e@intl.att.com>
2018-07-18Add INFO.yaml verify jobJessica Wagantall1-0/+8
Add INFO.yaml verify job for sdc/sdc-pubsub. Change-Id: I095434a8de1cb275c36fc3fc7ff6356d6371797c Issue-ID: CIMAN-134 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-07-14Make code sections readable and consistentAnil Belur6-5/+11
- Add empty line between project sections. Issue-ID: CIMAN-1 Change-Id: If799176581c1fc90e1d8ce2eead7582552e35db4 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2018-05-31Update SDC jobMichael Lando7-4/+18
Update SDC JJB to use the Beijing branch Change-Id: Ic6773ec3d8f17989316a5a250200d5104459dcdb Issue-ID: SDC-1370 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-27Add new jobsMichael Lando1-0/+29
Create jjb for onap ui Define verify marge and sonar job Change-Id: I005c36fb19fc6024374d5b759317d4906c686f83 Issue-ID: SDC-1373 Signed-off-by: Michael Lando <ml636r@att.com>
2018-05-22Add jenkins job for tosca-labStone, Avi (as206k)1-0/+29
Add yaml file for the tosca-lab so that ONAP will be able to build this python project Change-Id: I32081dcbd9439fe619904747ff20bce4d6f5e55f Issue-ID: SDC-1339 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
2018-05-16Fix yaml to add dockersStone, Avi (as206k)2-0/+8
Adding docker jobs to dcae-d to fe and to main Change-Id: I8e7e55e1bae9b1bb3719c0424be0b6c004db043a Issue-ID: SDC-1339 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
2018-05-14Upsize build minion for sdc-sdc-dcae-d-feJeremy Phelps1-0/+1
Issue-ID: CIMAN-160 Change-Id: I3f818a8f6027303d124bb8016cb5cd4574c7c7fb Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2018-05-08Merge "Add mvn-params to SDC job"Jessica Wagantall1-0/+1
2018-05-07Move Dmaven.test.skip param (s-u)Jessica Wagantall1-1/+2
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: I7fd34114a45b0b36158e05a1be09ebc4d861d96e Issue-ID: CIMAN-159 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-05-07Add mvn-params to SDC jobJessica Wagantall1-0/+1
Add -DskipTests=true to docker-version-java-daily job. This flag will compile the tests but not run them. Change-Id: I416cec8ae14ac444a7675f25e60b7bd418624b16 Issue-ID: CIMAN-158 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-05-03Merge "Create jobs for DCAE-D"Andrew Grimberg4-0/+120
2018-05-03Create jobs for DCAE-DStone, Avi (as206k)4-0/+120
Add jobs to all repo's for DCAE-D Change-Id: I85b622e57f274eced802583f7e38f92d5746e315 Issue-ID: SDC-1263 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
2018-04-30Use mvn-params for SDCJessica Wagantall1-1/+2
Use mvn-params: '-Djacoco.skip=false' to skip jacoco during Sonar scans. Change-Id: I042dc6783cd4a056b830912a4fa827c36d7e88c2 Issue-ID: SDC-1232 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-04-16update sdc sonar jobMichael Lando1-1/+1
add flag to job execution to enable jacoco coverage collection flag -Djacoco.skip=false Change-Id: Ibc2ad42b5b716791cb498f64ca892e4ec782cd89 Issue-ID: SDC-1232 Signed-off-by: Michael Lando <ml636r@att.com>
2018-04-08Add jjb job to trigger csit UI testsYuli Shlosberg1-0/+3
Change-Id: Ic419ce1ed76a893b90ee0b210fc046980b58db04 Issue-ID: SDC-384 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2018-03-19Rename basebuild to builderJessica Wagantall6-8/+8
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-18Remove CLM job for docker-base-maven jobLior Nachmias1-1/+0
Change-Id: If3faa1d1f90729db1c2b27c4da3669d33795ec72 Issue-ID: SDC-1142 Signed-off-by: Lior Nachmias <ln699k@att.com>
2018-03-09Remove stage-site-java templateJessica Wagantall6-25/+4
Remove stage-site-java JJB template as we no longer will be using or updating the maven settings files. Change-Id: I5aa610328613ccd24fdfa5c64a14950b926dc5c8 Issue-ID: CIMAN-144 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>