summaryrefslogtreecommitdiffstats
path: root/jjb/global-defaults.yaml
AgeCommit message (Collapse)AuthorFilesLines
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>