From 20a0a5707fdd5244b1143f8b8edae99d29ce7dc8 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Tue, 18 Jun 2024 11:50:29 +1000 Subject: [PATCH] nodepool: Switch "common job platform" from bionic to jammy Bionic isn't that common anymore so switch the min-ready to Jammy Change-Id: I66f85c5b462bcae91f14195214194714aca13618 --- nodepool/nl01.opendev.org.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodepool/nl01.opendev.org.yaml b/nodepool/nl01.opendev.org.yaml index d1a8806842..ee22b72854 100644 --- a/nodepool/nl01.opendev.org.yaml +++ b/nodepool/nl01.opendev.org.yaml @@ -30,12 +30,12 @@ labels: - name: rockylinux-9 min-ready: 0 - name: ubuntu-bionic - # Common job platform - min-ready: 10 + min-ready: 1 - name: ubuntu-focal min-ready: 1 - name: ubuntu-jammy - min-ready: 1 + # Common job platform + min-ready: 10 - name: ubuntu-noble min-ready: 1 - name: ubuntu-xenial