summaryrefslogtreecommitdiffstats
path: root/jjb/aaf
AgeCommit message (Collapse)AuthorFilesLines
2018-10-25Switch sms to use golang 1.11Kiran Kamineni1-0/+1
Switch sms to use golang 1.11 This is a prerequisite to start using go mod for module management in Go. Issue-ID: AAF-404 Change-Id: Ia221b93399232ee9fa1c1c63fd6fa752011c5114 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-10-23AAF-Refactor CLM project blockJessica Wagantall3-8/+20
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: Ib273ae89f672603306104bb43cbfd422e11bf0f8 Issue-ID: CIMAN-213 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-10-03Fix Shiro sonar job nameRavi Geda1-1/+1
Change-Id: I92039fb051d56d66b0dd3f355a5ff26eaa7035a5 Issue-ID: AAI-1698 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-09-28Merge "Add docker image name to sub modules"Jessica Wagantall1-0/+3
2018-09-28Spread out the scheduling of Daily jobsGary Wu2-4/+4
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-28Add docker image name to sub modulesRavi Geda1-0/+3
Add docker image name explicitly as these are sub modules under a main repo. Change-Id: Ie8dc983679e5c8d0b5e6a39a3e4efc9f6fc9fc18 Issue-ID: AAI-1690 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-09-24Merge "Add docker and sonar jobs for sidecars"Jessica Wagantall1-1/+75
2018-09-24Add docker and sonar jobs for sidecarsRavi Geda1-1/+75
Add docker jobs for fproxy, rproxy and tproxy-config. Though the name has "aai", aai code is not involved. Add sonar jobs for fproxy and rproxy. tproxy-config just configures the pod and doesn't actually have any code. Refactor existing cadi sonar job into separate sonar jobs for each maven submodule in the project. Change-Id: I7d7af5f3167c77845d1756bef36cb75c7314bb4f Issue-ID: AAI-1660 Signed-off-by: Ravi Geda <gravik@amdocs.com>
2018-09-20Fix nested trigger_jobs (A)Jessica Wagantall2-4/+2
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. Committing this as a single patch since our verify job is broken. Issue-ID: CIMAN-184 Change-Id: I9e0e245109af786345802caee2f6f26126f550d4 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-30Fix build timeout issueManjunath Ranganathaiah1-1/+1
Build is failing due to timeout when building container images. Increase the timeout value to give some more time. Change-Id: Ia4ddc4288030fc0668fe5849fc6c1830caafb12e Issue-ID: AAF-463 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-08-28Remove unnecessary CLM jobGildas Lanilis2-3/+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-24Merge "Revert "Remove CLM jobs""Thanh Ha (zxiiro)5-0/+18
2018-08-24Revert "Remove CLM jobs"Jessica Wagantall5-0/+18
This reverts commit 74c6abf7b5ec8663d0a7a437325d47274f6c111f. Issue-ID: CIMAN-33 Change-Id: I5c8cd455908ee6352d273db5ff76cd6529f3d8af Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-23Call top level build scriptManjunath Ranganathaiah1-4/+4
Call the build_images.sh script from bin directory to build all sshsm containers Change-Id: I9e95909b5808109416bea5e7ab60998a603b8f4e Issue-ID: AAF-430 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-08-23Remove CLM jobsJessica Wagantall5-18/+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-21Fix "function not found" failureManjunath Ranganathaiah1-1/+1
POSIX compliant shell does not recognize keyword "function" and run the script under bash. Issue-ID: AAF-430 Change-Id: I608070f41462cc5a1cba3cd112483a19fad38615 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
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-08-16Creates a job to nightly build sshsm docker imagesManjunath Ranganathaiah2-0/+14
Adds a wrapper script and template to build base images Change-Id: I0b1b1899f43b7d54852d93a2220da0e138c99a58 Issue-ID: AAF-430 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-08-07Make build-node configurableJessica Wagantall1-0/+1
{project-name}-{stream}-docker-java-shell-daily job needs to have the build-node parameter configurable. This way, the projects will be able to select the long live instance as build-node for their job. For the rest of the projects using this template, the build-node variable is set to the previous default value. Change-Id: Ie3722050870a04b0c2ca3108f6b526c7ac855def Issue-ID: CIMAN-188 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-08-01Fix clm job definitionJessica Wagantall2-2/+2
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-14Make code sections readable and consistentAnil Belur1-0/+1
- Add empty line between project sections. Issue-ID: CIMAN-1 Change-Id: If799176581c1fc90e1d8ce2eead7582552e35db4 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2018-07-05Add jjb template file for aaf cadi modulesSai Gandham1-0/+29
Issue-ID: AAF-385 Change-Id: I64c4e0247801db0147d7e9db825ede3737c5b3aa Signed-off-by: Sai Gandham <sg481n@att.com>
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-04-04modify aaf docker script to push imagesSai Gandham1-1/+2
modify aaf docker script and add push shellscript to release docker images to nexus registry. Issue-ID: AAF-208 Change-Id: I7b38aed399e82d5ce702e3dce33553dca5fa4678 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-04-02Modify aaf docker jenkins templateSai Gandham2-3/+3
Modify jenkins template to call maven settings to run shell script. Issue-ID: AAF-208 Change-Id: I9b464febc713acc8f8570d8e516b8a732f88ad68 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-04-02Merge "Modify aaf docker shell script"Jessica Wagantall1-0/+2
2018-04-02Modify aaf docker shell scriptSai Gandham1-0/+2
Modify aaf jenkins shell script and add maven clean install command to generate resources to build docker image Issue-ID: AAF-208 Change-Id: I021b63de71ddf4698118f9344f0de3862b568239 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-03-30Enabling CSIT job for SMSKiran Kamineni1-0/+14
Re-enabling the CSIT job for SMS, now that the issues are fixed on the AAF CSIT Issue-ID: AAF-189 Change-Id: I596d82b9de1e139fb149befcb87cf8cb693b72d0 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-30Modify aaf docker Jenkins template & scriptSai Gandham1-6/+3
Issue-ID: AAF-208 Change-Id: Ide5f3138d1ff85e2178986397c87a310b9db5e8a Signed-off-by: Sai Gandham <sg481n@att.com>
2018-03-30Removing sms CSIT till dependent changes get inKiran Kamineni1-14/+0
The JJB got merged before the CSIT and is not allowing CSIT merge Issue-ID: AAF-189 Change-Id: I8934323f894e848aa9b75afbb860ed1be0d4189d Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-30Add aaf docker jenkins templateSai Gandham2-0/+13
Modify aaf jenkins template and add docker related jobs to the aaf jenkins template Issue-ID: AAF-208 Change-Id: I58a2648db5b0f975bc1da0f1c8ae95a8a2af54d8 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-03-28Adding support for SMS CSIT in jenkinsKiran Kamineni1-0/+14
Adding Support for CSIT for Secret management service. This will fail till 39225 gets merged Issue-ID: AAF-189 Change-Id: I68445f2a903555597153ea42962547a79d35178f Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com> Depends-On: I3dd070fc30d8504593b933d7b623e6a187399444
2018-03-26Delete cadi & inno templates,modify authzSai Gandham4-97/+0
Delete cadi & inno jenkins templates since these modules move to authz porject.Remvoe authz docker file since we will add new docker jenkins template which we build docker with automated docker scripts. Issue-ID: AAF-198 Change-Id: I93df0a81f24fa610d46fecd6366521f660156499 Signed-off-by: Sai Gandham <sg481n@att.com>
2018-03-22Adding nightly docker build supportKiran Kamineni2-0/+13
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 Wagantall5-5/+5
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-13Calling sshsm project building scriptNingSun1-13/+2
Issue-ID: AAF-152 Change-Id: Ida50d04ca5ce9e2fe6b236644a52c664b741ae0b Signed-off-by: NingSun <ning.sun@intel.com>
2018-03-13Merge "Remove stage-site-java template"Jessica Wagantall3-13/+2
2018-03-12Add jenkins job for sshsm projectNingSun2-1/+26
Issue-ID: AAF-152 Change-Id: Ic6ab39b4775cf1e874b2f2d1da89a7566bce8359 Signed-off-by: NingSun <ning.sun@intel.com>
2018-03-09Remove stage-site-java templateJessica Wagantall3-13/+2
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 jobs aafJessica Wagantall3-1/+29
Change-Id: I8ea1affa9332b9a502f1af5d1ab63627251f90c4 Issue-ID: CIMAN-133 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-14Run sonar jobs once a dayJessica Wagantall3-0/+3
Change-Id: If9d9a676ade972890a3748f24a58c81541b5b1df Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-02-13Remove empty java-version in templatesJessica Wagantall4-7/+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-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>
2018-02-01Set build node for gerrit-maven-sonarJessica Wagantall3-0/+3
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 Wagantall3-3/+36
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-10-17Add step for version to docker java propertiesJulienBe1-0/+1
Add an optional step to use maven version plugin Issue-ID: CLAMP-57 Change-Id: I1d71183b98ae37c7e519b0e2c41c76c647b2e3f6 Signed-off-by: JulienBe <jb379x@att.com>
2017-10-13Add java-version for CLM projectsJessica Wagantall4-4/+8
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 Wagantall4-4/+4
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>