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 <work@seanmooney.info>
This commit is contained in:
Sean Mooney
2025-07-23 13:15:52 +01:00
committed by sean mooney
parent 1b3afd66c4
commit 536ebea559

View File

@@ -2,6 +2,7 @@
name: devstack-plugin-ceph-tempest-py3-base name: devstack-plugin-ceph-tempest-py3-base
abstract: true abstract: true
parent: tempest-full-py3 parent: tempest-full-py3
nodeset: devstack-single-node-debian-bookworm
description: | description: |
Base integration tests that runs with the ceph devstack plugin and py3. Base integration tests that runs with the ceph devstack plugin and py3.
Former names for this job where: Former names for this job where:
@@ -96,6 +97,7 @@
- job: - job:
name: devstack-plugin-ceph-multinode-tempest-py3 name: devstack-plugin-ceph-multinode-tempest-py3
parent: tempest-multinode-full-py3 parent: tempest-multinode-full-py3
nodeset: devstack-two-node-debian-bookworm
description: | description: |
Integration tests that runs the ceph device plugin across multiple Integration tests that runs the ceph device plugin across multiple
nodes on py3. The Ceph deployment strategy used by this job is Cephadm. nodes on py3. The Ceph deployment strategy used by this job is Cephadm.