summaryrefslogtreecommitdiffstats
path: root/jjb/ci-management-jobs.yaml
AgeCommit message (Collapse)AuthorFilesLines
2016-02-07Move JJB jobs to dedicated static slaveAndrew Grimberg1-3/+3
Zuul has a problem where it can't control jobs that are tied to the master. As we need JJB jobs to also be able to actually do some work on the the Zuul system we're statically tying it into Jenkins with a requirement that only jobs specifically targetting it can run there. Change-Id: I5a689056edbfa2e154b88d6b3df0a9b97fa17192 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2016-01-25Redirect job output to file and archive themThanh Ha1-2/+6
Also limit max artifacts to keep to 5. Change-Id: If7603844d12e43f208817dc77b015ddc63786d99 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-01-05Make sure that jjb jobs run on master node onlyAndrew Grimberg1-0/+3
Change-Id: I2fc3110e8992c45ffcdf9758be7b9453a1b53272 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2015-12-16Allow ci-management to do concurrent verifiesAndrew Grimberg1-0/+1
Make sure that our verify jobs for ci-management are allowed to be run in parallel Change-Id: I7390c836f88968f3d9d2538111dba389648cb72d Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2015-11-24Make sure verifies are recursive for triggerAndrew Grimberg1-1/+1
Make sure the ANT path is a recursive path lookup for the verify trigger Change-Id: I2662cdf817f22f142bee996e4648f34be0634170 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2015-11-23Initial JJB self-hosting job definitionsAndrew Grimberg1-0/+154
These are the base definitions for having Jenkins validate and merge the JJB jobs that manage the Jenkins instance. Change-Id: Ic028248bc6cacb86d4db8c1e0f5f924640892c99 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>