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 |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame^] | 8 | - cinder-tempest-plugin-lvm-tgt-barbican |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 9 | - cinder-tempest-plugin-cbak-ceph |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 10 | gate: |
| 11 | jobs: |
| 12 | - cinder-tempest-plugin-lvm-lio-barbican |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame^] | 13 | - cinder-tempest-plugin-lvm-tgt-barbican |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 14 | - cinder-tempest-plugin-cbak-ceph |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 15 | |
| 16 | - job: |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame^] | 17 | name: cinder-tempest-plugin-lvm-barbican-base |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 18 | description: | |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame^] | 19 | This is a base job for lvm with lio & tgt targets |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 20 | parent: devstack-tempest |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 21 | roles: |
| 22 | - zuul: opendev.org/openstack/cinderlib |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 23 | required-projects: |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 24 | - opendev.org/openstack/barbican |
| 25 | - opendev.org/openstack/tempest |
| 26 | - opendev.org/openstack/cinder-tempest-plugin |
| 27 | - opendev.org/openstack/cinder |
| 28 | - opendev.org/openstack/cinderlib |
| 29 | run: playbooks/tempest-and-cinderlib-run.yaml |
| 30 | # Required to collect the tox-based logs of the cinderlib functional tests |
| 31 | post-run: playbooks/post-cinderlib.yaml |
| 32 | host-vars: |
| 33 | controller: |
| 34 | devstack_plugins: |
| 35 | barbican: https://opendev.org/openstack/barbican |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 36 | vars: |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 37 | tempest_test_regex: '(^tempest\.(api|scenario)|(^cinder_tempest_plugin))' |
| 38 | 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] | 39 | tox_envlist: all |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 40 | devstack_localrc: |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 41 | CINDER_LVM_TYPE: thin |
| 42 | CINDER_COORDINATION_URL: 'file://\$state_path' |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 43 | devstack_services: |
| 44 | barbican: true |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 45 | tempest_plugins: |
| 46 | - cinder-tempest-plugin |
| 47 | fetch_subunit_output_additional_dirs: |
| 48 | - "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 49 | irrelevant-files: |
| 50 | - ^.*\.rst$ |
| 51 | - ^doc/.*$ |
| 52 | - ^releasenotes/.*$ |
Sofia Enriquez | f44ff14 | 2020-04-03 20:04:22 +0000 | [diff] [blame] | 53 | |
| 54 | - job: |
| 55 | name: cinder-tempest-plugin-cbak-ceph |
| 56 | parent: devstack-plugin-ceph-tempest-py3 |
| 57 | description: | |
| 58 | Integration tests that runs with the ceph devstack plugin, py3 |
| 59 | and enable the backup service. |
| 60 | vars: |
| 61 | devstack_services: |
| 62 | c-bak: true |
Eric Harney | fb18e1a | 2018-01-24 16:14:13 -0500 | [diff] [blame^] | 63 | |
| 64 | - job: |
| 65 | name: cinder-tempest-plugin-lvm-lio-barbican |
| 66 | description: | |
| 67 | This jobs configures Cinder with LVM, LIO, barbican and |
| 68 | runs tempest tests and cinderlib tests. |
| 69 | parent: cinder-tempest-plugin-lvm-barbican-base |
| 70 | vars: |
| 71 | devstack_localrc: |
| 72 | CINDER_ISCSI_HELPER: lioadm |
| 73 | |
| 74 | - job: |
| 75 | name: cinder-tempest-plugin-lvm-tgt-barbican |
| 76 | description: | |
| 77 | This jobs configures Cinder with LVM, tgt, barbican and |
| 78 | runs tempest tests and cinderlib tests. |
| 79 | parent: cinder-tempest-plugin-lvm-barbican-base |