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