Codebase list cinder-tempest-plugin / ed387a0
Update stable jobs on master gate As 2023.1 is released, we should add its job on master gate to keep branchless tempest plugins compatible to stable branch. Also, removing the stable/xena job as that is in EM state. - https://review.opendev.org/c/openstack/releases/+/881254 Ref: Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html Change-Id: I39b5296ee68544a43182dcb346a040856d062aca Ghanshyam Mann authored 3 years ago Ghanshyam committed 2 years ago
1 changed file(s) with 14 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
2424 # branches. That is what we need to do for all tempest plugins. Only jobs
2525 # for the current releasable ("Maintained") stable branches should be listed
2626 # here.
27 - cinder-tempest-plugin-basic-2023-1
2728 - cinder-tempest-plugin-basic-zed
2829 - cinder-tempest-plugin-basic-yoga
29 - cinder-tempest-plugin-basic-xena
3030 - cinder-tempest-plugin-protection-functional
3131 gate:
3232 jobs:
3737 - cinder-tempest-plugin-cbak-ceph
3838 experimental:
3939 jobs:
40 - cinder-tempest-plugin-cbak-ceph-2023-1
4041 - cinder-tempest-plugin-cbak-ceph-zed
4142 - cinder-tempest-plugin-cbak-ceph-yoga
42 - cinder-tempest-plugin-cbak-ceph-xena
4343
4444 - job:
4545 name: cinder-tempest-plugin-protection-functional
251251 timeout: 10800
252252
253253 - job:
254 name: cinder-tempest-plugin-cbak-ceph-2023-1
255 parent: cinder-tempest-plugin-cbak-ceph
256 nodeset: openstack-single-node-jammy
257 override-checkout: stable/2023.1
258
259 - job:
254260 name: cinder-tempest-plugin-cbak-ceph-zed
255261 parent: cinder-tempest-plugin-cbak-ceph
256262 nodeset: openstack-single-node-focal
261267 parent: cinder-tempest-plugin-cbak-ceph
262268 nodeset: openstack-single-node-focal
263269 override-checkout: stable/yoga
264
265 - job:
266 name: cinder-tempest-plugin-cbak-ceph-xena
267 parent: cinder-tempest-plugin-cbak-ceph
268 nodeset: openstack-single-node-focal
269 override-checkout: stable/xena
270
271 - job:
272 name: cinder-tempest-plugin-cbak-ceph-wallaby
273 parent: cinder-tempest-plugin-cbak-ceph
274 nodeset: openstack-single-node-focal
275 override-checkout: stable/wallaby
276270
277271 # variant for pre-Ussuri branches (no volume revert for Ceph),
278272 # should this job be used on those branches
405399 - ^releasenotes/.*$
406400
407401 - job:
402 name: cinder-tempest-plugin-basic-2023-1
403 parent: cinder-tempest-plugin-basic
404 nodeset: openstack-single-node-jammy
405 override-checkout: stable/2023.1
406
407 - job:
408408 name: cinder-tempest-plugin-basic-zed
409409 parent: cinder-tempest-plugin-basic
410410 nodeset: openstack-single-node-focal
415415 parent: cinder-tempest-plugin-basic
416416 nodeset: openstack-single-node-focal
417417 override-checkout: stable/yoga
418
419 - job:
420 name: cinder-tempest-plugin-basic-xena
421 parent: cinder-tempest-plugin-basic
422 nodeset: openstack-single-node-focal
423 override-checkout: stable/xena