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:
parent
a87fa0d0d7
commit
2349505023
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user