summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-golang.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-02-12Upgrade verify-golang job templateBartek Grzybowski1-2/+10
Added option to trigger job based on file pattern. Added option to trigger custom build script. Change-Id: I5c23752a921b64fe08457ca410eb46f226b22140 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: INT-1436
2018-10-24Add golangver allowing projects to pick go versionKiran Kamineni1-3/+18
Adding a new golangver variable that is by default set to golang110. Projects do not need to do anything for this. Any project that wants to move to 1.11 just needs to set this variable to golang111 Issue-ID: CIMAN-216 Change-Id: Ia5a5a7dfbc94549726ed97ebc63e5562c19db513 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-10-23Add golang 1.11 wrapperKiran Kamineni1-3/+3
Add support for golang 1.11 renamed old golang to golang110 Issue-ID: CIMAN-216 Change-Id: I771f8291b376d4406fd530bf97bb882171f1c936 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-10-22Fix global-templates unstable jobsJessica Wagantall1-1/+4
Add lf-infra-pre-build build step in local global-templates to successfully install lftools and avoid unstable jobs. Change-Id: I1a41e121b810371c1be987aaafec3c4b0aaa5e89 Issue-ID: CIMAN-33 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-03-21Adding support to use golang jenkins pluginKiran Kamineni1-8/+3
Jenkins server has the golang plugin installed for version 1.10. Modifying the template to use that so that future template definitions do not need to download golang each time. This reduces total build time and network bandwidth usage. Issue-ID: AAF-184 Change-Id: Ib91f4fb8aa8845bd20d98ba636dffcadf34da297 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-15Adding template for building docker imagesKiran Kamineni1-0/+54
Adding a template in the global golang template for building and pushing docker images to nexus Issue-ID: AAF-100 Change-Id: I10dc95e005c17a054b366f5cd5fd7c1179ed8c3d Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-02-26Using 1.10 for merge job as wellKiran Kamineni1-2/+2
Using 1.10 for merge jobs as well in build Issue-ID: AAF-117 Change-Id: Ifc0aeffb9271ce3ae29142faf9cb92246b335e1c Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-02-20Upgrading to golang version 1.10Kiran1-2/+2
Upgrading the golang version in the template from 1.9.4 to 1.10 This release includes many fixes to go get which reduces download sizes in builds Issue-ID: AAF-117 Change-Id: I2a36de0302f419097e8ae98dac8c084c04adf659 Signed-off-by: Kiran <kiran.k.kamineni@intel.com>
2018-02-12JJB templates for golangKiran1-0/+123
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>