Codebase list cinder-tempest-plugin / ffd05a7
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
1 changed file(s) with 14 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
1111 voting: false
1212 - cinder-tempest-plugin-cbak-ceph
1313 - cinder-tempest-plugin-cbak-s3
14 - cinder-tempest-plugin-basic-xena
1415 - cinder-tempest-plugin-basic-wallaby
1516 - cinder-tempest-plugin-basic-victoria
1617 - cinder-tempest-plugin-basic-ussuri
17 - cinder-tempest-plugin-basic-train
1818 # Set this job to voting once we have some actual tests to run
1919 - cinder-tempest-plugin-protection-functional:
2020 voting: false
2525 - cinder-tempest-plugin-cbak-ceph
2626 experimental:
2727 jobs:
28 - cinder-tempest-plugin-cbak-ceph-xena
2829 - cinder-tempest-plugin-cbak-ceph-wallaby
2930 - cinder-tempest-plugin-cbak-ceph-victoria
3031 - cinder-tempest-plugin-cbak-ceph-ussuri
31 - cinder-tempest-plugin-cbak-ceph-train
3232
3333 - job:
3434 name: cinder-tempest-plugin-protection-functional
137137 c-bak: true
138138
139139 - 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:
140146 name: cinder-tempest-plugin-cbak-ceph-wallaby
141147 parent: cinder-tempest-plugin-cbak-ceph
142148 nodeset: openstack-single-node-focal
153159 parent: cinder-tempest-plugin-cbak-ceph
154160 nodeset: openstack-single-node-bionic
155161 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
162162
163163 # variant for pre-Ussuri branches (no volume revert for Ceph),
164164 # should this job be used on those branches
236236 - ^releasenotes/.*$
237237
238238 - 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:
239245 name: cinder-tempest-plugin-basic-wallaby
240246 parent: cinder-tempest-plugin-basic
241247 nodeset: openstack-single-node-focal
252258 parent: cinder-tempest-plugin-basic
253259 nodeset: openstack-single-node-bionic
254260 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