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