diff --git a/.zuul.yaml b/.zuul.yaml index c6a90a3..0e333c4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -12,10 +12,14 @@ voting: false - cinder-tempest-plugin-cbak-ceph - cinder-tempest-plugin-cbak-s3 + # As per the Tempest "Stable Branch Support Policy", Tempest will only + # support the "Maintained" stable branches and not the "Extended Maintained" + # branches. That is what we need to do for all tempest plugins. Only jobs + # for the current releasable ("Maintained") stable branches should be listed + # here. - cinder-tempest-plugin-basic-yoga - cinder-tempest-plugin-basic-xena - cinder-tempest-plugin-basic-wallaby - - cinder-tempest-plugin-basic-victoria # Set this job to voting once we have some actual tests to run - cinder-tempest-plugin-protection-functional: voting: false @@ -29,7 +33,6 @@ - cinder-tempest-plugin-cbak-ceph-yoga - cinder-tempest-plugin-cbak-ceph-xena - cinder-tempest-plugin-cbak-ceph-wallaby - - cinder-tempest-plugin-cbak-ceph-victoria - job: name: cinder-tempest-plugin-protection-functional @@ -116,7 +119,10 @@ name: cinder-tempest-plugin-lvm-barbican-base description: | This is a base job for lvm with lio & tgt targets - with cinderlib tests to run on stable/train testing. + with cinderlib tests to run on stable/train to stable/victoria + testing. To run on those stable branches that are using tempest + 26.1.0 (which is set in the devstack stackrc file), we must + use cinder-tempest-plugin compatible version 1.3.0. branches: - stable/train - stable/ussuri @@ -181,12 +187,6 @@ parent: cinder-tempest-plugin-cbak-ceph nodeset: openstack-single-node-focal override-checkout: stable/wallaby - -- job: - name: cinder-tempest-plugin-cbak-ceph-victoria - parent: cinder-tempest-plugin-cbak-ceph - nodeset: openstack-single-node-focal - override-checkout: stable/victoria # variant for pre-Ussuri branches (no volume revert for Ceph), # should this job be used on those branches @@ -288,9 +288,3 @@ parent: cinder-tempest-plugin-basic nodeset: openstack-single-node-focal override-checkout: stable/wallaby - -- job: - name: cinder-tempest-plugin-basic-victoria - parent: cinder-tempest-plugin-basic - nodeset: openstack-single-node-focal - override-checkout: stable/victoria