Update stable branch jobs
Remove yoga (which is now Unmaintained) and add 2023.2 (Bobcat, which
is the most recent Maintained branch).
Change-Id: I1966f79a724ea27c729e5a31162a090d65a1aa02
Brian Rosmaita
2 years ago
| 24 | 24 | # branches. That is what we need to do for all tempest plugins. Only jobs |
| 25 | 25 | # for the current releasable ("Maintained") stable branches should be listed |
| 26 | 26 | # here. |
| 27 | - cinder-tempest-plugin-basic-2023-2 | |
| 27 | 28 | - cinder-tempest-plugin-basic-2023-1 |
| 28 | 29 | - cinder-tempest-plugin-basic-zed |
| 29 | - cinder-tempest-plugin-basic-yoga | |
| 30 | 30 | - cinder-tempest-plugin-protection-functional |
| 31 | 31 | gate: |
| 32 | 32 | jobs: |
| 37 | 37 | - cinder-tempest-plugin-cbak-ceph |
| 38 | 38 | experimental: |
| 39 | 39 | jobs: |
| 40 | - cinder-tempest-plugin-cbak-ceph-2023-2 | |
| 40 | 41 | - cinder-tempest-plugin-cbak-ceph-2023-1 |
| 41 | 42 | - cinder-tempest-plugin-cbak-ceph-zed |
| 42 | - cinder-tempest-plugin-cbak-ceph-yoga | |
| 43 | 43 | |
| 44 | 44 | - job: |
| 45 | 45 | name: cinder-tempest-plugin-protection-functional |
| 268 | 268 | timeout: 10800 |
| 269 | 269 | |
| 270 | 270 | - job: |
| 271 | name: cinder-tempest-plugin-cbak-ceph-2023-2 | |
| 272 | parent: cinder-tempest-plugin-cbak-ceph | |
| 273 | nodeset: openstack-single-node-jammy | |
| 274 | override-checkout: stable/2023.2 | |
| 275 | ||
| 276 | - job: | |
| 271 | 277 | name: cinder-tempest-plugin-cbak-ceph-2023-1 |
| 272 | 278 | parent: cinder-tempest-plugin-cbak-ceph |
| 273 | 279 | nodeset: openstack-single-node-jammy |
| 278 | 284 | parent: cinder-tempest-plugin-cbak-ceph |
| 279 | 285 | nodeset: openstack-single-node-focal |
| 280 | 286 | override-checkout: stable/zed |
| 281 | ||
| 282 | - job: | |
| 283 | name: cinder-tempest-plugin-cbak-ceph-yoga | |
| 284 | parent: cinder-tempest-plugin-cbak-ceph | |
| 285 | nodeset: openstack-single-node-focal | |
| 286 | override-checkout: stable/yoga | |
| 287 | 287 | |
| 288 | 288 | # variant for pre-Ussuri branches (no volume revert for Ceph), |
| 289 | 289 | # should this job be used on those branches |
| 415 | 415 | - ^releasenotes/.*$ |
| 416 | 416 | |
| 417 | 417 | - job: |
| 418 | name: cinder-tempest-plugin-basic-2023-2 | |
| 419 | parent: cinder-tempest-plugin-basic | |
| 420 | nodeset: openstack-single-node-jammy | |
| 421 | override-checkout: stable/2023.2 | |
| 422 | ||
| 423 | - job: | |
| 418 | 424 | name: cinder-tempest-plugin-basic-2023-1 |
| 419 | 425 | parent: cinder-tempest-plugin-basic |
| 420 | 426 | nodeset: openstack-single-node-jammy |
| 425 | 431 | parent: cinder-tempest-plugin-basic |
| 426 | 432 | nodeset: openstack-single-node-focal |
| 427 | 433 | override-checkout: stable/zed |
| 428 | ||
| 429 | - job: | |
| 430 | name: cinder-tempest-plugin-basic-yoga | |
| 431 | parent: cinder-tempest-plugin-basic | |
| 432 | nodeset: openstack-single-node-focal | |
| 433 | override-checkout: stable/yoga | |