summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2016-02-07 12:48:00 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2016-02-07 12:48:00 -0800
commita3a1940917e92f1533bbe585e370428dee12ecd0 (patch)
treef282bb61b3352a0eff5f80ae9d72ad231c82d893 /jjb
parentb3861bf6c11aa63a77d1e73b16c40d6f984cb041 (diff)
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 <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/ci-management-jobs.yaml6
1 files changed, 3 insertions, 3 deletions
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