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
This commit is contained in:
Dr. Jens Harbott 2024-07-08 19:08:27 +02:00
parent 10e79efeda
commit 23c7a3aaa9

View File

@ -17,7 +17,7 @@
- opendev-buildset-registry - opendev-buildset-registry
- nodepool-build-image-siblings: - nodepool-build-image-siblings:
voting: false voting: false
- dib-nodepool-functional-openstack-centos-8-stream-src: - dib-nodepool-functional-openstack-ubuntu-noble-src:
voting: false voting: false
- openstacksdk-functional-devstack - openstacksdk-functional-devstack
- openstacksdk-functional-devstack-networking - openstacksdk-functional-devstack-networking
@ -37,10 +37,6 @@
gate: gate:
jobs: jobs:
- opendev-buildset-registry - 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
- openstacksdk-functional-devstack-networking - openstacksdk-functional-devstack-networking
- openstacksdk-functional-devstack-networking-ext - openstacksdk-functional-devstack-networking-ext