From a3a1940917e92f1533bbe585e370428dee12ecd0 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Sun, 7 Feb 2016 12:48:00 -0800 Subject: 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 --- jjb/ci-management-jobs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jjb') 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 -- cgit 1.2.3-korg