Merge "Update stable jobs on master gate"
Zuul authored 2 years ago
Gerrit Code Review committed 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-1 | |
| 27 | 28 | - cinder-tempest-plugin-basic-zed |
| 28 | 29 | - cinder-tempest-plugin-basic-yoga |
| 29 | - cinder-tempest-plugin-basic-xena | |
| 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-1 | |
| 40 | 41 | - cinder-tempest-plugin-cbak-ceph-zed |
| 41 | 42 | - cinder-tempest-plugin-cbak-ceph-yoga |
| 42 | - cinder-tempest-plugin-cbak-ceph-xena | |
| 43 | 43 | |
| 44 | 44 | - job: |
| 45 | 45 | name: cinder-tempest-plugin-protection-functional |
| 253 | 253 | timeout: 10800 |
| 254 | 254 | |
| 255 | 255 | - job: |
| 256 | name: cinder-tempest-plugin-cbak-ceph-2023-1 | |
| 257 | parent: cinder-tempest-plugin-cbak-ceph | |
| 258 | nodeset: openstack-single-node-jammy | |
| 259 | override-checkout: stable/2023.1 | |
| 260 | ||
| 261 | - job: | |
| 256 | 262 | name: cinder-tempest-plugin-cbak-ceph-zed |
| 257 | 263 | parent: cinder-tempest-plugin-cbak-ceph |
| 258 | 264 | nodeset: openstack-single-node-focal |
| 263 | 269 | parent: cinder-tempest-plugin-cbak-ceph |
| 264 | 270 | nodeset: openstack-single-node-focal |
| 265 | 271 | override-checkout: stable/yoga |
| 266 | ||
| 267 | - job: | |
| 268 | name: cinder-tempest-plugin-cbak-ceph-xena | |
| 269 | parent: cinder-tempest-plugin-cbak-ceph | |
| 270 | nodeset: openstack-single-node-focal | |
| 271 | override-checkout: stable/xena | |
| 272 | ||
| 273 | - job: | |
| 274 | name: cinder-tempest-plugin-cbak-ceph-wallaby | |
| 275 | parent: cinder-tempest-plugin-cbak-ceph | |
| 276 | nodeset: openstack-single-node-focal | |
| 277 | override-checkout: stable/wallaby | |
| 278 | 272 | |
| 279 | 273 | # variant for pre-Ussuri branches (no volume revert for Ceph), |
| 280 | 274 | # should this job be used on those branches |
| 406 | 400 | - ^releasenotes/.*$ |
| 407 | 401 | |
| 408 | 402 | - job: |
| 403 | name: cinder-tempest-plugin-basic-2023-1 | |
| 404 | parent: cinder-tempest-plugin-basic | |
| 405 | nodeset: openstack-single-node-jammy | |
| 406 | override-checkout: stable/2023.1 | |
| 407 | ||
| 408 | - job: | |
| 409 | 409 | name: cinder-tempest-plugin-basic-zed |
| 410 | 410 | parent: cinder-tempest-plugin-basic |
| 411 | 411 | nodeset: openstack-single-node-focal |
| 416 | 416 | parent: cinder-tempest-plugin-basic |
| 417 | 417 | nodeset: openstack-single-node-focal |
| 418 | 418 | override-checkout: stable/yoga |
| 419 | ||
| 420 | - job: | |
| 421 | name: cinder-tempest-plugin-basic-xena | |
| 422 | parent: cinder-tempest-plugin-basic | |
| 423 | nodeset: openstack-single-node-focal | |
| 424 | override-checkout: stable/xena | |