blob: 6122dcea34b2e1f7565a1616e7bd8fda18789646 [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 Manned387a02023-06-08 22:31:17 -050028 - cinder-tempest-plugin-basic-2023-1
Ghanshyam Mann35f531d2022-10-15 22:38:23 -050029 - cinder-tempest-plugin-basic-zed
Ghanshyam Mannaaf4e512022-04-14 19:14:00 -050030 - cinder-tempest-plugin-basic-yoga
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 Manned387a02023-06-08 22:31:17 -050041 - cinder-tempest-plugin-cbak-ceph-2023-1
Ghanshyam Mann35f531d2022-10-15 22:38:23 -050042 - cinder-tempest-plugin-cbak-ceph-zed
Ghanshyam Mannaaf4e512022-04-14 19:14:00 -050043 - cinder-tempest-plugin-cbak-ceph-yoga
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.
Brian Rosmaitadad66cf2023-09-26 16:39:33 -0400139 branches: ^(master|stable/(xena|yoga|zed|2\d\d\d\.[12])).*$
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
Brian Rosmaitadad66cf2023-09-26 16:39:33 -0400227 branches: ^stable/(ocata|pike|queens|rocky|stein).*$
Luigi Toscano1370db42021-03-03 21:31:11 +0100228 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 Manned387a02023-06-08 22:31:17 -0500255 name: cinder-tempest-plugin-cbak-ceph-2023-1
256 parent: cinder-tempest-plugin-cbak-ceph
257 nodeset: openstack-single-node-jammy
258 override-checkout: stable/2023.1
259
260- job:
Ghanshyam Mann35f531d2022-10-15 22:38:23 -0500261 name: cinder-tempest-plugin-cbak-ceph-zed
262 parent: cinder-tempest-plugin-cbak-ceph
263 nodeset: openstack-single-node-focal
264 override-checkout: stable/zed
265
266- job:
Ghanshyam Mannaaf4e512022-04-14 19:14:00 -0500267 name: cinder-tempest-plugin-cbak-ceph-yoga
268 parent: cinder-tempest-plugin-cbak-ceph
269 nodeset: openstack-single-node-focal
270 override-checkout: stable/yoga
271
Luigi Toscanoa571b392020-04-17 19:30:23 +0200272# variant for pre-Ussuri branches (no volume revert for Ceph),
273# should this job be used on those branches
274- job:
275 name: cinder-tempest-plugin-cbak-ceph
Brian Rosmaitadad66cf2023-09-26 16:39:33 -0400276 branches: ^stable/(ocata|pike|queens|rocky|stein|train).*$
Luigi Toscanoa571b392020-04-17 19:30:23 +0200277 vars:
278 devstack_local_conf:
279 test-config:
280 $TEMPEST_CONFIG:
281 volume-feature-enabled:
282 volume_revert: False
283
Eric Harneyfb18e1a2018-01-24 16:14:13 -0500284- job:
285 name: cinder-tempest-plugin-lvm-lio-barbican
286 description: |
287 This jobs configures Cinder with LVM, LIO, barbican and
288 runs tempest tests and cinderlib tests.
289 parent: cinder-tempest-plugin-lvm-barbican-base
290 vars:
291 devstack_localrc:
292 CINDER_ISCSI_HELPER: lioadm
293
294- job:
Radosław Piliszek51b819b2021-06-07 17:21:22 +0000295 name: cinder-tempest-plugin-lvm-lio-barbican-centos-8-stream
Luigi Toscanof1441832020-05-01 19:33:21 +0200296 parent: cinder-tempest-plugin-lvm-lio-barbican
Radosław Piliszek51b819b2021-06-07 17:21:22 +0000297 nodeset: devstack-single-node-centos-8-stream
Luigi Toscanof1441832020-05-01 19:33:21 +0200298 description: |
299 This jobs configures Cinder with LVM, LIO, barbican and
Luigi Toscano8515b582022-04-27 16:11:13 +0200300 runs tempest tests and cinderlib tests on CentOS Stream 8.
301
302- job:
303 name: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream
304 parent: cinder-tempest-plugin-lvm-lio-barbican
305 nodeset: devstack-single-node-centos-9-stream
306 description: |
307 This jobs configures Cinder with LVM, LIO, barbican and
308 runs tempest tests and cinderlib tests on CentOS Stream 9.
Luigi Toscanof1441832020-05-01 19:33:21 +0200309
310- job:
Ade Lee723c3b92022-06-21 15:05:25 -0400311 name: cinder-tempest-plugin-lvm-lio-barbican-fips
312 parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream
313 description: |
314 This job configures Cinder with LVM, LIO, barbican and
315 runs tempest tests and cinderlib tests on CentOS Stream 9
316 under FIPS mode
317 pre-run: playbooks/enable-fips.yaml
318 vars:
319 configure_swap_size: 4096
320 nslookup_target: 'opendev.org'
321 tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup'
322
323- job:
Gorka Eguileor87d48022023-01-18 10:23:34 +0100324 name: cinder-tempest-plugin-lvm-nvmet-barbican
325 description: |
326 This jobs configures Cinder with LVM, nvmet, barbican and
327 runs tempest tests and cinderlib tests. nvmet is
328 configured to use the new connection information format,
329 NVMe-oF native multipathing, and sharing the NVMe-oF
330 namespace for all the connections to the same node.
331 # TODO: switch to cinder-tempest-plugin-lvm-barbican-base
332 # when cinderlib support for NVMe is fixed
333 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
334 pre-run: playbooks/install-multipath.yaml
335 vars:
336 devstack_localrc:
337 CINDER_TARGET_HELPER: nvmet
338 CINDER_TARGET_PROTOCOL: nvmet_tcp
339 TEMPEST_STORAGE_PROTOCOL: nvmeof
340 devstack_local_conf:
341 test-config:
342 $TEMPEST_CONFIG:
343 volume-feature-enabled:
344 # NotImplementedError: Revert volume to snapshot not implemented for thin LVM.
345 volume_revert: False
346 post-config:
347 $NOVA_CONF:
348 libvirt:
349 volume_use_multipath: true
350 $CINDER_CONF:
351 lvmdriver-1:
352 nvmeof_conn_info_version: 2
353 lvm_share_target: true
354 target_secondary_ip_addresses: 127.0.0.1
355 use_multipath_for_image_xfer: true
356
357- job:
Eric Harneyfb18e1a2018-01-24 16:14:13 -0500358 name: cinder-tempest-plugin-lvm-tgt-barbican
359 description: |
360 This jobs configures Cinder with LVM, tgt, barbican and
361 runs tempest tests and cinderlib tests.
362 parent: cinder-tempest-plugin-lvm-barbican-base
Lee Yarwood1ee1efc2021-03-10 09:34:31 +0000363 vars:
364 devstack_localrc:
365 CINDER_ISCSI_HELPER: tgtadm
Ghanshyam Mann93621532020-05-05 18:47:12 -0500366
367- job:
Hironori Shiina207d6672021-01-22 13:25:03 -0500368 name: cinder-tempest-plugin-cbak-s3
369 parent: cinder-tempest-plugin-basic
370 description: |
371 Integration tests that runs with the s3 backup driver with
372 Swift S3 API.
373 vars:
374 devstack_localrc:
375 CINDER_BACKUP_DRIVER: 's3_swift'
376 devstack_services:
377 c-bak: true
378 s3api: true
379 # Workaround: TLS proxy seems to cause S3 signature mismatch.
380 tls-proxy: false
381 tempest_test_regex: '(test_volume_backup|test_volumes_backup|test_snapshot_backup)'
382- job:
Ghanshyam Mann93621532020-05-05 18:47:12 -0500383 name: cinder-tempest-plugin-basic
384 parent: devstack-tempest
385 description: |
386 Cinder tempest plugin tests job which run only cinder-tempest-plugin
387 tests.
388 required-projects:
389 - opendev.org/openstack/cinder-tempest-plugin
390 vars:
391 devstack_localrc:
392 TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: True
393 tox_envlist: all
394 tempest_test_regex: cinder_tempest_plugin
395 tempest_plugins:
396 - cinder-tempest-plugin
397 irrelevant-files:
398 - ^.*\.rst$
399 - ^doc/.*$
400 - ^releasenotes/.*$
401
402- job:
Ghanshyam Manned387a02023-06-08 22:31:17 -0500403 name: cinder-tempest-plugin-basic-2023-1
404 parent: cinder-tempest-plugin-basic
405 nodeset: openstack-single-node-jammy
406 override-checkout: stable/2023.1
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