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