From 60a2ef7ffe0c663b44f694aadcf30cf99182b33a 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 Raise min-ready from 1 to 3 for ubuntu-bionic after observing that linters jobs used to start considerably later than more heavy ones. When looking at them, I discovered that they were using ubuntu-bionic and our current configuration explains why this was happening. 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