summaryrefslogtreecommitdiffstats
path: root/jjb/sdc
AgeCommit message (Collapse)AuthorFilesLines
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>
2018-02-20Add missing CLM jobsJessica Wagantall1-0/+1
Add missing CLM jobs for music, policy, portal-sdk, sdc and so Change-Id: I6b640f45a07ec63b2e7891a77a40b2cdc8b605d7 Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-14sdc jjb jobs updatesMichael Lando7-31/+4
remove the jobs from Amsterdam branch add clm job to sdc repo remove the sonar scan from sdc titan as requested by Gildas Lanilis Issue-ID: SDC-1040 Change-Id: I66b8a167ce45addc0cd44be2d592353568e3e398 Signed-off-by: Michael Lando <ml636r@att.com>
2018-02-14Run sonar jobs once a dayJessica Wagantall6-0/+6
Change-Id: If9d9a676ade972890a3748f24a58c81541b5b1df Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-13Remove empty java-version in templatesJessica Wagantall6-11/+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-01Set build node for gerrit-maven-sonarJessica Wagantall6-0/+6
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 Wagantall6-0/+66
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-02Merge "Update sdc-csit jjb jobs"Jessica Wagantall1-0/+2
2017-12-31Update sdc-csit jjb jobsYuli Shlosberg1-0/+2
Add amsterdam stream Change-Id: I50bc6833a5178ee34446fd2aa8ebddb869becfd4 Issue-ID: SDC-761 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
2017-12-13Merge "Update sdc JJB"Jessica Wagantall6-8/+12