From: Alfredo Deza Date: Wed, 13 Jan 2016 14:55:32 +0000 (-0500) Subject: default to number of executors to just 1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F293%2Fhead;p=ceph-build.git default to number of executors to just 1 Signed-off-by: Alfredo Deza --- diff --git a/ansible/slave.yml b/ansible/slave.yml index 3447c3cf..888b70bf 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -104,3 +104,5 @@ host: "{{ ansible_default_ipv4.address }}" credentialsId: '39fa150b-b2a1-416e-b334-29a9a2c0b32d' remoteFS: '/home/{{ jenkins_user }}/build' + # XXX this should be configurable, not all nodes should have one executor + executors: 1 diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index a0efc033..73114f71 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -140,3 +140,5 @@ host: "{{ ansible_default_ipv4.address }}" credentialsId: '39fa150b-b2a1-416e-b334-29a9a2c0b32d' remoteFS: '/home/{{ jenkins_user }}/build' + # XXX this should be configurable, not all nodes should have one executor + executors: 1