Codebase list cinder-tempest-plugin / 35f531d
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
1 changed file(s) with 14 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
1717 # branches. That is what we need to do for all tempest plugins. Only jobs
1818 # for the current releasable ("Maintained") stable branches should be listed
1919 # here.
20 - cinder-tempest-plugin-basic-zed
2021 - cinder-tempest-plugin-basic-yoga
2122 - cinder-tempest-plugin-basic-xena
22 - cinder-tempest-plugin-basic-wallaby
2323 # Set this job to voting once we have some actual tests to run
2424 - cinder-tempest-plugin-protection-functional:
2525 voting: false
3030 - cinder-tempest-plugin-cbak-ceph
3131 experimental:
3232 jobs:
33 - cinder-tempest-plugin-cbak-ceph-zed
3334 - cinder-tempest-plugin-cbak-ceph-yoga
3435 - cinder-tempest-plugin-cbak-ceph-xena
35 - cinder-tempest-plugin-cbak-ceph-wallaby
3636
3737 - job:
3838 name: cinder-tempest-plugin-protection-functional
195195 c-bak: true
196196
197197 - 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:
198204 name: cinder-tempest-plugin-cbak-ceph-yoga
199205 parent: cinder-tempest-plugin-cbak-ceph
200206 nodeset: openstack-single-node-focal
296302 - ^releasenotes/.*$
297303
298304 - 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:
299311 name: cinder-tempest-plugin-basic-yoga
300312 parent: cinder-tempest-plugin-basic
301313 nodeset: openstack-single-node-focal
306318 parent: cinder-tempest-plugin-basic
307319 nodeset: openstack-single-node-focal
308320 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