summaryrefslogtreecommitdiffstats
path: root/jjb/global-defaults.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-02-24Revert "Update sonar scanner default to latest..."Eric Ball1-1/+1
This reverts commit f85c92920e00ce776ed25e70f1cd87678f2f02ab. The commit did not have the intended effect. It was meant to replace an outdated version of the sonar plugin, but this latest version is not available for mvn builds. The former version is the latest available via mvn, so we should just revert this commit. The fix for this problem will ultimately be to update the node.js version on the builder prior to running the scan. Change-Id: I4acf72e50c3f54b7b49a71833bdd7648de609802 Issue-ID: CIMAN-33 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2021-02-23Update sonar scanner default to latest versionEric Ball1-1/+1
The old version is causing scan failures, because it is using too old of a version of node.js. Using the latest version alleviates this. Change-Id: I6cdf0f8bb1243c21a16bb3415b564210e6c02af6 Issue-ID: CIMAN-33 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2021-02-20Update Sonar Scanner versionvasraz1-1/+1
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: Idd1ea02bb91c559331734af4f3614e13e79ea65e Issue-ID: CIMAN-401
2020-12-09Upgrade global-jjb to v0.59.0Jessica Wagantall1-0/+3
Upgrade to fix unstable builds related to pyOpenSSL and cryptography. https://github.com/pyca/pyopenssl/issues/973 Upgrade failure-notification settings. Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: If0039e5fe3c89ede824d7ee50d1284c5ae583c31
2020-03-18Migrate to Ubuntu18.04Jessica Wagantall1-1/+1
Migrate to Ubuntu18.04 and deprecate old unused images ubuntu1604-builder-2c-1g ubuntu1604-builder-4c-2g Change-Id: I11a772c5e3f45aa54de7a719651838f1fa638057 Issue-ID: CIMAN-373 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-01-09Simplify sonar variablesJessica Wagantall1-0/+1
Globalize sonar_mvn_goal Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Ia46696394bfbde621b861e662e6a512f5f6df967
2019-11-17Fix default push registryVijay Venkatesh Kumar1-1/+1
To address job error https://jenkins.onap.org/view/dcaegen2-platform-aoadapter/job/dcaegen2-platform-aoadapter-docker-merge-master/lastBuild/console Change-Id: Ic6320d9947817af6ae04975cc6795922e3b83d18 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1860
2019-11-15Add JJB for Acumos AdapterAndrew Gauld1-0/+7
Signed-off-by: Andrew Gauld <agauld@att.com> Issue-ID: DCAEGEN2-1861 Change-Id: I10e767cd8b5c1740043b5cb4cb258b996c444458 Signed-off-by: Andrew Gauld <agauld@att.com>
2019-09-24Add SonarCloud base configurationAndrew Grimberg1-0/+4
Add the base configuration needed for SonarCloud integration. Change-Id: If6adf1479131533745ae38f139b98397a2ef2f50 Issue-ID: CIMAN-321 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2019-07-31Add config for self releasesJessica Wagantall1-1/+2
Add global vars and ssh reference for self releases. Change-Id: I97fe1488b01662478b0faf3014dbcdad3e48f4f9 Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-05-14Upgrade global-jjbJessica Wagantall1-0/+1
Upgrade to fetch gerrit-maven-docker jobs Add global default submodule-disable: false to allow submodule operations Add submodule-disable: '{submodule-disable}' for templates using the lf-infra-gerrit-scm macro. Change-Id: I27c2b1f4442e0c05d07de64d53791e6b193ebef0 Issue-ID: CIMAN-240 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2019-02-04Add stage release global varsJessica Wagantall1-0/+2
Add needed global vars by gerrit-maven-stage to prepare ONAP components to use this job from global-jjb. Change-Id: Ib29fc6c42e4de2efd5fe783e69ecbad2e1afaa79 Issue-ID: CIMAN-234 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-09-27Update packer version 1.2.3Anil Belur1-1/+1
The minimum recommended version of packer required for global-jjb packer jobs is 1.2.3 which supports the `instance_name` configuration. https://github.com/hashicorp/packer/blob/master/CHANGELOG.md Change-Id: Ibd9874b8632f16d96b2a07a67235de00ce87ee50 Issue-ID: CIMAN-168 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2018-03-28Add mvn-params to verify-javaJessica Wagantall1-0/+1
'{project-name}-{stream}-verify-java' needs an option to provide mvn-parameters to the builder step. Add mvn-params parameter to the job. Change-Id: Ib3ff4bfe487223270dcae508f4dbbfab880de178 Issue-ID: CIMAN-152 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2018-03-27Upgrade to common-packerJessica Wagantall1-0/+3
- Enable builder.json - Relove unused provision scripts - Update ci-management-packer-jobs - Update builder.yaml Change-Id: I0c9abcd33fd3acb84690863dca966a01731dc64c Issue-ID: CIMAN-33 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
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-03-05Reduce global timeoutJessica Wagantall1-1/+1
Reduce timeout to 90 minutes. This timeout is too big. Reduce it to 90 minutes to avoid stalled jobs. Change-Id: I0d4ed4bc81dacd9259a879ee38b52bb6d13011ab Issue-ID: CIMAN-142 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-13Add java-version for CLM projectsJessica Wagantall1-1/+0
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-12Clear java version variableJessica Wagantall1-1/+1
Jenkins jobs need to use (System) version of Java in their job configuration. Setting this variable initially was causing few CLM and other jobs to fail. Change-Id: I536d47a490b2d6c3778e499afed8f4dc3ba81e6d Issue-ID: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-10-11Move CLM jobs to global jjbJessica Wagantall1-1/+2
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>
2017-08-28Update to global-jjb v0.7.0Jessica Wagantall1-0/+3
Adding lftools-version as part of the global defaults Change-Id: I60bafbf80bc8826f44d4a3d6b6f7a2ebe4c781f1 Issue-id: CIMAN-29 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-07-12Add global-jjb jobs to ci-managementJeremy Phelps1-1/+5
Change-Id: I6cc5340cb57f8806a9d8a68f7d6a5bd69d7755a4 JIRA: CIMAN-4 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2017-07-12Checkout submodules recursively.Jeremy Phelps1-0/+3
Change-Id: Ief3b0584cc25b9036b6a5e1e5d4f8c41cb754349 JIRA: CIMAN-4 Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
2017-06-07global-defaults: Clear global JDK versionJessica Wagantall1-0/+3
Set global JDK version to empty Change-Id: I1b4c9f5cfdf1e8e53041b2162579253d42a974a1 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-06-07global-defaults: Remove jdk global versionJessica Wagantall1-2/+1
This global version of JDK was added as part of the Maven block after re-using code from another project. Change-Id: Iff2eb13405b85b22aa4e9ab15db0f3cda6ba6026 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-06-06CLM: Update CLM scanner job templateJessica Wagantall1-0/+10
- Remove check-clm global macro - Isolate mvn goals in a separate variable - Update build-days-to-keep Issue: RELENG-150 Change-Id: I153cacbaef288ee8fbb1498b958b31d5457663f1 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-03-16Scrub Gerrit server identifier of ecompAndrew Grimberg1-1/+1
Change-Id: I4f1f4c7644f161fab7aac63dde521b0f12b5faa2 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-24Move all maven definitions to variablesAndrew Grimberg1-0/+3
* Make sure that the maven version is not hard coded into any templates or macros * Set a global default maven version so that projects do not need to define it unless they need a different version from the default Change-Id: Ifd7dfe2e521fd88b52de96a00a3ef63953d4f682 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-08Moving from centos7 nodes to ubuntuJulienBe1-1/+1
Change-Id: Id42076f1c5e87ed42890d28c306e9fffdf1ddd88 Signed-off-by: JulienBe <jb379x@att.com>
2017-01-30Initial ci-management uploadAndrew Grimberg1-0/+21
* Configure initial jobs and validate Jenkins environment * Do not hook up packer build jobs at this time Change-Id: I1818e8680d215318410f6beff5af054db03e7fa1 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>