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
| 24 | 24 | # branches. That is what we need to do for all tempest plugins. Only jobs |
| 25 | 25 | # for the current releasable ("Maintained") stable branches should be listed |
| 26 | 26 | # here. |
| 27 | - cinder-tempest-plugin-basic-2023-1 | |
| 27 | 28 | - cinder-tempest-plugin-basic-zed |
| 28 | 29 | - cinder-tempest-plugin-basic-yoga |
| 29 | - cinder-tempest-plugin-basic-xena | |
| 30 | 30 | - cinder-tempest-plugin-protection-functional |
| 31 | 31 | gate: |
| 32 | 32 | jobs: |
| 37 | 37 | - cinder-tempest-plugin-cbak-ceph |
| 38 | 38 | experimental: |
| 39 | 39 | jobs: |
| 40 | - cinder-tempest-plugin-cbak-ceph-2023-1 | |
| 40 | 41 | - cinder-tempest-plugin-cbak-ceph-zed |
| 41 | 42 | - cinder-tempest-plugin-cbak-ceph-yoga |
| 42 | - cinder-tempest-plugin-cbak-ceph-xena | |
| 43 | 43 | |
| 44 | 44 | - job: |
| 45 | 45 | name: cinder-tempest-plugin-protection-functional |
| 50 | 50 | vars: |
| 51 | 51 | tox_envlist: all |
| 52 | 52 | tempest_test_regex: 'cinder_tempest_plugin.rbac' |
| 53 | devstack_localrc: | |
| 54 | KEYSTONE_ENFORCE_SCOPE: True | |
| 53 | 55 | devstack_local_conf: |
| 54 | 56 | test-config: |
| 55 | 57 | $CINDER_CONF: |
| 56 | 58 | oslo_policy: |
| 59 | enforce_scope: True | |
| 57 | 60 | enforce_new_defaults: True |
| 58 | 61 | $TEMPEST_CONFIG: |
| 59 | 62 | enforce_scope: |
| 71 | 74 | - opendev.org/openstack/cinder-tempest-plugin |
| 72 | 75 | - opendev.org/openstack/cinder |
| 73 | 76 | vars: |
| 77 | configure_swap_size: 8192 | |
| 74 | 78 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
| 75 | 79 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
| 76 | 80 | # Temporarily exclude TestMultiAttachVolumeSwap until LP bug #1980816 is resolved. |
| 105 | 109 | devstack_plugins: |
| 106 | 110 | barbican: https://opendev.org/openstack/barbican |
| 107 | 111 | vars: |
| 112 | configure_swap_size: 8192 | |
| 108 | 113 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
| 109 | 114 | tox_envlist: all |
| 110 | 115 | devstack_localrc: |
| 133 | 138 | - job: |
| 134 | 139 | name: cinder-tempest-plugin-lvm-barbican-base |
| 135 | 140 | 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: | | |
| 136 | 154 | This is a base job for lvm with lio & tgt targets |
| 137 | 155 | with cinderlib tests. |
| 138 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train|ussuri|victoria|wallaby)).*$ | |
| 156 | branches: ^(stable/(xena|yoga|zed|2023\.[12]))$ | |
| 139 | 157 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 140 | 158 | roles: |
| 141 | 159 | - zuul: opendev.org/openstack/cinderlib |
| 213 | 231 | - stable/ussuri |
| 214 | 232 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 215 | 233 | required-projects: |
| 216 | - opendev.org/openstack/cinderlib | |
| 217 | 234 | - name: opendev.org/openstack/cinder-tempest-plugin |
| 218 | 235 | override-checkout: 1.3.0 |
| 219 | 236 | vars: |
| 223 | 240 | name: cinder-tempest-plugin-lvm-barbican-base |
| 224 | 241 | description: | |
| 225 | 242 | 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).*$ | |
| 227 | 244 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 228 | 245 | required-projects: |
| 229 | 246 | - name: opendev.org/openstack/cinder-tempest-plugin |
| 230 | 247 | override-checkout: stein-last |
| 231 | 248 | 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' | |
| 233 | 250 | |
| 234 | 251 | - job: |
| 235 | 252 | name: cinder-tempest-plugin-cbak-ceph |
| 251 | 268 | timeout: 10800 |
| 252 | 269 | |
| 253 | 270 | - 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: | |
| 254 | 277 | name: cinder-tempest-plugin-cbak-ceph-zed |
| 255 | 278 | parent: cinder-tempest-plugin-cbak-ceph |
| 256 | 279 | nodeset: openstack-single-node-focal |
| 262 | 285 | nodeset: openstack-single-node-focal |
| 263 | 286 | override-checkout: stable/yoga |
| 264 | 287 | |
| 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 | ||
| 277 | 288 | # variant for pre-Ussuri branches (no volume revert for Ceph), |
| 278 | 289 | # should this job be used on those branches |
| 279 | 290 | - job: |
| 280 | 291 | name: cinder-tempest-plugin-cbak-ceph |
| 281 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$ | |
| 292 | branches: ^stable/(ocata|pike|queens|rocky|stein|train).*$ | |
| 282 | 293 | vars: |
| 283 | 294 | devstack_local_conf: |
| 284 | 295 | test-config: |
| 321 | 332 | under FIPS mode |
| 322 | 333 | pre-run: playbooks/enable-fips.yaml |
| 323 | 334 | vars: |
| 324 | configure_swap_size: 4096 | |
| 325 | 335 | nslookup_target: 'opendev.org' |
| 326 | 336 | tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup' |
| 327 | 337 | |
| 405 | 415 | - ^releasenotes/.*$ |
| 406 | 416 | |
| 407 | 417 | - 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: | |
| 408 | 424 | name: cinder-tempest-plugin-basic-zed |
| 409 | 425 | parent: cinder-tempest-plugin-basic |
| 410 | 426 | nodeset: openstack-single-node-focal |
| 415 | 431 | parent: cinder-tempest-plugin-basic |
| 416 | 432 | nodeset: openstack-single-node-focal |
| 417 | 433 | 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 | |