blob: 986b1ce5d88bb2ea6b09fd2156327efa6cb9416d [file] [log] [blame]
Chandan Kumar23e5b632018-01-04 23:36:43 +05301- project:
Doug Hellmann4a63cd52018-09-09 05:49:23 -04002 templates:
3 - check-requirements
4 - tempest-plugin-jobs
Chandan Kumar23e5b632018-01-04 23:36:43 +05305 check:
6 jobs:
whoami-rajat6dc9a2f2021-05-18 07:01:33 -04007 - cinder-tempest-plugin-lvm-multiattach
Luigi Toscanoc6215bd2020-02-21 12:42:58 +01008 - cinder-tempest-plugin-lvm-lio-barbican
Luigi Toscano8515b582022-04-27 16:11:13 +02009 - cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream:
Luigi Toscanof1441832020-05-01 19:33:21 +020010 voting: false
Brian Rosmaitae5ae1ed2022-12-21 08:53:24 -050011 # FIXME: the tgt job is broken on jammy, and we may be removing tgt
12 # support anyway. So make it non-voting until we figure out what to
13 # do about this, which should be at the March 2023 virtual PTG.
14 - cinder-tempest-plugin-lvm-tgt-barbican:
15 voting: false
Ade Lee723c3b92022-06-21 15:05:25 -040016 - cinder-tempest-plugin-lvm-lio-barbican-fips:
17 voting: false
Gorka Eguileor87d48022023-01-18 10:23:34 +010018 - cinder-tempest-plugin-lvm-nvmet-barbican
Lee Yarwood103c2f72021-01-21 15:38:44 +000019 - nova-ceph-multistore:
20 voting: false
Sofia Enriquezf44ff142020-04-03 20:04:22 +000021 - cinder-tempest-plugin-cbak-ceph
Hironori Shiina207d6672021-01-22 13:25:03 -050022 - cinder-tempest-plugin-cbak-s3
Ghanshyam Mann965cd722022-05-27 15:20:13 -050023 # As per the Tempest "Stable Branch Support Policy", Tempest will only
24 # support the "Maintained" stable branches and not the "Extended Maintained"
25 # branches. That is what we need to do for all tempest plugins. Only jobs
26 # for the current releasable ("Maintained") stable branches should be listed
27 # here.
Ghanshyam Mann35f531d2022-10-15 22:38:23 -050028 - cinder-tempest-plugin-basic-zed
Ghanshyam Mannaaf4e512022-04-14 19:14:00 -050029 - cinder-tempest-plugin-basic-yoga
Ghanshyam Mannffd05a72022-01-18 18:48:33 -060030 - cinder-tempest-plugin-basic-xena
Luigi Toscano2cbd0422023-03-13 14:50:26 +010031 - cinder-tempest-plugin-protection-functional
Luigi Toscanoc6215bd2020-02-21 12:42:58 +010032 gate:
33 jobs:
34 - cinder-tempest-plugin-lvm-lio-barbican
Gorka Eguileor87d48022023-01-18 10:23:34 +010035 - cinder-tempest-plugin-lvm-nvmet-barbican
Brian Rosmaitae5ae1ed2022-12-21 08:53:24 -050036 # FIXME: no sense running a non-voting gate job. See comment above.
37 # - cinder-tempest-plugin-lvm-tgt-barbican
Sofia Enriquezf44ff142020-04-03 20:04:22 +000038 - cinder-tempest-plugin-cbak-ceph
Luigi Toscano3d907472021-03-08 10:26:12 +010039 experimental:
40 jobs:
Ghanshyam Mann35f531d2022-10-15 22:38:23 -050041 - cinder-tempest-plugin-cbak-ceph-zed
Ghanshyam Mannaaf4e512022-04-14 19:14:00 -050042 - cinder-tempest-plugin-cbak-ceph-yoga
Ghanshyam Mannffd05a72022-01-18 18:48:33 -060043 - cinder-tempest-plugin-cbak-ceph-xena
Chandan Kumar23e5b632018-01-04 23:36:43 +053044
45- job:
Lance Bragstadd3fddec2021-02-16 16:27:13 +000046 name: cinder-tempest-plugin-protection-functional
47 parent: devstack-tempest
48 required-projects:
49 - opendev.org/openstack/cinder-tempest-plugin
50 - opendev.org/openstack/cinder
51 vars:
52 tox_envlist: all
53 tempest_test_regex: 'cinder_tempest_plugin.rbac'
54 devstack_local_conf:
55 test-config:
56 $CINDER_CONF:
57 oslo_policy:
58 enforce_new_defaults: True
59 $TEMPEST_CONFIG:
60 enforce_scope:
61 cinder: True
62 tempest_plugins:
63 - cinder-tempest-plugin
64
65- job:
whoami-rajat6dc9a2f2021-05-18 07:01:33 -040066 name: cinder-tempest-plugin-lvm-multiattach
67 description: |
68 This enables multiattach tests along with standard tempest tests
69 parent: devstack-tempest
70 required-projects:
71 - opendev.org/openstack/tempest
72 - opendev.org/openstack/cinder-tempest-plugin
73 - opendev.org/openstack/cinder
74 vars:
75 tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))'
76 tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
Alan Bishop8f39caf2022-08-17 08:33:44 -070077 # Temporarily exclude TestMultiAttachVolumeSwap until LP bug #1980816 is resolved.
Eric Harneyedd61112023-05-24 10:50:13 -040078 # Other excluded tests are tests that are somewhat time consuming but unrelated
79 # to multi-attach testing.
80 tempest_exclude_regex: 'TestMultiAttachVolumeSwap|^tempest.api.image|^tempest.api.object_storage|^tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted|^tempest.scenario.test_server_advanced_ops|^tempest.scenario.test_unified_limits'
whoami-rajat6dc9a2f2021-05-18 07:01:33 -040081 tox_envlist: all
82 devstack_localrc:
83 ENABLE_VOLUME_MULTIATTACH: true
84 tempest_plugins:
85 - cinder-tempest-plugin
86 irrelevant-files:
87 - ^.*\.rst$
88 - ^doc/.*$
89 - ^releasenotes/.*$
Eric Harneyd0e5b912023-05-24 10:06:07 -040090 timeout: 10800
whoami-rajat6dc9a2f2021-05-18 07:01:33 -040091
92- job:
Luigi Toscano1370db42021-03-03 21:31:11 +010093 name: cinder-tempest-plugin-lvm-barbican-base-abstract
Chandan Kumar23e5b632018-01-04 23:36:43 +053094 description: |
Eric Harneyfb18e1a2018-01-24 16:14:13 -050095 This is a base job for lvm with lio & tgt targets
Chandan Kumar23e5b632018-01-04 23:36:43 +053096 parent: devstack-tempest
Luigi Toscano1370db42021-03-03 21:31:11 +010097 abstract: true
Luigi Toscanoa571b392020-04-17 19:30:23 +020098 timeout: 10800
Chandan Kumar23e5b632018-01-04 23:36:43 +053099 required-projects:
Luigi Toscanoc6215bd2020-02-21 12:42:58 +0100100 - opendev.org/openstack/barbican
101 - opendev.org/openstack/tempest
102 - opendev.org/openstack/cinder-tempest-plugin
103 - opendev.org/openstack/cinder
Luigi Toscanoc6215bd2020-02-21 12:42:58 +0100104 host-vars:
105 controller:
106 devstack_plugins:
107 barbican: https://opendev.org/openstack/barbican
Chandan Kumar23e5b632018-01-04 23:36:43 +0530108 vars:
Sofia Enriquezf44ff142020-04-03 20:04:22 +0000109 tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))'
Doug Hellmann4a63cd52018-09-09 05:49:23 -0400110 tox_envlist: all
Chandan Kumar23e5b632018-01-04 23:36:43 +0530111 devstack_localrc:
Luigi Toscanoc6215bd2020-02-21 12:42:58 +0100112 CINDER_LVM_TYPE: thin
113 CINDER_COORDINATION_URL: 'file://\$state_path'
Luigi Toscanoa571b392020-04-17 19:30:23 +0200114 devstack_local_conf:
115 test-config:
116 $TEMPEST_CONFIG:
Luigi Toscano5d7847c2021-02-25 22:16:32 +0100117 auth:
118 # FIXME: 'creator' should be re-added by the barbican devstack plugin
119 # but the value below override everything.
120 tempest_roles: member,creator
Brian Rosmaita0587ca62022-05-13 22:02:40 -0400121 volume:
122 build_timeout: 300
Luigi Toscanoa571b392020-04-17 19:30:23 +0200123 volume-feature-enabled:
124 volume_revert: True
Chandan Kumar23e5b632018-01-04 23:36:43 +0530125 devstack_services:
126 barbican: true
Luigi Toscanoc6215bd2020-02-21 12:42:58 +0100127 tempest_plugins:
128 - cinder-tempest-plugin
Chandan Kumar23e5b632018-01-04 23:36:43 +0530129 irrelevant-files:
130 - ^.*\.rst$
131 - ^doc/.*$
132 - ^releasenotes/.*$
Sofia Enriquezf44ff142020-04-03 20:04:22 +0000133
134- job:
Luigi Toscano1370db42021-03-03 21:31:11 +0100135 name: cinder-tempest-plugin-lvm-barbican-base
136 description: |
137 This is a base job for lvm with lio & tgt targets
138 with cinderlib tests.
Alexander Deiter9fd78d52023-06-09 14:26:37 +0000139 branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train|ussuri|victoria|wallaby)).*$
Luigi Toscano1370db42021-03-03 21:31:11 +0100140 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
141 roles:
142 - zuul: opendev.org/openstack/cinderlib
143 required-projects:
144 - opendev.org/openstack/cinderlib
145 run: playbooks/tempest-and-cinderlib-run.yaml
146 # Required to collect the tox-based logs of the cinderlib functional tests
147 post-run: playbooks/post-cinderlib.yaml
148 vars:
149 fetch_subunit_output_additional_dirs:
150 - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
Luigi Toscano7e297882021-04-20 17:04:12 +0200151 tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
Luigi Toscano1370db42021-03-03 21:31:11 +0100152
153- job:
154 name: cinder-tempest-plugin-lvm-barbican-base
155 description: |
156 This is a base job for lvm with lio & tgt targets
Alexander Deiter9fd78d52023-06-09 14:26:37 +0000157 with cinderlib tests to run on stable/wallaby
158 testing. To run on those stable branches that are using tempest
159 29.0.0 (which is set in the devstack stackrc file), we must
160 use cinder-tempest-plugin compatible version 1.8.0.
161 branches:
162 - stable/wallaby
163 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
164 roles:
165 - zuul: opendev.org/openstack/cinderlib
166 required-projects:
167 - opendev.org/openstack/cinderlib
168 - name: opendev.org/openstack/cinder-tempest-plugin
169 override-checkout: 1.8.0
170 run: playbooks/tempest-and-cinderlib-run.yaml
171 # Required to collect the tox-based logs of the cinderlib functional tests
172 post-run: playbooks/post-cinderlib.yaml
173 vars:
174 fetch_subunit_output_additional_dirs:
175 - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
176 tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
177
178- job:
179 name: cinder-tempest-plugin-lvm-barbican-base
180 description: |
181 This is a base job for lvm with lio & tgt targets
Brian Rosmaita6b7ddd32022-11-02 18:12:43 -0400182 with cinderlib tests to run on stable/victoria
Ghanshyam Mann965cd722022-05-27 15:20:13 -0500183 testing. To run on those stable branches that are using tempest
184 26.1.0 (which is set in the devstack stackrc file), we must
185 use cinder-tempest-plugin compatible version 1.3.0.
Ghanshyam Mann9d89d4e2022-05-25 12:21:18 -0500186 branches:
Ghanshyam Mann9d89d4e2022-05-25 12:21:18 -0500187 - stable/victoria
Ghanshyam Mannfc98b282022-01-20 21:10:59 -0600188 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
189 roles:
190 - zuul: opendev.org/openstack/cinderlib
191 required-projects:
192 - opendev.org/openstack/cinderlib
193 - name: opendev.org/openstack/cinder-tempest-plugin
194 override-checkout: 1.3.0
195 run: playbooks/tempest-and-cinderlib-run.yaml
196 # Required to collect the tox-based logs of the cinderlib functional tests
197 post-run: playbooks/post-cinderlib.yaml
198 vars:
199 fetch_subunit_output_additional_dirs:
200 - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
201 tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
202
203- job:
204 name: cinder-tempest-plugin-lvm-barbican-base
205 description: |
206 This is a base job for lvm with lio & tgt targets
Brian Rosmaita6b7ddd32022-11-02 18:12:43 -0400207 for stable/train and stable/ussuri testing.
208 To run on those stable branches that are using tempest
209 26.1.0 (which is set in the devstack stackrc file), we must
210 use cinder-tempest-plugin compatible version 1.3.0.
211 We no longer test cinderlib because it's EOL on these branches.
212 branches:
213 - stable/train
214 - stable/ussuri
215 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
216 required-projects:
217 - opendev.org/openstack/cinderlib
218 - name: opendev.org/openstack/cinder-tempest-plugin
219 override-checkout: 1.3.0
220 vars:
221 tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
222
223- job:
224 name: cinder-tempest-plugin-lvm-barbican-base
225 description: |
226 This is a base job for lvm with lio & tgt targets
Luigi Toscano1370db42021-03-03 21:31:11 +0100227 branches: ^(?=stable/(ocata|pike|queens|rocky|stein)).*$
228 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
Luigi Toscanoeba85542021-06-28 17:31:59 +0200229 required-projects:
230 - name: opendev.org/openstack/cinder-tempest-plugin
231 override-checkout: stein-last
Luigi Toscano7e297882021-04-20 17:04:12 +0200232 vars:
Katarina Strenkovadfe2c222023-07-27 12:08:43 +0200233 tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
Luigi Toscano1370db42021-03-03 21:31:11 +0100234
235- job:
Sofia Enriquezf44ff142020-04-03 20:04:22 +0000236 name: cinder-tempest-plugin-cbak-ceph
237 parent: devstack-plugin-ceph-tempest-py3
238 description: |
239 Integration tests that runs with the ceph devstack plugin, py3
240 and enable the backup service.
241 vars:
Brian Rosmaita6e4b53a2022-05-14 12:15:50 -0400242 configure_swap_size: 4096
Luigi Toscanoa571b392020-04-17 19:30:23 +0200243 devstack_local_conf:
244 test-config:
245 $TEMPEST_CONFIG:
246 volume-feature-enabled:
247 volume_revert: True
Sofia Enriquezf44ff142020-04-03 20:04:22 +0000248 devstack_services:
249 c-bak: true
Eric Harney310228c2023-03-09 14:11:34 -0500250 devstack_localrc:
251 CINDER_QUOTA_VOLUMES: 25
Eric Harneyd0e5b912023-05-24 10:06:07 -0400252 timeout: 10800
Eric Harneyfb18e1a2018-01-24 16:14:13 -0500253
Luigi Toscano3d907472021-03-08 10:26:12 +0100254- job:
Ghanshyam Mann35f531d2022-10-15 22:38:23 -0500255 name: cinder-tempest-plugin-cbak-ceph-zed
256 parent: cinder-tempest-plugin-cbak-ceph
257 nodeset: openstack-single-node-focal
258 override-checkout: stable/zed
259
260- job:
Ghanshyam Mannaaf4e512022-04-14 19:14:00 -0500261 name: cinder-tempest-plugin-cbak-ceph-yoga
262 parent: cinder-tempest-plugin-cbak-ceph
263 nodeset: openstack-single-node-focal
264 override-checkout: stable/yoga
265
266- job:
Ghanshyam Mannffd05a72022-01-18 18:48:33 -0600267 name: cinder-tempest-plugin-cbak-ceph-xena
268 parent: cinder-tempest-plugin-cbak-ceph
269 nodeset: openstack-single-node-focal
270 override-checkout: stable/xena
271
272- job:
Ghanshyam Mann75bf2c22021-04-29 18:51:06 -0500273 name: cinder-tempest-plugin-cbak-ceph-wallaby
274 parent: cinder-tempest-plugin-cbak-ceph
275 nodeset: openstack-single-node-focal
276 override-checkout: stable/wallaby
277
Luigi Toscanoa571b392020-04-17 19:30:23 +0200278# variant for pre-Ussuri branches (no volume revert for Ceph),
279# should this job be used on those branches
280- job:
281 name: cinder-tempest-plugin-cbak-ceph
282 branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$
283 vars:
284 devstack_local_conf:
285 test-config:
286 $TEMPEST_CONFIG:
287 volume-feature-enabled:
288 volume_revert: False
289
Eric Harneyfb18e1a2018-01-24 16:14:13 -0500290- job:
291 name: cinder-tempest-plugin-lvm-lio-barbican
292 description: |
293 This jobs configures Cinder with LVM, LIO, barbican and
294 runs tempest tests and cinderlib tests.
295 parent: cinder-tempest-plugin-lvm-barbican-base
296 vars:
297 devstack_localrc:
298 CINDER_ISCSI_HELPER: lioadm
299
300- job:
Radosław Piliszek51b819b2021-06-07 17:21:22 +0000301 name: cinder-tempest-plugin-lvm-lio-barbican-centos-8-stream
Luigi Toscanof1441832020-05-01 19:33:21 +0200302 parent: cinder-tempest-plugin-lvm-lio-barbican
Radosław Piliszek51b819b2021-06-07 17:21:22 +0000303 nodeset: devstack-single-node-centos-8-stream
Luigi Toscanof1441832020-05-01 19:33:21 +0200304 description: |
305 This jobs configures Cinder with LVM, LIO, barbican and
Luigi Toscano8515b582022-04-27 16:11:13 +0200306 runs tempest tests and cinderlib tests on CentOS Stream 8.
307
308- job:
309 name: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream
310 parent: cinder-tempest-plugin-lvm-lio-barbican
311 nodeset: devstack-single-node-centos-9-stream
312 description: |
313 This jobs configures Cinder with LVM, LIO, barbican and
314 runs tempest tests and cinderlib tests on CentOS Stream 9.
Luigi Toscanof1441832020-05-01 19:33:21 +0200315
316- job:
Ade Lee723c3b92022-06-21 15:05:25 -0400317 name: cinder-tempest-plugin-lvm-lio-barbican-fips
318 parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream
319 description: |
320 This job configures Cinder with LVM, LIO, barbican and
321 runs tempest tests and cinderlib tests on CentOS Stream 9
322 under FIPS mode
323 pre-run: playbooks/enable-fips.yaml
324 vars:
325 configure_swap_size: 4096
326 nslookup_target: 'opendev.org'
327 tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup'
328
329- job:
Gorka Eguileor87d48022023-01-18 10:23:34 +0100330 name: cinder-tempest-plugin-lvm-nvmet-barbican
331 description: |
332 This jobs configures Cinder with LVM, nvmet, barbican and
333 runs tempest tests and cinderlib tests. nvmet is
334 configured to use the new connection information format,
335 NVMe-oF native multipathing, and sharing the NVMe-oF
336 namespace for all the connections to the same node.
337 # TODO: switch to cinder-tempest-plugin-lvm-barbican-base
338 # when cinderlib support for NVMe is fixed
339 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
340 pre-run: playbooks/install-multipath.yaml
341 vars:
342 devstack_localrc:
343 CINDER_TARGET_HELPER: nvmet
344 CINDER_TARGET_PROTOCOL: nvmet_tcp
345 TEMPEST_STORAGE_PROTOCOL: nvmeof
346 devstack_local_conf:
347 test-config:
348 $TEMPEST_CONFIG:
349 volume-feature-enabled:
350 # NotImplementedError: Revert volume to snapshot not implemented for thin LVM.
351 volume_revert: False
352 post-config:
353 $NOVA_CONF:
354 libvirt:
355 volume_use_multipath: true
356 $CINDER_CONF:
357 lvmdriver-1:
358 nvmeof_conn_info_version: 2
359 lvm_share_target: true
360 target_secondary_ip_addresses: 127.0.0.1
361 use_multipath_for_image_xfer: true
362
363- job:
Eric Harneyfb18e1a2018-01-24 16:14:13 -0500364 name: cinder-tempest-plugin-lvm-tgt-barbican
365 description: |
366 This jobs configures Cinder with LVM, tgt, barbican and
367 runs tempest tests and cinderlib tests.
368 parent: cinder-tempest-plugin-lvm-barbican-base
Lee Yarwood1ee1efc2021-03-10 09:34:31 +0000369 vars:
370 devstack_localrc:
371 CINDER_ISCSI_HELPER: tgtadm
Ghanshyam Mann93621532020-05-05 18:47:12 -0500372
373- job:
Hironori Shiina207d6672021-01-22 13:25:03 -0500374 name: cinder-tempest-plugin-cbak-s3
375 parent: cinder-tempest-plugin-basic
376 description: |
377 Integration tests that runs with the s3 backup driver with
378 Swift S3 API.
379 vars:
380 devstack_localrc:
381 CINDER_BACKUP_DRIVER: 's3_swift'
382 devstack_services:
383 c-bak: true
384 s3api: true
385 # Workaround: TLS proxy seems to cause S3 signature mismatch.
386 tls-proxy: false
387 tempest_test_regex: '(test_volume_backup|test_volumes_backup|test_snapshot_backup)'
388- job:
Ghanshyam Mann93621532020-05-05 18:47:12 -0500389 name: cinder-tempest-plugin-basic
390 parent: devstack-tempest
391 description: |
392 Cinder tempest plugin tests job which run only cinder-tempest-plugin
393 tests.
394 required-projects:
395 - opendev.org/openstack/cinder-tempest-plugin
396 vars:
397 devstack_localrc:
398 TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: True
399 tox_envlist: all
400 tempest_test_regex: cinder_tempest_plugin
401 tempest_plugins:
402 - cinder-tempest-plugin
403 irrelevant-files:
404 - ^.*\.rst$
405 - ^doc/.*$
406 - ^releasenotes/.*$
407
408- job:
Ghanshyam Mann35f531d2022-10-15 22:38:23 -0500409 name: cinder-tempest-plugin-basic-zed
410 parent: cinder-tempest-plugin-basic
411 nodeset: openstack-single-node-focal
412 override-checkout: stable/zed
413
414- job:
Ghanshyam Mannaaf4e512022-04-14 19:14:00 -0500415 name: cinder-tempest-plugin-basic-yoga
416 parent: cinder-tempest-plugin-basic
417 nodeset: openstack-single-node-focal
418 override-checkout: stable/yoga
419
420- job:
Ghanshyam Mannffd05a72022-01-18 18:48:33 -0600421 name: cinder-tempest-plugin-basic-xena
422 parent: cinder-tempest-plugin-basic
423 nodeset: openstack-single-node-focal
424 override-checkout: stable/xena