Move JJB jobs to dedicated static slave 42/242/1
authorAndrew Grimberg <[email protected]>
Sun, 7 Feb 2016 20:48:00 +0000 (12:48 -0800)
committerAndrew Grimberg <[email protected]>
Sun, 7 Feb 2016 20:48:00 +0000 (12:48 -0800)
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 <[email protected]>
jjb/ci-management-jobs.yaml

index 795abce..270b9d3 100644 (file)
@@ -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
     # basis with --flush-cache enabled to ensure jobs are properly configured in Jenkins
 
     project-type: freestyle
-    node: master
+    node: jjb
 
     logrotate:
         daysToKeep: 30