Drop Caracal jobs, add Flamingo
The stable/2024.1 (Caracal) branch is unmaintained.
Add jobs for stable/2025.2 (Flamingo) and pin them to Ubuntu Noble.
The centos-9 jobs were not ported to 2025.2 from 2025.1,
pending further investigation.
Change-Id: I65a41fb598bbb6b38167a9ff714c850f93d61b53
Signed-off-by: Luigi Toscano <ltoscano@redhat.com>
Luigi Toscano
3 months ago
| 27 | 27 | # As per the Tempest "Stable Branch Support Policy", Tempest will only |
| 28 | 28 | # support the "Maintained" stable branches, so only jobs for the |
| 29 | 29 | # current stable branches should be listed here. |
| 30 | - cinder-tempest-plugin-basic-2025-2 | |
| 30 | 31 | - cinder-tempest-plugin-basic-2025-1 |
| 31 | 32 | - cinder-tempest-plugin-basic-2024-2 |
| 32 | - cinder-tempest-plugin-basic-2024-1 | |
| 33 | 33 | - cinder-tempest-plugin-protection-functional |
| 34 | 34 | gate: |
| 35 | 35 | jobs: |
| 40 | 40 | - cinder-tempest-plugin-cbak-ceph |
| 41 | 41 | experimental: |
| 42 | 42 | jobs: |
| 43 | - cinder-tempest-plugin-cbak-ceph-2025-2 | |
| 43 | 44 | - cinder-tempest-plugin-cbak-ceph-2025-1 |
| 44 | 45 | - cinder-tempest-plugin-cbak-ceph-2024-2 |
| 45 | - cinder-tempest-plugin-cbak-ceph-2024-1 | |
| 46 | 46 | |
| 47 | 47 | - job: |
| 48 | 48 | name: cinder-tempest-plugin-protection-functional |
| 297 | 297 | timeout: 10800 |
| 298 | 298 | |
| 299 | 299 | - job: |
| 300 | name: cinder-tempest-plugin-cbak-ceph-2025-2 | |
| 301 | parent: cinder-tempest-plugin-cbak-ceph | |
| 302 | nodeset: openstack-single-node-noble | |
| 303 | override-checkout: stable/2025.2 | |
| 304 | ||
| 305 | - job: | |
| 300 | 306 | name: cinder-tempest-plugin-cbak-ceph-2025-1 |
| 301 | 307 | parent: cinder-tempest-plugin-cbak-ceph |
| 302 | 308 | nodeset: openstack-single-node-jammy |
| 307 | 313 | parent: cinder-tempest-plugin-cbak-ceph |
| 308 | 314 | nodeset: openstack-single-node-jammy |
| 309 | 315 | override-checkout: stable/2024.2 |
| 310 | ||
| 311 | - job: | |
| 312 | name: cinder-tempest-plugin-cbak-ceph-2024-1 | |
| 313 | parent: cinder-tempest-plugin-cbak-ceph | |
| 314 | nodeset: openstack-single-node-jammy | |
| 315 | override-checkout: stable/2024.1 | |
| 316 | 316 | |
| 317 | 317 | # variant for pre-Ussuri branches (no volume revert for Ceph), |
| 318 | 318 | # should this job be used on those branches |
| 472 | 472 | - ^releasenotes/.*$ |
| 473 | 473 | |
| 474 | 474 | - job: |
| 475 | name: cinder-tempest-plugin-basic-2025-2 | |
| 476 | parent: cinder-tempest-plugin-basic | |
| 477 | nodeset: openstack-single-node-noble | |
| 478 | override-checkout: stable/2025.2 | |
| 479 | ||
| 480 | - job: | |
| 475 | 481 | name: cinder-tempest-plugin-basic-2025-1 |
| 476 | 482 | parent: cinder-tempest-plugin-basic |
| 477 | 483 | nodeset: openstack-single-node-jammy |
| 482 | 488 | parent: cinder-tempest-plugin-basic |
| 483 | 489 | nodeset: openstack-single-node-jammy |
| 484 | 490 | override-checkout: stable/2024.2 |
| 485 | ||
| 486 | - job: | |
| 487 | name: cinder-tempest-plugin-basic-2024-1 | |
| 488 | parent: cinder-tempest-plugin-basic | |
| 489 | nodeset: openstack-single-node-jammy | |
| 490 | override-checkout: stable/2024.1 | |