Codebase list cinder-tempest-plugin / d3c769c
Merge tag '1.11.0' into debian/caracal cinder-tempest-plugin 1.11.0 release meta:version: 1.11.0 meta:diff-start: - meta:series: caracal meta:branch: master meta:release-type: release meta:pypi: no meta:first: yes meta:release:Author: Ghanshyam Mann <gmann@ghanshyammann.com> meta:release:Commit: Ghanshyam <gmann@ghanshyammann.com> meta:release:Change-Id: Ie449442192e78f6d6d51a54b0d60ea20987af046 meta:release:Code-Review+2: Dr. Jens Harbott <frickler@offenerstapel.de> meta:release:Code-Review+1: Rajat Dhasmana <rajatdhasmana@gmail.com> meta:release:Workflow+1: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta:release:Code-Review+1: Jon Bernard <jobernar@redhat.com> meta:release:Code-Review+1: Brian Rosmaita <rosmaita.fossdev@gmail.com> Thomas Goirand 2 years ago
1 changed file(s) with 36 addition(s) and 26 deletion(s). Raw diff Collapse all Expand all
2424 # branches. That is what we need to do for all tempest plugins. Only jobs
2525 # for the current releasable ("Maintained") stable branches should be listed
2626 # here.
27 - cinder-tempest-plugin-basic-2023-1
2728 - cinder-tempest-plugin-basic-zed
2829 - cinder-tempest-plugin-basic-yoga
29 - cinder-tempest-plugin-basic-xena
3030 - cinder-tempest-plugin-protection-functional
3131 gate:
3232 jobs:
3737 - cinder-tempest-plugin-cbak-ceph
3838 experimental:
3939 jobs:
40 - cinder-tempest-plugin-cbak-ceph-2023-1
4041 - cinder-tempest-plugin-cbak-ceph-zed
4142 - cinder-tempest-plugin-cbak-ceph-yoga
42 - cinder-tempest-plugin-cbak-ceph-xena
4343
4444 - job:
4545 name: cinder-tempest-plugin-protection-functional
5050 vars:
5151 tox_envlist: all
5252 tempest_test_regex: 'cinder_tempest_plugin.rbac'
53 devstack_localrc:
54 KEYSTONE_ENFORCE_SCOPE: True
5355 devstack_local_conf:
5456 test-config:
5557 $CINDER_CONF:
5658 oslo_policy:
59 enforce_scope: True
5760 enforce_new_defaults: True
5861 $TEMPEST_CONFIG:
5962 enforce_scope:
7174 - opendev.org/openstack/cinder-tempest-plugin
7275 - opendev.org/openstack/cinder
7376 vars:
77 configure_swap_size: 8192
7478 tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))'
7579 tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
7680 # Temporarily exclude TestMultiAttachVolumeSwap until LP bug #1980816 is resolved.
105109 devstack_plugins:
106110 barbican: https://opendev.org/openstack/barbican
107111 vars:
112 configure_swap_size: 8192
108113 tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))'
109114 tox_envlist: all
110115 devstack_localrc:
133138 - job:
134139 name: cinder-tempest-plugin-lvm-barbican-base
135140 description: |
141 This is a base job for lvm with lio & tgt targets.
142 No cinderlib testing beginning with 2024.1 development.
143 # FIXME: the following RE2 expression won't work after the 9999.2 release.
144 # If you are reading this during the 9999.2 development cycle, greetings
145 # from the 21st century!
146 branches: ^(master|(stable/(202[4-9]|20[3-9]\d|2[1-9]\d\d|[3-9]\d\d\d))\.[12])$
147 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
148 vars:
149 tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
150
151 - job:
152 name: cinder-tempest-plugin-lvm-barbican-base
153 description: |
136154 This is a base job for lvm with lio & tgt targets
137155 with cinderlib tests.
138 branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train|ussuri|victoria|wallaby)).*$
156 branches: ^(stable/(xena|yoga|zed|2023\.[12]))$
139157 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
140158 roles:
141159 - zuul: opendev.org/openstack/cinderlib
213231 - stable/ussuri
214232 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
215233 required-projects:
216 - opendev.org/openstack/cinderlib
217234 - name: opendev.org/openstack/cinder-tempest-plugin
218235 override-checkout: 1.3.0
219236 vars:
223240 name: cinder-tempest-plugin-lvm-barbican-base
224241 description: |
225242 This is a base job for lvm with lio & tgt targets
226 branches: ^(?=stable/(ocata|pike|queens|rocky|stein)).*$
243 branches: ^stable/(ocata|pike|queens|rocky|stein).*$
227244 parent: cinder-tempest-plugin-lvm-barbican-base-abstract
228245 required-projects:
229246 - name: opendev.org/openstack/cinder-tempest-plugin
230247 override-checkout: stein-last
231248 vars:
232 tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-blacklist.txt'
249 tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt'
233250
234251 - job:
235252 name: cinder-tempest-plugin-cbak-ceph
251268 timeout: 10800
252269
253270 - job:
271 name: cinder-tempest-plugin-cbak-ceph-2023-1
272 parent: cinder-tempest-plugin-cbak-ceph
273 nodeset: openstack-single-node-jammy
274 override-checkout: stable/2023.1
275
276 - job:
254277 name: cinder-tempest-plugin-cbak-ceph-zed
255278 parent: cinder-tempest-plugin-cbak-ceph
256279 nodeset: openstack-single-node-focal
262285 nodeset: openstack-single-node-focal
263286 override-checkout: stable/yoga
264287
265 - job:
266 name: cinder-tempest-plugin-cbak-ceph-xena
267 parent: cinder-tempest-plugin-cbak-ceph
268 nodeset: openstack-single-node-focal
269 override-checkout: stable/xena
270
271 - job:
272 name: cinder-tempest-plugin-cbak-ceph-wallaby
273 parent: cinder-tempest-plugin-cbak-ceph
274 nodeset: openstack-single-node-focal
275 override-checkout: stable/wallaby
276
277288 # variant for pre-Ussuri branches (no volume revert for Ceph),
278289 # should this job be used on those branches
279290 - job:
280291 name: cinder-tempest-plugin-cbak-ceph
281 branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$
292 branches: ^stable/(ocata|pike|queens|rocky|stein|train).*$
282293 vars:
283294 devstack_local_conf:
284295 test-config:
321332 under FIPS mode
322333 pre-run: playbooks/enable-fips.yaml
323334 vars:
324 configure_swap_size: 4096
325335 nslookup_target: 'opendev.org'
326336 tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup'
327337
405415 - ^releasenotes/.*$
406416
407417 - job:
418 name: cinder-tempest-plugin-basic-2023-1
419 parent: cinder-tempest-plugin-basic
420 nodeset: openstack-single-node-jammy
421 override-checkout: stable/2023.1
422
423 - job:
408424 name: cinder-tempest-plugin-basic-zed
409425 parent: cinder-tempest-plugin-basic
410426 nodeset: openstack-single-node-focal
415431 parent: cinder-tempest-plugin-basic
416432 nodeset: openstack-single-node-focal
417433 override-checkout: stable/yoga
418
419 - job:
420 name: cinder-tempest-plugin-basic-xena
421 parent: cinder-tempest-plugin-basic
422 nodeset: openstack-single-node-focal
423 override-checkout: stable/xena