From 9f76d0206c735b84698e9469fac05987851aec7c Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Wed, 26 Aug 2015 10:06:36 +0000 Subject: [PATCH] Make master.yml track new jenkins instead of the old one --- master.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/master.yml b/master.yml index 7ba2c1cd66..37225cf142 100644 --- a/master.yml +++ b/master.yml @@ -51,7 +51,8 @@ - include: /srv/web/infra/ansible/playbooks/groups/github2fedmsg.yml - include: /srv/web/infra/ansible/playbooks/groups/hotness.yml - include: /srv/web/infra/ansible/playbooks/groups/ipsilon.yml -- include: /srv/web/infra/ansible/playbooks/groups/jenkins-cloud.yml +- include: /srv/web/infra/ansible/playbooks/groups/jenkins-master.yml +- include: /srv/web/infra/ansible/playbooks/groups/jenkins-slave.yml - include: /srv/web/infra/ansible/playbooks/groups/kerneltest.yml - include: /srv/web/infra/ansible/playbooks/groups/keyserver.yml - include: /srv/web/infra/ansible/playbooks/groups/koji-hub.yml