Reduce our 3-node labels to min-ready 0

While we have jobs using these labels today, they are still used very
little. Rather then having 6 nodes idle for days at a time, only
launch them when jobs are needed.

On average it takes about 30seconds for nodes to come online these
days.

Change-Id: I8e74b62f3556823e17468a4e2d22d42490fc44e6
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-12-24 12:54:01 -05:00 committed by Andreas Jaeger
parent a87fa0d0d7
commit 2349505023
1 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ labels:
image: ubuntu-xenial
ready-script: multinode_setup.sh
subnodes: 2
min-ready: 1
min-ready: 0
providers:
- name: rax-dfw
- name: rax-ord
@ -201,7 +201,7 @@ labels:
image: centos-7
ready-script: multinode_setup.sh
subnodes: 2
min-ready: 1
min-ready: 0
providers:
- name: rax-dfw
- name: rax-ord