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: |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 7 | - cinder-tempest-plugin-lvm-lio-barbican |
Radosław Piliszek | 51b819b | 2021-06-07 17:21:22 +0000 | [diff] [blame] | 8 | - cinder-tempest-plugin-lvm-lio-barbican-centos-8-stream: |
Luigi Toscano | f144183 | 2020-05-01 19:33:21 +0200 | [diff] [blame] | 9 | voting: false |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 10 | - cinder-tempest-plugin-lvm-tgt-barbican |
Lee Yarwood | 103c2f7 | 2021-01-21 15:38:44 +0000 | [diff] [blame] | 11 | - nova-ceph-multistore: |
| 12 | voting: false |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 13 | - cinder-tempest-plugin-cbak-ceph |
Hironori Shiina | 207d667 | 2021-01-22 13:25:03 -0500 | [diff] [blame] | 14 | - cinder-tempest-plugin-cbak-s3 |
Ghanshyam Mann | ffd05a7 | 2022-01-18 18:48:33 -0600 | [diff] [blame] | 15 | - cinder-tempest-plugin-basic-xena |
Ghanshyam Mann | 75bf2c2 | 2021-04-29 18:51:06 -0500 | [diff] [blame] | 16 | - cinder-tempest-plugin-basic-wallaby |
Luigi Toscano | 3f52f35 | 2021-01-05 22:09:29 +0100 | [diff] [blame] | 17 | - cinder-tempest-plugin-basic-victoria |
Ghanshyam Mann | 9362153 | 2020-05-05 18:47:12 -0500 | [diff] [blame] | 18 | - cinder-tempest-plugin-basic-ussuri |
Lance Bragstad | d3fddec | 2021-02-16 16:27:13 +0000 | [diff] [blame] | 19 | # Set this job to voting once we have some actual tests to run |
| 20 | - cinder-tempest-plugin-protection-functional: |
| 21 | voting: false |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 22 | gate: |
| 23 | jobs: |
| 24 | - cinder-tempest-plugin-lvm-lio-barbican |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 25 | - cinder-tempest-plugin-lvm-tgt-barbican |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 26 | - cinder-tempest-plugin-cbak-ceph |
Luigi Toscano | 3d90747 | 2021-03-08 10:26:12 +0100 | [diff] [blame] | 27 | experimental: |
| 28 | jobs: |
Ghanshyam Mann | ffd05a7 | 2022-01-18 18:48:33 -0600 | [diff] [blame] | 29 | - cinder-tempest-plugin-cbak-ceph-xena |
Ghanshyam Mann | 75bf2c2 | 2021-04-29 18:51:06 -0500 | [diff] [blame] | 30 | - cinder-tempest-plugin-cbak-ceph-wallaby |
Luigi Toscano | 3d90747 | 2021-03-08 10:26:12 +0100 | [diff] [blame] | 31 | - cinder-tempest-plugin-cbak-ceph-victoria |
| 32 | - cinder-tempest-plugin-cbak-ceph-ussuri |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 33 | |
| 34 | - job: |
Lance Bragstad | d3fddec | 2021-02-16 16:27:13 +0000 | [diff] [blame] | 35 | name: cinder-tempest-plugin-protection-functional |
| 36 | parent: devstack-tempest |
| 37 | required-projects: |
| 38 | - opendev.org/openstack/cinder-tempest-plugin |
| 39 | - opendev.org/openstack/cinder |
| 40 | vars: |
| 41 | tox_envlist: all |
| 42 | tempest_test_regex: 'cinder_tempest_plugin.rbac' |
| 43 | devstack_local_conf: |
| 44 | test-config: |
| 45 | $CINDER_CONF: |
| 46 | oslo_policy: |
| 47 | enforce_new_defaults: True |
| 48 | $TEMPEST_CONFIG: |
| 49 | enforce_scope: |
| 50 | cinder: True |
| 51 | tempest_plugins: |
| 52 | - cinder-tempest-plugin |
| 53 | |
| 54 | - job: |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 55 | name: cinder-tempest-plugin-lvm-barbican-base-abstract |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 56 | description: | |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 57 | This is a base job for lvm with lio & tgt targets |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 58 | parent: devstack-tempest |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 59 | abstract: true |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 60 | timeout: 10800 |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 61 | required-projects: |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 62 | - opendev.org/openstack/barbican |
| 63 | - opendev.org/openstack/tempest |
| 64 | - opendev.org/openstack/cinder-tempest-plugin |
| 65 | - opendev.org/openstack/cinder |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 66 | host-vars: |
| 67 | controller: |
| 68 | devstack_plugins: |
| 69 | barbican: https://opendev.org/openstack/barbican |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 70 | vars: |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 71 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
Doug Hellmann | 4a63cd5 | 2018-09-09 05:49:23 -0400 | [diff] [blame] | 72 | tox_envlist: all |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 73 | devstack_localrc: |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 74 | CINDER_LVM_TYPE: thin |
| 75 | CINDER_COORDINATION_URL: 'file://\$state_path' |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 76 | devstack_local_conf: |
| 77 | test-config: |
| 78 | $TEMPEST_CONFIG: |
Luigi Toscano | 5d7847c | 2021-02-25 22:16:32 +0100 | [diff] [blame] | 79 | auth: |
| 80 | # FIXME: 'creator' should be re-added by the barbican devstack plugin |
| 81 | # but the value below override everything. |
| 82 | tempest_roles: member,creator |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 83 | volume-feature-enabled: |
| 84 | volume_revert: True |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 85 | devstack_services: |
| 86 | barbican: true |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 87 | tempest_plugins: |
| 88 | - cinder-tempest-plugin |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 89 | irrelevant-files: |
| 90 | - ^.*\.rst$ |
| 91 | - ^doc/.*$ |
| 92 | - ^releasenotes/.*$ |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 93 | |
| 94 | - job: |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 95 | name: cinder-tempest-plugin-lvm-barbican-base |
| 96 | description: | |
| 97 | This is a base job for lvm with lio & tgt targets |
| 98 | with cinderlib tests. |
Ghanshyam Mann | fc98b28 | 2022-01-20 21:10:59 -0600 | [diff] [blame] | 99 | branches: ^(?!stable/(ocata|pike|queens|rocky|stein|train)).*$ |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 100 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 101 | roles: |
| 102 | - zuul: opendev.org/openstack/cinderlib |
| 103 | required-projects: |
| 104 | - opendev.org/openstack/cinderlib |
| 105 | run: playbooks/tempest-and-cinderlib-run.yaml |
| 106 | # Required to collect the tox-based logs of the cinderlib functional tests |
| 107 | post-run: playbooks/post-cinderlib.yaml |
| 108 | vars: |
| 109 | fetch_subunit_output_additional_dirs: |
| 110 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" |
Luigi Toscano | 7e29788 | 2021-04-20 17:04:12 +0200 | [diff] [blame] | 111 | 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] | 112 | |
| 113 | - job: |
| 114 | name: cinder-tempest-plugin-lvm-barbican-base |
| 115 | description: | |
| 116 | This is a base job for lvm with lio & tgt targets |
Ghanshyam Mann | fc98b28 | 2022-01-20 21:10:59 -0600 | [diff] [blame] | 117 | with cinderlib tests to run on stable/train testing. |
| 118 | branches: stable/train |
| 119 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
| 120 | roles: |
| 121 | - zuul: opendev.org/openstack/cinderlib |
| 122 | required-projects: |
| 123 | - opendev.org/openstack/cinderlib |
| 124 | - name: opendev.org/openstack/cinder-tempest-plugin |
| 125 | override-checkout: 1.3.0 |
| 126 | run: playbooks/tempest-and-cinderlib-run.yaml |
| 127 | # Required to collect the tox-based logs of the cinderlib functional tests |
| 128 | post-run: playbooks/post-cinderlib.yaml |
| 129 | vars: |
| 130 | fetch_subunit_output_additional_dirs: |
| 131 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" |
| 132 | tempest_test_exclude_list: '{{ ansible_user_dir }}/{{ zuul.projects["opendev.org/openstack/tempest"].src_dir }}/tools/tempest-integrated-gate-storage-exclude-list.txt' |
| 133 | |
| 134 | - job: |
| 135 | name: cinder-tempest-plugin-lvm-barbican-base |
| 136 | description: | |
| 137 | This is a base job for lvm with lio & tgt targets |
Luigi Toscano | 1370db4 | 2021-03-03 21:31:11 +0100 | [diff] [blame] | 138 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein)).*$ |
| 139 | parent: cinder-tempest-plugin-lvm-barbican-base-abstract |
Luigi Toscano | eba8554 | 2021-06-28 17:31:59 +0200 | [diff] [blame] | 140 | required-projects: |
| 141 | - name: opendev.org/openstack/cinder-tempest-plugin |
| 142 | override-checkout: stein-last |
Luigi Toscano | 7e29788 | 2021-04-20 17:04:12 +0200 | [diff] [blame] | 143 | vars: |
| 144 | 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] | 145 | |
| 146 | - job: |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 147 | name: cinder-tempest-plugin-cbak-ceph |
| 148 | parent: devstack-plugin-ceph-tempest-py3 |
| 149 | description: | |
| 150 | Integration tests that runs with the ceph devstack plugin, py3 |
| 151 | and enable the backup service. |
| 152 | vars: |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 153 | devstack_local_conf: |
| 154 | test-config: |
| 155 | $TEMPEST_CONFIG: |
| 156 | volume-feature-enabled: |
| 157 | volume_revert: True |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 158 | devstack_services: |
| 159 | c-bak: true |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 160 | |
Luigi Toscano | 3d90747 | 2021-03-08 10:26:12 +0100 | [diff] [blame] | 161 | - job: |
Ghanshyam Mann | ffd05a7 | 2022-01-18 18:48:33 -0600 | [diff] [blame] | 162 | name: cinder-tempest-plugin-cbak-ceph-xena |
| 163 | parent: cinder-tempest-plugin-cbak-ceph |
| 164 | nodeset: openstack-single-node-focal |
| 165 | override-checkout: stable/xena |
| 166 | |
| 167 | - job: |
Ghanshyam Mann | 75bf2c2 | 2021-04-29 18:51:06 -0500 | [diff] [blame] | 168 | name: cinder-tempest-plugin-cbak-ceph-wallaby |
| 169 | parent: cinder-tempest-plugin-cbak-ceph |
| 170 | nodeset: openstack-single-node-focal |
| 171 | override-checkout: stable/wallaby |
| 172 | |
| 173 | - job: |
Luigi Toscano | 3d90747 | 2021-03-08 10:26:12 +0100 | [diff] [blame] | 174 | name: cinder-tempest-plugin-cbak-ceph-victoria |
| 175 | parent: cinder-tempest-plugin-cbak-ceph |
| 176 | nodeset: openstack-single-node-focal |
| 177 | override-checkout: stable/victoria |
| 178 | |
| 179 | - job: |
| 180 | name: cinder-tempest-plugin-cbak-ceph-ussuri |
| 181 | parent: cinder-tempest-plugin-cbak-ceph |
| 182 | nodeset: openstack-single-node-bionic |
| 183 | override-checkout: stable/ussuri |
| 184 | |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 185 | # variant for pre-Ussuri branches (no volume revert for Ceph), |
| 186 | # should this job be used on those branches |
| 187 | - job: |
| 188 | name: cinder-tempest-plugin-cbak-ceph |
| 189 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$ |
| 190 | vars: |
| 191 | devstack_local_conf: |
| 192 | test-config: |
| 193 | $TEMPEST_CONFIG: |
| 194 | volume-feature-enabled: |
| 195 | volume_revert: False |
| 196 | |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 197 | - job: |
| 198 | name: cinder-tempest-plugin-lvm-lio-barbican |
| 199 | description: | |
| 200 | This jobs configures Cinder with LVM, LIO, barbican and |
| 201 | runs tempest tests and cinderlib tests. |
| 202 | parent: cinder-tempest-plugin-lvm-barbican-base |
| 203 | vars: |
| 204 | devstack_localrc: |
| 205 | CINDER_ISCSI_HELPER: lioadm |
| 206 | |
| 207 | - job: |
Radosław Piliszek | 51b819b | 2021-06-07 17:21:22 +0000 | [diff] [blame] | 208 | name: cinder-tempest-plugin-lvm-lio-barbican-centos-8-stream |
Luigi Toscano | f144183 | 2020-05-01 19:33:21 +0200 | [diff] [blame] | 209 | parent: cinder-tempest-plugin-lvm-lio-barbican |
Radosław Piliszek | 51b819b | 2021-06-07 17:21:22 +0000 | [diff] [blame] | 210 | nodeset: devstack-single-node-centos-8-stream |
Luigi Toscano | f144183 | 2020-05-01 19:33:21 +0200 | [diff] [blame] | 211 | description: | |
| 212 | This jobs configures Cinder with LVM, LIO, barbican and |
| 213 | runs tempest tests and cinderlib tests on CentOS 8. |
| 214 | |
| 215 | - job: |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 216 | name: cinder-tempest-plugin-lvm-tgt-barbican |
| 217 | description: | |
| 218 | This jobs configures Cinder with LVM, tgt, barbican and |
| 219 | runs tempest tests and cinderlib tests. |
| 220 | parent: cinder-tempest-plugin-lvm-barbican-base |
Lee Yarwood | 1ee1efc | 2021-03-10 09:34:31 +0000 | [diff] [blame] | 221 | vars: |
| 222 | devstack_localrc: |
| 223 | CINDER_ISCSI_HELPER: tgtadm |
Ghanshyam Mann | 9362153 | 2020-05-05 18:47:12 -0500 | [diff] [blame] | 224 | |
| 225 | - job: |
Hironori Shiina | 207d667 | 2021-01-22 13:25:03 -0500 | [diff] [blame] | 226 | name: cinder-tempest-plugin-cbak-s3 |
| 227 | parent: cinder-tempest-plugin-basic |
| 228 | description: | |
| 229 | Integration tests that runs with the s3 backup driver with |
| 230 | Swift S3 API. |
| 231 | vars: |
| 232 | devstack_localrc: |
| 233 | CINDER_BACKUP_DRIVER: 's3_swift' |
| 234 | devstack_services: |
| 235 | c-bak: true |
| 236 | s3api: true |
| 237 | # Workaround: TLS proxy seems to cause S3 signature mismatch. |
| 238 | tls-proxy: false |
| 239 | tempest_test_regex: '(test_volume_backup|test_volumes_backup|test_snapshot_backup)' |
| 240 | - job: |
Ghanshyam Mann | 9362153 | 2020-05-05 18:47:12 -0500 | [diff] [blame] | 241 | name: cinder-tempest-plugin-basic |
| 242 | parent: devstack-tempest |
| 243 | description: | |
| 244 | Cinder tempest plugin tests job which run only cinder-tempest-plugin |
| 245 | tests. |
| 246 | required-projects: |
| 247 | - opendev.org/openstack/cinder-tempest-plugin |
| 248 | vars: |
| 249 | devstack_localrc: |
| 250 | TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: True |
| 251 | tox_envlist: all |
| 252 | tempest_test_regex: cinder_tempest_plugin |
| 253 | tempest_plugins: |
| 254 | - cinder-tempest-plugin |
| 255 | irrelevant-files: |
| 256 | - ^.*\.rst$ |
| 257 | - ^doc/.*$ |
| 258 | - ^releasenotes/.*$ |
| 259 | |
| 260 | - job: |
Ghanshyam Mann | ffd05a7 | 2022-01-18 18:48:33 -0600 | [diff] [blame] | 261 | name: cinder-tempest-plugin-basic-xena |
| 262 | parent: cinder-tempest-plugin-basic |
| 263 | nodeset: openstack-single-node-focal |
| 264 | override-checkout: stable/xena |
| 265 | |
| 266 | - job: |
Ghanshyam Mann | 75bf2c2 | 2021-04-29 18:51:06 -0500 | [diff] [blame] | 267 | name: cinder-tempest-plugin-basic-wallaby |
| 268 | parent: cinder-tempest-plugin-basic |
| 269 | nodeset: openstack-single-node-focal |
| 270 | override-checkout: stable/wallaby |
| 271 | |
| 272 | - job: |
Luigi Toscano | 3f52f35 | 2021-01-05 22:09:29 +0100 | [diff] [blame] | 273 | name: cinder-tempest-plugin-basic-victoria |
| 274 | parent: cinder-tempest-plugin-basic |
| 275 | nodeset: openstack-single-node-focal |
| 276 | override-checkout: stable/victoria |
| 277 | |
| 278 | - job: |
Ghanshyam Mann | 9362153 | 2020-05-05 18:47:12 -0500 | [diff] [blame] | 279 | name: cinder-tempest-plugin-basic-ussuri |
| 280 | parent: cinder-tempest-plugin-basic |
Ghanshyam Mann | 4ca01a2 | 2020-07-26 17:39:40 -0500 | [diff] [blame] | 281 | nodeset: openstack-single-node-bionic |
Ghanshyam Mann | 9362153 | 2020-05-05 18:47:12 -0500 | [diff] [blame] | 282 | override-checkout: stable/ussuri |