diff --git a/attributes/worker.rb b/attributes/worker.rb index 17f20c5..47d3add 100644 --- a/attributes/worker.rb +++ b/attributes/worker.rb @@ -92,7 +92,7 @@ default["jenkinsHomes"]["/home/jenkins"]["in_demand_delay"] = 0 # launch worker immediately default["jenkinsHomes"]["/home/jenkins"]["idle_delay"] = 20 # take worker off-line after 20 min of idling (we're charged by the hour, so no rush) - default["jenkinsHomes"]["/home/jenkins"]["executors"] = lightWorker ? 2 : 3 + default["jenkinsHomes"]["/home/jenkins"]["executors"] = lightWorker ? 1 : 3 default["jenkinsHomes"]["/home/jenkins"]["usage_mode"] = publisher ? "exclusive" : "normal" default["jenkinsHomes"]["/home/jenkins"]["labels"] = ["linux", publisher ? "publish": "public"]