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