From f94f93adb7851ef535e0eca3731db49706ef7378 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 1 Feb 2022 11:14:18 +1100 Subject: [PATCH] testing: move to CentOS 9-stream CentOS 8 has reached EOL, and will no longer build. Switch testing to 9-stream instead. Change-Id: Ib17b9e633bebf058c122cbb7dc4babd71737fb0d --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index cd40183f4..b5f551597 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -208,7 +208,7 @@ vars: nodepool_diskimage: base_element: centos-minimal - release: 8 + release: 9-stream mirror: "http://{{ zuul_site_mirror_fqdn }}/centos" env-vars: DIB_SIMPLE_INIT_NETWORKMANAGER: '1' @@ -241,7 +241,7 @@ vars: nodepool_diskimage: base_element: centos-minimal - release: 8 + release: 9-stream mirror: "http://{{ zuul_site_mirror_fqdn }}/centos" env-vars: DIB_SIMPLE_INIT_NETWORKMANAGER: '1'