Add stable/zed jobs on master gate
As zed is released, we should add its job on master
gate to keep branchless tempest plugins compatible
to stable branch.
Also, remove stable/wallaby jobs given that wallaby went
to Extended Maintenance on 2022-11-07T10:52:23+00:00
Ref: Tempest plugins guide for stable branch testing:
- https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html
Change-Id: I1708ab9829b147e6ca1a2d549ea130bf08b3cc38
Ghanshyam Mann authored 3 years ago
Brian Rosmaita committed 3 years ago
| 17 | 17 | # branches. That is what we need to do for all tempest plugins. Only jobs |
| 18 | 18 | # for the current releasable ("Maintained") stable branches should be listed |
| 19 | 19 | # here. |
| 20 | - cinder-tempest-plugin-basic-zed | |
| 20 | 21 | - cinder-tempest-plugin-basic-yoga |
| 21 | 22 | - cinder-tempest-plugin-basic-xena |
| 22 | - cinder-tempest-plugin-basic-wallaby | |
| 23 | 23 | # Set this job to voting once we have some actual tests to run |
| 24 | 24 | - cinder-tempest-plugin-protection-functional: |
| 25 | 25 | voting: false |
| 30 | 30 | - cinder-tempest-plugin-cbak-ceph |
| 31 | 31 | experimental: |
| 32 | 32 | jobs: |
| 33 | - cinder-tempest-plugin-cbak-ceph-zed | |
| 33 | 34 | - cinder-tempest-plugin-cbak-ceph-yoga |
| 34 | 35 | - cinder-tempest-plugin-cbak-ceph-xena |
| 35 | - cinder-tempest-plugin-cbak-ceph-wallaby | |
| 36 | 36 | |
| 37 | 37 | - job: |
| 38 | 38 | name: cinder-tempest-plugin-protection-functional |
| 195 | 195 | c-bak: true |
| 196 | 196 | |
| 197 | 197 | - job: |
| 198 | name: cinder-tempest-plugin-cbak-ceph-zed | |
| 199 | parent: cinder-tempest-plugin-cbak-ceph | |
| 200 | nodeset: openstack-single-node-focal | |
| 201 | override-checkout: stable/zed | |
| 202 | ||
| 203 | - job: | |
| 198 | 204 | name: cinder-tempest-plugin-cbak-ceph-yoga |
| 199 | 205 | parent: cinder-tempest-plugin-cbak-ceph |
| 200 | 206 | nodeset: openstack-single-node-focal |
| 296 | 302 | - ^releasenotes/.*$ |
| 297 | 303 | |
| 298 | 304 | - job: |
| 305 | name: cinder-tempest-plugin-basic-zed | |
| 306 | parent: cinder-tempest-plugin-basic | |
| 307 | nodeset: openstack-single-node-focal | |
| 308 | override-checkout: stable/zed | |
| 309 | ||
| 310 | - job: | |
| 299 | 311 | name: cinder-tempest-plugin-basic-yoga |
| 300 | 312 | parent: cinder-tempest-plugin-basic |
| 301 | 313 | nodeset: openstack-single-node-focal |
| 306 | 318 | parent: cinder-tempest-plugin-basic |
| 307 | 319 | nodeset: openstack-single-node-focal |
| 308 | 320 | override-checkout: stable/xena |
| 309 | ||
| 310 | - job: | |
| 311 | name: cinder-tempest-plugin-basic-wallaby | |
| 312 | parent: cinder-tempest-plugin-basic | |
| 313 | nodeset: openstack-single-node-focal | |
| 314 | override-checkout: stable/wallaby | |