Codebase list cinder-tempest-plugin / 3f52f35
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
1 changed file(s) with 7 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
88 voting: false
99 - cinder-tempest-plugin-lvm-tgt-barbican
1010 - cinder-tempest-plugin-cbak-ceph
11 - cinder-tempest-plugin-basic-victoria
1112 - cinder-tempest-plugin-basic-ussuri
1213 - cinder-tempest-plugin-basic-train
13 - cinder-tempest-plugin-basic-stein
1414 gate:
1515 jobs:
1616 - cinder-tempest-plugin-lvm-lio-barbican
136136 - ^releasenotes/.*$
137137
138138 - 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:
139145 name: cinder-tempest-plugin-basic-ussuri
140146 parent: cinder-tempest-plugin-basic
141147 nodeset: openstack-single-node-bionic
149155 vars:
150156 devstack_localrc:
151157 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