From a7cda9f926681981c43195161607a488737765f3 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Fri, 25 Oct 2019 10:54:40 +0100 Subject: [PATCH] Bump min-ready for ubuntu-bionic Flip the min ready values for Xenial and Bionic. This should've been done when we did the initial transition from Xenial to Bionic but was missed. We want to have ready nodes for the common up to date ubuntu platform (Bionic) and don't as many on the previous release (Xenial). Thank you to zbr for catching this after noticing that linter jobs took a while to start. Change-Id: I5e2c4b6a056b50077ab343535a4bbe3bc49a0acf --- nodepool/nl01.openstack.org.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nodepool/nl01.openstack.org.yaml b/nodepool/nl01.openstack.org.yaml index 82bfa4ff25..1dad8b2f42 100644 --- a/nodepool/nl01.openstack.org.yaml +++ b/nodepool/nl01.openstack.org.yaml @@ -34,11 +34,12 @@ labels: - name: opensuse-tumbleweed min-ready: 1 - name: ubuntu-bionic - min-ready: 1 + # Common job platform + min-ready: 10 - name: ubuntu-trusty min-ready: 1 - name: ubuntu-xenial - min-ready: 10 + min-ready: 1 providers: - name: rax-dfw