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