From: Andrew Schoen Date: Fri, 9 Sep 2016 14:25:31 +0000 (-0500) Subject: ansible: allow for setting the number of executors on a slave X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F467%2Fhead;p=ceph-build.git ansible: allow for setting the number of executors on a slave Signed-off-by: Andrew Schoen --- diff --git a/ansible/examples/slave.yml b/ansible/examples/slave.yml index 2fdf2ca6..d97268e6 100644 --- a/ansible/examples/slave.yml +++ b/ansible/examples/slave.yml @@ -207,6 +207,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 + executors: '{{ executors|default(1) }}' exclusive: true