From 536ebea559673d694c8f8deeafe1362e2c41c021 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Wed, 23 Jul 2025 13:15:52 +0100 Subject: [PATCH] move ceph jobs to debian 12 This change updates the nodeset for the ceph jobs to use debian 12 to avoid ubuntu packaging issues on noble. Related-Bug: #2116852 Change-Id: I5f119862ed240c71cdd817466df5764271df656b Signed-off-by: Sean Mooney --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 3248f38f..10f8ed74 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -2,6 +2,7 @@ name: devstack-plugin-ceph-tempest-py3-base abstract: true parent: tempest-full-py3 + nodeset: devstack-single-node-debian-bookworm description: | Base integration tests that runs with the ceph devstack plugin and py3. Former names for this job where: @@ -96,6 +97,7 @@ - job: name: devstack-plugin-ceph-multinode-tempest-py3 parent: tempest-multinode-full-py3 + nodeset: devstack-two-node-debian-bookworm description: | Integration tests that runs the ceph device plugin across multiple nodes on py3. The Ceph deployment strategy used by this job is Cephadm.