Add stable/xena jobs on master gate
We have stable/xena released so we should add
their job on master gate to keep branchless tempest
plugins compatible to stable branch.
This also removes the stable/train job as that is in EM
state now.
Ref: Tempest plugins guide for stable branch testing:
- https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html
Change-Id: Idd1c0ae5211764abb1d3b30735c1986b63005789
Ghanshyam Mann
4 years ago
| 11 | 11 | voting: false |
| 12 | 12 | - cinder-tempest-plugin-cbak-ceph |
| 13 | 13 | - cinder-tempest-plugin-cbak-s3 |
| 14 | - cinder-tempest-plugin-basic-xena | |
| 14 | 15 | - cinder-tempest-plugin-basic-wallaby |
| 15 | 16 | - cinder-tempest-plugin-basic-victoria |
| 16 | 17 | - cinder-tempest-plugin-basic-ussuri |
| 17 | - cinder-tempest-plugin-basic-train | |
| 18 | 18 | # Set this job to voting once we have some actual tests to run |
| 19 | 19 | - cinder-tempest-plugin-protection-functional: |
| 20 | 20 | voting: false |
| 25 | 25 | - cinder-tempest-plugin-cbak-ceph |
| 26 | 26 | experimental: |
| 27 | 27 | jobs: |
| 28 | - cinder-tempest-plugin-cbak-ceph-xena | |
| 28 | 29 | - cinder-tempest-plugin-cbak-ceph-wallaby |
| 29 | 30 | - cinder-tempest-plugin-cbak-ceph-victoria |
| 30 | 31 | - cinder-tempest-plugin-cbak-ceph-ussuri |
| 31 | - cinder-tempest-plugin-cbak-ceph-train | |
| 32 | 32 | |
| 33 | 33 | - job: |
| 34 | 34 | name: cinder-tempest-plugin-protection-functional |
| 137 | 137 | c-bak: true |
| 138 | 138 | |
| 139 | 139 | - job: |
| 140 | name: cinder-tempest-plugin-cbak-ceph-xena | |
| 141 | parent: cinder-tempest-plugin-cbak-ceph | |
| 142 | nodeset: openstack-single-node-focal | |
| 143 | override-checkout: stable/xena | |
| 144 | ||
| 145 | - job: | |
| 140 | 146 | name: cinder-tempest-plugin-cbak-ceph-wallaby |
| 141 | 147 | parent: cinder-tempest-plugin-cbak-ceph |
| 142 | 148 | nodeset: openstack-single-node-focal |
| 153 | 159 | parent: cinder-tempest-plugin-cbak-ceph |
| 154 | 160 | nodeset: openstack-single-node-bionic |
| 155 | 161 | override-checkout: stable/ussuri |
| 156 | ||
| 157 | - job: | |
| 158 | name: cinder-tempest-plugin-cbak-ceph-train | |
| 159 | parent: cinder-tempest-plugin-cbak-ceph | |
| 160 | nodeset: openstack-single-node-bionic | |
| 161 | override-checkout: stable/train | |
| 162 | 162 | |
| 163 | 163 | # variant for pre-Ussuri branches (no volume revert for Ceph), |
| 164 | 164 | # should this job be used on those branches |
| 236 | 236 | - ^releasenotes/.*$ |
| 237 | 237 | |
| 238 | 238 | - job: |
| 239 | name: cinder-tempest-plugin-basic-xena | |
| 240 | parent: cinder-tempest-plugin-basic | |
| 241 | nodeset: openstack-single-node-focal | |
| 242 | override-checkout: stable/xena | |
| 243 | ||
| 244 | - job: | |
| 239 | 245 | name: cinder-tempest-plugin-basic-wallaby |
| 240 | 246 | parent: cinder-tempest-plugin-basic |
| 241 | 247 | nodeset: openstack-single-node-focal |
| 252 | 258 | parent: cinder-tempest-plugin-basic |
| 253 | 259 | nodeset: openstack-single-node-bionic |
| 254 | 260 | override-checkout: stable/ussuri |
| 255 | ||
| 256 | - job: | |
| 257 | name: cinder-tempest-plugin-basic-train | |
| 258 | parent: cinder-tempest-plugin-basic | |
| 259 | nodeset: openstack-single-node-bionic | |
| 260 | override-checkout: stable/train | |
| 261 | vars: | |
| 262 | devstack_localrc: | |
| 263 | USE_PYTHON3: True | |