Drop Bobcat jobs, add Epoxy
stable/2023.2 (Bobcat) goes EOL this week, so drop Bobcat jobs
and add jobs for stable/2025.1 (Epoxy)
Change-Id: Icdd911b239b4d95762f5da3f5bfb6b2590403ba8
Brian Rosmaita
1 year, 2 months ago
| 22 | 22 | # As per the Tempest "Stable Branch Support Policy", Tempest will only |
| 23 | 23 | # support the "Maintained" stable branches, so only jobs for the |
| 24 | 24 | # current stable branches should be listed here. |
| 25 | - cinder-tempest-plugin-basic-2025-1 | |
| 25 | 26 | - cinder-tempest-plugin-basic-2024-2 |
| 26 | 27 | - cinder-tempest-plugin-basic-2024-1 |
| 27 | - cinder-tempest-plugin-basic-2023-2 | |
| 28 | 28 | - cinder-tempest-plugin-protection-functional |
| 29 | 29 | gate: |
| 30 | 30 | jobs: |
| 35 | 35 | - cinder-tempest-plugin-cbak-ceph |
| 36 | 36 | experimental: |
| 37 | 37 | jobs: |
| 38 | - cinder-tempest-plugin-cbak-ceph-2025-1 | |
| 38 | 39 | - cinder-tempest-plugin-cbak-ceph-2024-2 |
| 39 | 40 | - cinder-tempest-plugin-cbak-ceph-2024-1 |
| 40 | - cinder-tempest-plugin-cbak-ceph-2023-2 | |
| 41 | 41 | |
| 42 | 42 | - job: |
| 43 | 43 | name: cinder-tempest-plugin-protection-functional |
| 267 | 267 | timeout: 10800 |
| 268 | 268 | |
| 269 | 269 | - job: |
| 270 | name: cinder-tempest-plugin-cbak-ceph-2025-1 | |
| 271 | parent: cinder-tempest-plugin-cbak-ceph | |
| 272 | nodeset: openstack-single-node-jammy | |
| 273 | override-checkout: stable/2025.1 | |
| 274 | ||
| 275 | - job: | |
| 270 | 276 | name: cinder-tempest-plugin-cbak-ceph-2024-2 |
| 271 | 277 | parent: cinder-tempest-plugin-cbak-ceph |
| 272 | 278 | nodeset: openstack-single-node-jammy |
| 277 | 283 | parent: cinder-tempest-plugin-cbak-ceph |
| 278 | 284 | nodeset: openstack-single-node-jammy |
| 279 | 285 | override-checkout: stable/2024.1 |
| 280 | ||
| 281 | - job: | |
| 282 | name: cinder-tempest-plugin-cbak-ceph-2023-2 | |
| 283 | parent: cinder-tempest-plugin-cbak-ceph | |
| 284 | nodeset: openstack-single-node-jammy | |
| 285 | override-checkout: stable/2023.2 | |
| 286 | 286 | |
| 287 | 287 | # variant for pre-Ussuri branches (no volume revert for Ceph), |
| 288 | 288 | # should this job be used on those branches |
| 406 | 406 | - ^releasenotes/.*$ |
| 407 | 407 | |
| 408 | 408 | - job: |
| 409 | name: cinder-tempest-plugin-basic-2025-1 | |
| 410 | parent: cinder-tempest-plugin-basic | |
| 411 | nodeset: openstack-single-node-jammy | |
| 412 | override-checkout: stable/2025.1 | |
| 413 | ||
| 414 | - job: | |
| 409 | 415 | name: cinder-tempest-plugin-basic-2024-2 |
| 410 | 416 | parent: cinder-tempest-plugin-basic |
| 411 | 417 | nodeset: openstack-single-node-jammy |
| 416 | 422 | parent: cinder-tempest-plugin-basic |
| 417 | 423 | nodeset: openstack-single-node-jammy |
| 418 | 424 | override-checkout: stable/2024.1 |
| 419 | ||
| 420 | - job: | |
| 421 | name: cinder-tempest-plugin-basic-2023-2 | |
| 422 | parent: cinder-tempest-plugin-basic | |
| 423 | nodeset: openstack-single-node-jammy | |
| 424 | override-checkout: stable/2023.2 | |