Run the tests on stable/victoria as well, remove stein
So that changes to this plugin (at least, most of them) don't break
victoria.
As stein moved to EM, remove its job according the common guidelines.
Change-Id: If4857a8beaa46b48c0f7d44ff707dd44425b530c
Luigi Toscano
5 years ago
| 8 | 8 | voting: false |
| 9 | 9 | - cinder-tempest-plugin-lvm-tgt-barbican |
| 10 | 10 | - cinder-tempest-plugin-cbak-ceph |
| 11 | - cinder-tempest-plugin-basic-victoria | |
| 11 | 12 | - cinder-tempest-plugin-basic-ussuri |
| 12 | 13 | - cinder-tempest-plugin-basic-train |
| 13 | - cinder-tempest-plugin-basic-stein | |
| 14 | 14 | gate: |
| 15 | 15 | jobs: |
| 16 | 16 | - cinder-tempest-plugin-lvm-lio-barbican |
| 136 | 136 | - ^releasenotes/.*$ |
| 137 | 137 | |
| 138 | 138 | - job: |
| 139 | name: cinder-tempest-plugin-basic-victoria | |
| 140 | parent: cinder-tempest-plugin-basic | |
| 141 | nodeset: openstack-single-node-focal | |
| 142 | override-checkout: stable/victoria | |
| 143 | ||
| 144 | - job: | |
| 139 | 145 | name: cinder-tempest-plugin-basic-ussuri |
| 140 | 146 | parent: cinder-tempest-plugin-basic |
| 141 | 147 | nodeset: openstack-single-node-bionic |
| 149 | 155 | vars: |
| 150 | 156 | devstack_localrc: |
| 151 | 157 | USE_PYTHON3: True |
| 152 | ||
| 153 | - job: | |
| 154 | name: cinder-tempest-plugin-basic-stein | |
| 155 | parent: cinder-tempest-plugin-basic | |
| 156 | nodeset: openstack-single-node-bionic | |
| 157 | override-checkout: stable/stein | |
| 158 | vars: | |
| 159 | devstack_localrc: | |
| 160 | USE_PYTHON3: True | |