Set min-ready 0 on vexxhost specific labels

It seems these nodes are not used very often, compared to other labels
on vexxhost.  By drop these 3 to zero, it means we can can 3 more nodes
for 99% of the time.  Give that vexxhost is a fast booting clouds, this
shouldn't impact job runtimes too much for tests that use these specific
labels.

Change-Id: I7e6f6e2395448cb241a76de450771c63452a93ec
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-04-26 09:50:27 -04:00
parent 529bf16429
commit 32bf9af083
1 changed files with 3 additions and 3 deletions

View File

@ -34,13 +34,13 @@ labels:
- name: ubuntu-bionic-arm64
min-ready: 1
- name: ubuntu-xenial-vexxhost
min-ready: 1
min-ready: 0
- name: ubuntu-bionic-vexxhost
min-ready: 0
- name: fedora-28-vexxhost
min-ready: 1
min-ready: 0
- name: fedora-29-vexxhost
min-ready: 1
min-ready: 0
- name: centos-7-gpu
min-ready: 0
- name: ubuntu-xenial-gpu