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