From af4b4457d21baa51ff21d20b13293fabda56948b Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 13 Jan 2016 09:55:32 -0500 Subject: [PATCH] default to number of executors to just 1 Signed-off-by: Alfredo Deza --- ansible/slave.yml | 2 ++ ansible/slave.yml.j2 | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.39.5