From 32bf9af0833b2a0915e40a555aa929ab4e8ed9fd Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 26 Apr 2019 09:50:27 -0400 Subject: [PATCH] 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 --- nodepool/nl03.openstack.org.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodepool/nl03.openstack.org.yaml b/nodepool/nl03.openstack.org.yaml index b7c741d5cd..53fec7c0b5 100644 --- a/nodepool/nl03.openstack.org.yaml +++ b/nodepool/nl03.openstack.org.yaml @@ -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