Revert "Reduce our 3-node labels to min-ready 0"

There is an issue when we restart zuul, that gearman information about
said nodes is lost.  Revert for now, and hopefully address this in
zuulv3.

This reverts commit 23495050235dd80331e256782f6db6a85e577e22.

Change-Id: I32d331f065be041cd11c71c11702be93b3d42831
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-01-15 10:14:37 -05:00
parent bc559505fc
commit b50ccd90b1

View File

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