From 23c7a3aaa9214de9a47cc0cbea3ca1777fe9c5ab Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Mon, 8 Jul 2024 19:08:27 +0200 Subject: [PATCH] zuul: Use more stable dib job centos-8-stream is EOL and the builds are no longer passing. Since the only things that matters here is how the sdk is being used by nodepool, the actual image being built doesn't really matter. Use Ubuntu Noble. which is the most recent addition and thus will still be working for a long time, or so we hope. Also stop running non-voting jobs in the gate pipeline. Change-Id: I351ce792ffd1d24d032d7a657366be807ea29e38 --- zuul.d/project.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 88fcb4c86..202d89f67 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -17,7 +17,7 @@ - opendev-buildset-registry - nodepool-build-image-siblings: voting: false - - dib-nodepool-functional-openstack-centos-8-stream-src: + - dib-nodepool-functional-openstack-ubuntu-noble-src: voting: false - openstacksdk-functional-devstack - openstacksdk-functional-devstack-networking @@ -37,10 +37,6 @@ gate: jobs: - opendev-buildset-registry - - nodepool-build-image-siblings: - voting: false - - dib-nodepool-functional-openstack-centos-8-stream-src: - voting: false - openstacksdk-functional-devstack - openstacksdk-functional-devstack-networking - openstacksdk-functional-devstack-networking-ext