summaryrefslogtreecommitdiffstats
path: root/jjb/auto
AgeCommit message (Collapse)AuthorFilesLines
2018-12-10Auto: Update daily job definitionMartin Klozik1-0/+3
Add git-scm macro to auto daily job definition, so auto git repository is properly cloned into the WORKSPACE. Change-Id: I86377563e839b17cc2cdf15d84a19d4bc3e76237 Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
2018-12-06Auto: Daily job definitionMartin Klozik1-0/+28
A daily job definition to execute Auto project daily CI script. A definition of intel-pod18-defaults was added into jjb/global/slave-params.yaml Change-Id: I26877088a0c1ab25dc67de0aba1f2da6b2862661 Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
2018-11-08RTD: Enable Gambia streamAric Gardner1-0/+8
Enable Gambia read the docs stream for all projects that have a gambia branch Also added edgecloud rtd job as it was missing Change-Id: I64d159cde0200871cd4ba3d2c071853c9bd502c1 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-10-29Merge "Create Stable Branch Jobs for auto"Trevor Bramwell1-1/+12
2018-10-29Create Stable Branch Jobs for autojenkins-ci1-1/+12
Change-Id: I1541a0e277891b526a671953bf33daab842b524e Signed-off-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-18RTD jobs for all projectsAric Gardner1-0/+12
RTD jobs for all active projects All jobs start as non-voting. All rtd jobs are in their own file to faciliate future bulk changes: jjb/$project/$project-rtd-jobs.yaml All project have rtd pages https://opnfv-$project.readthedocs.io Change-Id: I776e41f968d38f08cb3187f743f69d5d6b697e8e Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-10-12Update jenkins-job-builder to 2.2.1Aric Gardner1-1/+1
jjb/lf-ci-jobs.yaml has jjb-version: 2.2.1 as a minimum change block-level to blocking-level: https://review.openstack.org/#/c/608092/ We will need to change this back once we move past jenkins-job-builder>2.5.0 Change-Id: I12d0f55ee3c2dad20340ebf0fa8428ee1ad8484c Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2018-07-31auto: verify and merge jobsMartin Klozik1-22/+103
Initial configuration of Auto specific verify and merge jobs triggered by gerrit events. Change-Id: I2d0fc7af31b1ec01f9a59eae875eb2df193d4fcb Signed-off-by: Martin Klozik <martin.klozik@tieto.com>
2018-07-10unh-pod1: disable trigger for deploying autoPaul Vaduva1-1/+1
Change-Id: I364ff339db7132b6a2ca31d15b6340542b6a9226 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-06-13Remove quotes from PROJECT envPaul Vaduva1-2/+2
Change-Id: I0e169b8ea3135a49ccfed9fe9fe3550017faab95 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-06-13[auto] Fix missing yaml block markerAlexandru Avadanii1-1/+1
Change-Id: Ia1e95dce8f272cb53186314025fdd81419fc9d4d Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2018-06-12Auto: Project Modification in armband jobsPaul Vaduva1-3/+0
In order for us to run a job template from armband project and to override the project parameter that defaults to auto we need to modify the template for the deploy job from armband. Change-Id: Idf465107eb571d632dc09dbcce8e4c796648dc4b Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-06-07Use armband project for deploy in autopava1-1/+5
Change-Id: I76dabebfd696c9b307399e1906740df823b4d91c Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2018-06-06Deploy job needs armband project for deploypava1-1/+1
Change-Id: Iae34d2b9249614b5a4b27173eff3b64779a96c49 Signed-off-by: pava <Paul.Vaduva@enea.com>
2018-05-23Auto: Setup Ci Jobs for Auto projectpava1-2/+120
We will try to reuse the job template for deploying from armband project. Change-Id: I76a783094ce5be1b4aa93585a6b90898d909ca13 Signed-off-by: pava <Paul.Vaduva@enea.com>
2018-05-16Rename files under jjb from 'yml' to 'yaml'Trevor Bramwell1-0/+0
global-jjb only supports the .yaml file ending for jjb jobs. Instead of waiting for a release we're going to rename the files. Change-Id: Icf3339eacd2320c583333e02250998cf6b1881f7 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2018-01-10Reduce Basic Job DuplicationTrevor Bramwell1-49/+1
In the initial formation of projects we found it easy to copy job definitions to provide project a baseline job config to work off. This has led to a lot of duplication and misalignment with the gerrit triggers and default build server tag to be used. Collapsing these jobs into a job-group containing the stream and a verify job per-stream, should help reduce this duplication. Change-Id: Icb366487590a145be4cbfc0637a8d86a6d9b7cec Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-08-29Initial Auto Project JobsTrevor Bramwell1-0/+56
Create a noop job for the Auto project so they can begin submitting changes. Change-Id: If7c80c283a07d3d8e008f566bff8bfe473a93aed Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>