summaryrefslogtreecommitdiffstats
path: root/jjb/aaf/aaf-sms.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-08-28Remove unnecessary CLM jobGildas Lanilis1-2/+0
SMS repo is Go language and sshsm in C++ and there is no tool to detect vulnerability and license, thus removing this job. Change-Id: Idba5afc6880b543db1cd3981710d66194b14c5a2 Issue-ID: CIMAN-199 Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall1-0/+2
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-2/+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-20Update pom.xml for CLMJessica Wagantall1-1/+2
Update location of pom.xml for running CLM job properly. Change-Id: I4fafd1aad8b770f27c8c55506d1747009c7bc8b8 Issue-ID: CIMAN-116 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-06-06Use release version java dailyKiran Kamineni1-1/+1
Use release version daily instead of the release without any version daily Issue-ID: AAF-330 Change-Id: I246f668a48fbf6940a44ff108cb79f7ab9645e19 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-05-22Add sms client jar upload dailyKiran Kamineni1-0/+4
Add a build to upload jar file to nexus Using the release java-daily should upload to nexus. Issue-ID: AAF-92 Change-Id: I68752ee5a722a4ce9fda3b223956f89afeea05a4 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-05calling a parent makefile instead of submakefileKiran Kamineni1-1/+1
Calling the parent makefile instead of submakefile This will build both packages now that they are under the same GOPATH Issue-ID: AAF-213 Change-Id: I9b948eb83b38be312d1cefa7cec712d0017c41fe Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-22Adding nightly docker build supportKiran Kamineni1-0/+3
This will build a docker image nightly Ultimately it is calling the following file in aaf/sms.git sms-service/bin/build_image.sh Issue-ID: AAF-186 Change-Id: I12e88eb8ac796df55ac2b2abfa0f2aa886f12f01 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
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-20Add missing CLM jobs aafJessica Wagantall1-1/+2
Change-Id: I8ea1affa9332b9a502f1af5d1ab63627251f90c4 Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-12JJB templates for golangKiran1-0/+16
Adding a golang template to support golang builds This template supports verify and merge jobs right now Verify calls make build and merge calls make deploy. These calls are made in the path provided by the specific jjb file Issue-ID: AAF-117 Change-Id: I369c0868389d8ed52ac7c82da5ef6d249e64eb7c Signed-off-by: Kiran <kiran.k.kamineni@intel.com>