Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 1 | - project: |
Doug Hellmann | 4a63cd5 | 2018-09-09 05:49:23 -0400 | [diff] [blame] | 2 | templates: |
| 3 | - check-requirements |
| 4 | - tempest-plugin-jobs |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 5 | check: |
| 6 | jobs: |
whoami-rajat | 6dc9a2f | 2021-05-18 07:01:33 -0400 | [diff] [blame] | 7 | - cinder-tempest-plugin-lvm-multiattach |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 8 | - cinder-tempest-plugin-lvm-lio-barbican |
Luigi Toscano | 8515b58 | 2022-04-27 16:11:13 +0200 | [diff] [blame] | 9 | - cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream: |
Luigi Toscano | f144183 | 2020-05-01 19:33:21 +0200 | [diff] [blame] | 10 | voting: false |
Brian Rosmaita | e5ae1ed | 2022-12-21 08:53:24 -0500 | [diff] [blame] | 11 | # 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 Lee | 723c3b9 | 2022-06-21 15:05:25 -0400 | [diff] [blame] | 16 | - cinder-tempest-plugin-lvm-lio-barbican-fips: |
| 17 | voting: false |
Lee Yarwood | 103c2f7 | 2021-01-21 15:38:44 +0000 | [diff] [blame] | 18 | - nova-ceph-multistore: |
| 19 | voting: false |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 20 | - cinder-tempest-plugin-cbak-ceph |
Hironori Shiina | 207d667 | 2021-01-22 13:25:03 -0500 | [diff] [blame] | 21 | - cinder-tempest-plugin-cbak-s3 |
Ghanshyam Mann | 965cd72 | 2022-05-27 15:20:13 -0500 | [diff] [blame] | 22 | # As per the Tempest "Stable Branch Support Policy", Tempest will only |
| 23 | # support the "Maintained" stable branches and not the "Extended Maintained" |
| 24 | # branches. That is what we need to do for all tempest plugins. Only jobs |
| 25 | # for the current releasable ("Maintained") stable branches should be listed |
| 26 | # here. |
Ghanshyam Mann | 35f531d | 2022-10-15 22:38:23 -0500 | [diff] [blame] | 27 | - cinder-tempest-plugin-basic-zed |
Ghanshyam Mann | aaf4e51 | 2022-04-14 19:14:00 -0500 | [diff] [blame] | 28 | - cinder-tempest-plugin-basic-yoga |
Ghanshyam Mann | ffd05a7 | 2022-01-18 18:48:33 -0600 | [diff] [blame] | 29 | - cinder-tempest-plugin-basic-xena |
Luigi Toscano | 2cbd042 | 2023-03-13 14:50:26 +0100 | [diff] [blame] | 30 | - cinder-tempest-plugin-protection-functional |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 31 | gate: |
| 32 | jobs: |
| 33 | - cinder-tempest-plugin-lvm-lio-barbican |
Brian Rosmaita | e5ae1ed | 2022-12-21 08:53:24 -0500 | [diff] [blame] | 34 | # FIXME: no sense running a non-voting gate job. See comment above. |
| 35 | # - cinder-tempest-plugin-lvm-tgt-barbican |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 36 | - cinder-tempest-plugin-cbak-ceph |
Luigi Toscano | 3d90747 | 2021-03-08 10:26:12 +0100 | [diff] [blame] | 37 | experimental: |
| 38 | jobs: |
Ghanshyam Mann | 35f531d | 2022-10-15 22:38:23 -0500 | [diff] [blame] | 39 | - cinder-tempest-plugin-cbak-ceph-zed |
Ghanshyam Mann | aaf4e51 | 2022-04-14 19:14:00 -0500 | [diff] [blame] | 40 | - cinder-tempest-plugin-cbak-ceph-yoga |
Ghanshyam Mann | ffd05a7 | 2022-01-18 18:48:33 -0600 | [diff] [blame] | 41 | - cinder-tempest-plugin-cbak-ceph-xena |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 42 | |
| 43 | - job: |
Lance Bragstad | d3fddec | 2021-02-16 16:27:13 +0000 | [diff] [blame] | 44 | name: cinder-tempest-plugin-protection-functional |
| 45 | parent: devstack-tempest |
| 46 | required-projects: |
| 47 | - opendev.org/openstack/cinder-tempest-plugin |
| 48 | - opendev.org/openstack/cinder |
| 49 | vars: |
| 50 | tox_envlist: all |
| 51 | tempest_test_regex: 'cinder_tempest_plugin.rbac' |
| 52 | devstack_local_conf: |
| 53 | test-config: |
| 54 | $CINDER_CONF: |
| 55 | oslo_policy: |
| 56 | enforce_new_defaults: True |
| 57 | $TEMPEST_CONFIG: |
| 58 | enforce_scope: |
| 59 | cinder: True |
| 60 | tempest_plugins: |
| 61 | - cinder-tempest-plugin |
| 62 | |
| 63 | - job: |
whoami-rajat | 6dc9a2f | 2021-05-18 07:01:33 -0400 | [diff] [blame] | 64 | name: cinder-tempest-plugin-lvm-multiattach |
| 65 | description: | |
| 66 | This enables multiattach tests along with standard tempest tests |
| 67 | parent: devstack-tempest |
| 68 | required-projects: |
| 69 | - opendev.org/openstack/tempest |
| 70 | - opendev.org/openstack/cinder-tempest-plugin |
| 71 | - opendev.org/openstack/cinder |
| 72 | vars: |
| 73 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
| 74 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
Alan Bishop | 8f39caf | 2022-08-17 08:33:44 -0700 | [diff] [blame] | 75 | # Temporarily exclude TestMultiAttachVolumeSwap until LP bug #1980816 is resolved. |
Eric Harney | edd6111 | 2023-05-24 10:50:13 -0400 | [diff] [blame^] | 76 | # Other excluded tests are tests that are somewhat time consuming but unrelated |
| 77 | # to multi-attach testing. |
| 78 | 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-rajat | 6dc9a2f | 2021-05-18 07:01:33 -0400 | [diff] [blame] | 79 | tox_envlist: all |
| 80 | devstack_localrc: |
| 81 | ENABLE_VOLUME_MULTIATTACH: true |
| 82 | tempest_plugins: |
| 83 | - cinder-tempest-plugin |
| 84 | irrelevant-files: |
| 85 | - ^.*\.rst$ |
| 86 | - ^doc/.*$ |
| 87 | - ^releasenotes/.*$ |
Eric Harney | d0e5b91 | 2023-05-24 10:06:07 -0400 | [diff] [blame] | 88 | timeout: 10800 |
whoami-rajat | 6dc9a2f | 2021-05-18 07:01:33 -0400 | [diff] [blame] | 89 | |
| 90 | - job: |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 91 | name: cinder-tempest-plugin-lvm-barbican-base-abstract |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 92 | description: | |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 93 | This is a base job for lvm with lio & tgt targets |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 94 | parent: devstack-tempest |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 95 | abstract: true |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 96 | timeout: 10800 |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 97 | required-projects: |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 98 | - opendev.org/openstack/barbican |
| 99 | - opendev.org/openstack/tempest |
| 100 | - opendev.org/openstack/cinder-tempest-plugin |
| 101 | - opendev.org/openstack/cinder |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 102 | host-vars: |
| 103 | controller: |
| 104 | devstack_plugins: |
| 105 | barbican: https://opendev.org/openstack/barbican |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 106 | vars: |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 107 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
Doug Hellmann | 4a63cd5 | 2018-09-09 05:49:23 -0400 | [diff] [blame] | 108 | tox_envlist: all |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 109 | devstack_localrc: |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 110 | CINDER_LVM_TYPE: thin |
| 111 | CINDER_COORDINATION_URL: 'file://\$state_path' |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 112 | devstack_local_conf: |
| 113 | test-config: |
| 114 | $TEMPEST_CONFIG: |
Luigi Toscano | 5d7847c | 2021-02-25 22:16:32 +0100 | [diff] [blame] | 115 | auth: |
| 116 | # FIXME: 'creator' should be re-added by the barbican devstack plugin |
| 117 | # but the value below override everything. |
| 118 | tempest_roles: member,creator |
Brian Rosmaita | 0587ca6 | 2022-05-13 22:02:40 -0400 | [diff] [blame] | 119 | volume: |
| 120 | build_timeout: 300 |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 121 | volume-feature-enabled: |
| 122 | volume_revert: True |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 123 | devstack_services: |
| 124 | barbican: true |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 125 | tempest_plugins: |
| 126 | - cinder-tempest-plugin |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 127 | irrelevant-files: |
| 128 | - ^.*\.rst$ |
| 129 | - ^doc/.*$ |
| 130 | - ^releasenotes/.*$ |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 131 | |
| 132 | - job: |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 133 | name: cinder-tempest-plugin-lvm-barbican-base |
| 134 | description: | |
| 135 | This is a base job for lvm with lio & tgt targets |
| 136 | with cinderlib tests. |
Ghanshyam Mann | 9d89d4e | 2022-05-25 12:21:18 -0500 | [diff] [blame] | 137 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train|ussuri|victoria)).*$ |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 138 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 139 | roles: |
| 140 | - zuul: opendev.org/openstack/cinderlib |
| 141 | required-projects: |
| 142 | - opendev.org/openstack/cinderlib |
| 143 | run: playbooks/tempest-and-cinderlib-run.yaml |
| 144 | # Required to collect the tox-based logs of the cinderlib functional tests |
| 145 | post-run: playbooks/post-cinderlib.yaml |
| 146 | vars: |
| 147 | fetch_subunit_output_additional_dirs: |
| 148 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" |
Luigi Toscano | 7e29788 | 2021-04-20 17:04:12 +0200 | [diff] [blame] | 149 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 150 | |
| 151 | - job: |
| 152 | name: cinder-tempest-plugin-lvm-barbican-base |
| 153 | description: | |
| 154 | This is a base job for lvm with lio & tgt targets |
Brian Rosmaita | 6b7ddd3 | 2022-11-02 18:12:43 -0400 | [diff] [blame] | 155 | with cinderlib tests to run on stable/victoria |
Ghanshyam Mann | 965cd72 | 2022-05-27 15:20:13 -0500 | [diff] [blame] | 156 | testing. To run on those stable branches that are using tempest |
| 157 | 26.1.0 (which is set in the devstack stackrc file), we must |
| 158 | use cinder-tempest-plugin compatible version 1.3.0. |
Ghanshyam Mann | 9d89d4e | 2022-05-25 12:21:18 -0500 | [diff] [blame] | 159 | branches: |
Ghanshyam Mann | 9d89d4e | 2022-05-25 12:21:18 -0500 | [diff] [blame] | 160 | - stable/victoria |
Ghanshyam Mann | fc98b28 | 2022-01-20 21:10:59 -0600 | [diff] [blame] | 161 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 162 | roles: |
| 163 | - zuul: opendev.org/openstack/cinderlib |
| 164 | required-projects: |
| 165 | - opendev.org/openstack/cinderlib |
| 166 | - name: opendev.org/openstack/cinder-tempest-plugin |
| 167 | override-checkout: 1.3.0 |
| 168 | run: playbooks/tempest-and-cinderlib-run.yaml |
| 169 | # Required to collect the tox-based logs of the cinderlib functional tests |
| 170 | post-run: playbooks/post-cinderlib.yaml |
| 171 | vars: |
| 172 | fetch_subunit_output_additional_dirs: |
| 173 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" |
| 174 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
| 175 | |
| 176 | - job: |
| 177 | name: cinder-tempest-plugin-lvm-barbican-base |
| 178 | description: | |
| 179 | This is a base job for lvm with lio & tgt targets |
Brian Rosmaita | 6b7ddd3 | 2022-11-02 18:12:43 -0400 | [diff] [blame] | 180 | for stable/train and stable/ussuri testing. |
| 181 | To run on those stable branches that are using tempest |
| 182 | 26.1.0 (which is set in the devstack stackrc file), we must |
| 183 | use cinder-tempest-plugin compatible version 1.3.0. |
| 184 | We no longer test cinderlib because it's EOL on these branches. |
| 185 | branches: |
| 186 | - stable/train |
| 187 | - stable/ussuri |
| 188 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 189 | required-projects: |
| 190 | - opendev.org/openstack/cinderlib |
| 191 | - name: opendev.org/openstack/cinder-tempest-plugin |
| 192 | override-checkout: 1.3.0 |
| 193 | vars: |
| 194 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
| 195 | |
| 196 | - job: |
| 197 | name: cinder-tempest-plugin-lvm-barbican-base |
| 198 | description: | |
| 199 | This is a base job for lvm with lio & tgt targets |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 200 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein)).*$ |
| 201 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
Luigi Toscano | eba8554 | 2021-06-28 17:31:59 +0200 | [diff] [blame] | 202 | required-projects: |
| 203 | - name: opendev.org/openstack/cinder-tempest-plugin |
| 204 | override-checkout: stein-last |
Luigi Toscano | 7e29788 | 2021-04-20 17:04:12 +0200 | [diff] [blame] | 205 | vars: |
| 206 | tempest_test_blacklist: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-blacklist.txt' |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 207 | |
| 208 | - job: |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 209 | name: cinder-tempest-plugin-cbak-ceph |
| 210 | parent: devstack-plugin-ceph-tempest-py3 |
| 211 | description: | |
| 212 | Integration tests that runs with the ceph devstack plugin, py3 |
| 213 | and enable the backup service. |
| 214 | vars: |
Brian Rosmaita | 6e4b53a | 2022-05-14 12:15:50 -0400 | [diff] [blame] | 215 | configure_swap_size: 4096 |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 216 | devstack_local_conf: |
| 217 | test-config: |
| 218 | $TEMPEST_CONFIG: |
| 219 | volume-feature-enabled: |
| 220 | volume_revert: True |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 221 | devstack_services: |
| 222 | c-bak: true |
Eric Harney | 310228c | 2023-03-09 14:11:34 -0500 | [diff] [blame] | 223 | devstack_localrc: |
| 224 | CINDER_QUOTA_VOLUMES: 25 |
Eric Harney | d0e5b91 | 2023-05-24 10:06:07 -0400 | [diff] [blame] | 225 | timeout: 10800 |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 226 | |
Luigi Toscano | 3d90747 | 2021-03-08 10:26:12 +0100 | [diff] [blame] | 227 | - job: |
Ghanshyam Mann | 35f531d | 2022-10-15 22:38:23 -0500 | [diff] [blame] | 228 | name: cinder-tempest-plugin-cbak-ceph-zed |
| 229 | parent: cinder-tempest-plugin-cbak-ceph |
| 230 | nodeset: openstack-single-node-focal |
| 231 | override-checkout: stable/zed |
| 232 | |
| 233 | - job: |
Ghanshyam Mann | aaf4e51 | 2022-04-14 19:14:00 -0500 | [diff] [blame] | 234 | name: cinder-tempest-plugin-cbak-ceph-yoga |
| 235 | parent: cinder-tempest-plugin-cbak-ceph |
| 236 | nodeset: openstack-single-node-focal |
| 237 | override-checkout: stable/yoga |
| 238 | |
| 239 | - job: |
Ghanshyam Mann | ffd05a7 | 2022-01-18 18:48:33 -0600 | [diff] [blame] | 240 | name: cinder-tempest-plugin-cbak-ceph-xena |
| 241 | parent: cinder-tempest-plugin-cbak-ceph |
| 242 | nodeset: openstack-single-node-focal |
| 243 | override-checkout: stable/xena |
| 244 | |
| 245 | - job: |
Ghanshyam Mann | 75bf2c2 | 2021-04-29 18:51:06 -0500 | [diff] [blame] | 246 | name: cinder-tempest-plugin-cbak-ceph-wallaby |
| 247 | parent: cinder-tempest-plugin-cbak-ceph |
| 248 | nodeset: openstack-single-node-focal |
| 249 | override-checkout: stable/wallaby |
| 250 | |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 251 | # variant for pre-Ussuri branches (no volume revert for Ceph), |
| 252 | # should this job be used on those branches |
| 253 | - job: |
| 254 | name: cinder-tempest-plugin-cbak-ceph |
| 255 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$ |
| 256 | vars: |
| 257 | devstack_local_conf: |
| 258 | test-config: |
| 259 | $TEMPEST_CONFIG: |
| 260 | volume-feature-enabled: |
| 261 | volume_revert: False |
| 262 | |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 263 | - job: |
| 264 | name: cinder-tempest-plugin-lvm-lio-barbican |
| 265 | description: | |
| 266 | This jobs configures Cinder with LVM, LIO, barbican and |
| 267 | runs tempest tests and cinderlib tests. |
| 268 | parent: cinder-tempest-plugin-lvm-barbican-base |
| 269 | vars: |
| 270 | devstack_localrc: |
| 271 | CINDER_ISCSI_HELPER: lioadm |
| 272 | |
| 273 | - job: |
Radosław Piliszek | 51b819b | 2021-06-07 17:21:22 +0000 | [diff] [blame] | 274 | name: cinder-tempest-plugin-lvm-lio-barbican-centos-8-stream |
Luigi Toscano | f144183 | 2020-05-01 19:33:21 +0200 | [diff] [blame] | 275 | parent: cinder-tempest-plugin-lvm-lio-barbican |
Radosław Piliszek | 51b819b | 2021-06-07 17:21:22 +0000 | [diff] [blame] | 276 | nodeset: devstack-single-node-centos-8-stream |
Luigi Toscano | f144183 | 2020-05-01 19:33:21 +0200 | [diff] [blame] | 277 | description: | |
| 278 | This jobs configures Cinder with LVM, LIO, barbican and |
Luigi Toscano | 8515b58 | 2022-04-27 16:11:13 +0200 | [diff] [blame] | 279 | runs tempest tests and cinderlib tests on CentOS Stream 8. |
| 280 | |
| 281 | - job: |
| 282 | name: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream |
| 283 | parent: cinder-tempest-plugin-lvm-lio-barbican |
| 284 | nodeset: devstack-single-node-centos-9-stream |
| 285 | description: | |
| 286 | This jobs configures Cinder with LVM, LIO, barbican and |
| 287 | runs tempest tests and cinderlib tests on CentOS Stream 9. |
Luigi Toscano | f144183 | 2020-05-01 19:33:21 +0200 | [diff] [blame] | 288 | |
| 289 | - job: |
Ade Lee | 723c3b9 | 2022-06-21 15:05:25 -0400 | [diff] [blame] | 290 | name: cinder-tempest-plugin-lvm-lio-barbican-fips |
| 291 | parent: cinder-tempest-plugin-lvm-lio-barbican-centos-9-stream |
| 292 | description: | |
| 293 | This job configures Cinder with LVM, LIO, barbican and |
| 294 | runs tempest tests and cinderlib tests on CentOS Stream 9 |
| 295 | under FIPS mode |
| 296 | pre-run: playbooks/enable-fips.yaml |
| 297 | vars: |
| 298 | configure_swap_size: 4096 |
| 299 | nslookup_target: 'opendev.org' |
| 300 | tempest_exclude_regex: 'test_encrypted_cinder_volumes_cryptsetup' |
| 301 | |
| 302 | - job: |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 303 | name: cinder-tempest-plugin-lvm-tgt-barbican |
| 304 | description: | |
| 305 | This jobs configures Cinder with LVM, tgt, barbican and |
| 306 | runs tempest tests and cinderlib tests. |
| 307 | parent: cinder-tempest-plugin-lvm-barbican-base |
Lee Yarwood | 1ee1efc | 2021-03-10 09:34:31 +0000 | [diff] [blame] | 308 | vars: |
| 309 | devstack_localrc: |
| 310 | CINDER_ISCSI_HELPER: tgtadm |
Ghanshyam Mann | 9362153 | 2020-05-05 18:47:12 -0500 | [diff] [blame] | 311 | |
| 312 | - job: |
Hironori Shiina | 207d667 | 2021-01-22 13:25:03 -0500 | [diff] [blame] | 313 | name: cinder-tempest-plugin-cbak-s3 |
| 314 | parent: cinder-tempest-plugin-basic |
| 315 | description: | |
| 316 | Integration tests that runs with the s3 backup driver with |
| 317 | Swift S3 API. |
| 318 | vars: |
| 319 | devstack_localrc: |
| 320 | CINDER_BACKUP_DRIVER: 's3_swift' |
| 321 | devstack_services: |
| 322 | c-bak: true |
| 323 | s3api: true |
| 324 | # Workaround: TLS proxy seems to cause S3 signature mismatch. |
| 325 | tls-proxy: false |
| 326 | tempest_test_regex: '(test_volume_backup|test_volumes_backup|test_snapshot_backup)' |
| 327 | - job: |
Ghanshyam Mann | 9362153 | 2020-05-05 18:47:12 -0500 | [diff] [blame] | 328 | name: cinder-tempest-plugin-basic |
| 329 | parent: devstack-tempest |
| 330 | description: | |
| 331 | Cinder tempest plugin tests job which run only cinder-tempest-plugin |
| 332 | tests. |
| 333 | required-projects: |
| 334 | - opendev.org/openstack/cinder-tempest-plugin |
| 335 | vars: |
| 336 | devstack_localrc: |
| 337 | TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: True |
| 338 | tox_envlist: all |
| 339 | tempest_test_regex: cinder_tempest_plugin |
| 340 | tempest_plugins: |
| 341 | - cinder-tempest-plugin |
| 342 | irrelevant-files: |
| 343 | - ^.*\.rst$ |
| 344 | - ^doc/.*$ |
| 345 | - ^releasenotes/.*$ |
| 346 | |
| 347 | - job: |
Ghanshyam Mann | 35f531d | 2022-10-15 22:38:23 -0500 | [diff] [blame] | 348 | name: cinder-tempest-plugin-basic-zed |
| 349 | parent: cinder-tempest-plugin-basic |
| 350 | nodeset: openstack-single-node-focal |
| 351 | override-checkout: stable/zed |
| 352 | |
| 353 | - job: |
Ghanshyam Mann | aaf4e51 | 2022-04-14 19:14:00 -0500 | [diff] [blame] | 354 | name: cinder-tempest-plugin-basic-yoga |
| 355 | parent: cinder-tempest-plugin-basic |
| 356 | nodeset: openstack-single-node-focal |
| 357 | override-checkout: stable/yoga |
| 358 | |
| 359 | - job: |
Ghanshyam Mann | ffd05a7 | 2022-01-18 18:48:33 -0600 | [diff] [blame] | 360 | name: cinder-tempest-plugin-basic-xena |
| 361 | parent: cinder-tempest-plugin-basic |
| 362 | nodeset: openstack-single-node-focal |
| 363 | override-checkout: stable/xena |