Remove stable/victoria job and fixing job description
As we have pinned Tempest and cinder-temest-plugin in EM
stable/victoria, we do not need to test those in master
gate, so removing the stable/victoria job from master gate.
Also, fixing the comment about job description update from
- https://review.opendev.org/c/openstack/cinder-tempest-plugin/+/843319/1/.zuul.yaml#119
Change-Id: I721a494aa52129c58683f36853bc2fd064df48eb
Ghanshyam Mann authored 3 years ago
Ghanshyam committed 3 years ago
| 11 | 11 | voting: false |
| 12 | 12 | - cinder-tempest-plugin-cbak-ceph |
| 13 | 13 | - cinder-tempest-plugin-cbak-s3 |
| 14 | # As per the Tempest "Stable Branch Support Policy", Tempest will only | |
| 15 | # support the "Maintained" stable branches and not the "Extended Maintained" | |
| 16 | # branches. That is what we need to do for all tempest plugins. Only jobs | |
| 17 | # for the current releasable ("Maintained") stable branches should be listed | |
| 18 | # here. | |
| 14 | 19 | - cinder-tempest-plugin-basic-yoga |
| 15 | 20 | - cinder-tempest-plugin-basic-xena |
| 16 | 21 | - cinder-tempest-plugin-basic-wallaby |
| 17 | - cinder-tempest-plugin-basic-victoria | |
| 18 | 22 | # Set this job to voting once we have some actual tests to run |
| 19 | 23 | - cinder-tempest-plugin-protection-functional: |
| 20 | 24 | voting: false |
| 28 | 32 | - cinder-tempest-plugin-cbak-ceph-yoga |
| 29 | 33 | - cinder-tempest-plugin-cbak-ceph-xena |
| 30 | 34 | - cinder-tempest-plugin-cbak-ceph-wallaby |
| 31 | - cinder-tempest-plugin-cbak-ceph-victoria | |
| 32 | 35 | |
| 33 | 36 | - job: |
| 34 | 37 | name: cinder-tempest-plugin-protection-functional |
| 115 | 118 | name: cinder-tempest-plugin-lvm-barbican-base |
| 116 | 119 | description: | |
| 117 | 120 | This is a base job for lvm with lio & tgt targets |
| 118 | with cinderlib tests to run on stable/train testing. | |
| 121 | with cinderlib tests to run on stable/train to stable/victoria | |
| 122 | testing. To run on those stable branches that are using tempest | |
| 123 | 26.1.0 (which is set in the devstack stackrc file), we must | |
| 124 | use cinder-tempest-plugin compatible version 1.3.0. | |
| 119 | 125 | branches: |
| 120 | 126 | - stable/train |
| 121 | 127 | - stable/ussuri |
| 180 | 186 | parent: cinder-tempest-plugin-cbak-ceph |
| 181 | 187 | nodeset: openstack-single-node-focal |
| 182 | 188 | override-checkout: stable/wallaby |
| 183 | ||
| 184 | - job: | |
| 185 | name: cinder-tempest-plugin-cbak-ceph-victoria | |
| 186 | parent: cinder-tempest-plugin-cbak-ceph | |
| 187 | nodeset: openstack-single-node-focal | |
| 188 | override-checkout: stable/victoria | |
| 189 | 189 | |
| 190 | 190 | # variant for pre-Ussuri branches (no volume revert for Ceph), |
| 191 | 191 | # should this job be used on those branches |
| 287 | 287 | parent: cinder-tempest-plugin-basic |
| 288 | 288 | nodeset: openstack-single-node-focal |
| 289 | 289 | override-checkout: stable/wallaby |
| 290 | ||
| 291 | - job: | |
| 292 | name: cinder-tempest-plugin-basic-victoria | |
| 293 | parent: cinder-tempest-plugin-basic | |
| 294 | nodeset: openstack-single-node-focal | |
| 295 | override-checkout: stable/victoria | |