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 |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 22 | |
| 23 | - job: |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 24 | name: cinder-tempest-plugin-lvm-barbican-base |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 25 | description: | |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 26 | This is a base job for lvm with lio & tgt targets |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 27 | parent: devstack-tempest |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 28 | timeout: 10800 |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 29 | roles: |
| 30 | - zuul: opendev.org/openstack/cinderlib |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 31 | required-projects: |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 32 | - opendev.org/openstack/barbican |
| 33 | - opendev.org/openstack/tempest |
| 34 | - opendev.org/openstack/cinder-tempest-plugin |
| 35 | - opendev.org/openstack/cinder |
| 36 | - opendev.org/openstack/cinderlib |
| 37 | run: playbooks/tempest-and-cinderlib-run.yaml |
| 38 | # Required to collect the tox-based logs of the cinderlib functional tests |
| 39 | post-run: playbooks/post-cinderlib.yaml |
| 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 |
| 64 | fetch_subunit_output_additional_dirs: |
| 65 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 66 | irrelevant-files: |
| 67 | - ^.*\.rst$ |
| 68 | - ^doc/.*$ |
| 69 | - ^releasenotes/.*$ |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 70 | |
| 71 | - job: |
| 72 | name: cinder-tempest-plugin-cbak-ceph |
| 73 | parent: devstack-plugin-ceph-tempest-py3 |
| 74 | description: | |
| 75 | Integration tests that runs with the ceph devstack plugin, py3 |
| 76 | and enable the backup service. |
| 77 | vars: |
Ghanshyam Mann | 8e0986f | 2021-02-11 13:31:08 -0600 | [diff] [blame] | 78 | tempest_exclude_regex: '(VolumesBackupsTest.test_bootable_volume_backup_and_restore|TestVolumeBackupRestore.test_volume_backup_restore)' |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 79 | devstack_local_conf: |
| 80 | test-config: |
| 81 | $TEMPEST_CONFIG: |
| 82 | volume-feature-enabled: |
| 83 | volume_revert: True |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 84 | devstack_services: |
| 85 | c-bak: true |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 86 | |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 87 | # variant for pre-Ussuri branches (no volume revert for Ceph), |
| 88 | # should this job be used on those branches |
| 89 | - job: |
| 90 | name: cinder-tempest-plugin-cbak-ceph |
| 91 | branches: ^(?=stable/(ocata|pike|queens|rocky|stein|train)).*$ |
| 92 | vars: |
Ghanshyam Mann | 8e0986f | 2021-02-11 13:31:08 -0600 | [diff] [blame] | 93 | tempest_exclude_regex: '' |
Luigi Toscano | a571b39 | 2020-04-17 19:30:23 +0200 | [diff] [blame] | 94 | devstack_local_conf: |
| 95 | test-config: |
| 96 | $TEMPEST_CONFIG: |
| 97 | volume-feature-enabled: |
| 98 | volume_revert: False |
| 99 | |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 100 | - job: |
| 101 | name: cinder-tempest-plugin-lvm-lio-barbican |
| 102 | description: | |
| 103 | This jobs configures Cinder with LVM, LIO, barbican and |
| 104 | runs tempest tests and cinderlib tests. |
| 105 | parent: cinder-tempest-plugin-lvm-barbican-base |
| 106 | vars: |
| 107 | devstack_localrc: |
| 108 | CINDER_ISCSI_HELPER: lioadm |
| 109 | |
| 110 | - job: |
Luigi Toscano | f144183 | 2020-05-01 19:33:21 +0200 | [diff] [blame] | 111 | name: cinder-tempest-plugin-lvm-lio-barbican-centos-8 |
| 112 | parent: cinder-tempest-plugin-lvm-lio-barbican |
| 113 | nodeset: devstack-single-node-centos-8 |
| 114 | description: | |
| 115 | This jobs configures Cinder with LVM, LIO, barbican and |
| 116 | runs tempest tests and cinderlib tests on CentOS 8. |
| 117 | |
| 118 | - job: |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame] | 119 | name: cinder-tempest-plugin-lvm-tgt-barbican |
| 120 | description: | |
| 121 | This jobs configures Cinder with LVM, tgt, barbican and |
| 122 | runs tempest tests and cinderlib tests. |
| 123 | parent: cinder-tempest-plugin-lvm-barbican-base |
Lee Yarwood | 1ee1efc | 2021-03-10 09:34:31 +0000 | [diff] [blame] | 124 | vars: |
| 125 | devstack_localrc: |
| 126 | CINDER_ISCSI_HELPER: tgtadm |
Ghanshyam Mann | 9362153 | 2020-05-05 18:47:12 -0500 | [diff] [blame] | 127 | |
| 128 | - job: |
| 129 | name: cinder-tempest-plugin-basic |
| 130 | parent: devstack-tempest |
| 131 | description: | |
| 132 | Cinder tempest plugin tests job which run only cinder-tempest-plugin |
| 133 | tests. |
| 134 | required-projects: |
| 135 | - opendev.org/openstack/cinder-tempest-plugin |
| 136 | vars: |
| 137 | devstack_localrc: |
| 138 | TEMPEST_VOLUME_REVERT_TO_SNAPSHOT: True |
| 139 | tox_envlist: all |
| 140 | tempest_test_regex: cinder_tempest_plugin |
| 141 | tempest_plugins: |
| 142 | - cinder-tempest-plugin |
| 143 | irrelevant-files: |
| 144 | - ^.*\.rst$ |
| 145 | - ^doc/.*$ |
| 146 | - ^releasenotes/.*$ |
| 147 | |
| 148 | - job: |
Luigi Toscano | 3f52f35 | 2021-01-05 22:09:29 +0100 | [diff] [blame] | 149 | name: cinder-tempest-plugin-basic-victoria |
| 150 | parent: cinder-tempest-plugin-basic |
| 151 | nodeset: openstack-single-node-focal |
| 152 | override-checkout: stable/victoria |
| 153 | |
| 154 | - job: |
Ghanshyam Mann | 9362153 | 2020-05-05 18:47:12 -0500 | [diff] [blame] | 155 | name: cinder-tempest-plugin-basic-ussuri |
| 156 | parent: cinder-tempest-plugin-basic |
Ghanshyam Mann | 4ca01a2 | 2020-07-26 17:39:40 -0500 | [diff] [blame] | 157 | nodeset: openstack-single-node-bionic |
Ghanshyam Mann | 9362153 | 2020-05-05 18:47:12 -0500 | [diff] [blame] | 158 | override-checkout: stable/ussuri |
| 159 | |
| 160 | - job: |
| 161 | name: cinder-tempest-plugin-basic-train |
| 162 | parent: cinder-tempest-plugin-basic |
Ghanshyam Mann | 4ca01a2 | 2020-07-26 17:39:40 -0500 | [diff] [blame] | 163 | nodeset: openstack-single-node-bionic |
Ghanshyam Mann | 9362153 | 2020-05-05 18:47:12 -0500 | [diff] [blame] | 164 | override-checkout: stable/train |
| 165 | vars: |
| 166 | devstack_localrc: |
| 167 | USE_PYTHON3: True |