From: Andrew Grimberg Date: Sun, 7 Feb 2016 20:48:00 +0000 (-0800) Subject: Move JJB jobs to dedicated static slave X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=a3a1940917e92f1533bbe585e370428dee12ecd0;p=ci-management.git Move JJB jobs to dedicated static slave 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 --- diff --git a/jjb/ci-management-jobs.yaml b/jjb/ci-management-jobs.yaml index 795abce3b..270b9d3fd 100644 --- a/jjb/ci-management-jobs.yaml +++ b/jjb/ci-management-jobs.yaml @@ -11,7 +11,7 @@ name: ci-management-verify-jjb project-type: freestyle - node: master + node: jjb concurrent: true logrotate: @@ -74,7 +74,7 @@ name: 'ci-management-merge' project-type: freestyle - node: master + node: jjb logrotate: daysToKeep: 30 @@ -130,7 +130,7 @@ # basis with --flush-cache enabled to ensure jobs are properly configured in Jenkins project-type: freestyle - node: master + node: jjb logrotate: daysToKeep: 30