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 |
| 8 | - devstack-plugin-ceph-tempest-py3 |
| 9 | gate: |
| 10 | jobs: |
| 11 | - cinder-tempest-plugin-lvm-lio-barbican |
Ghanshyam Mann | af5022a | 2020-02-18 20:48:53 -0600 | [diff] [blame] | 12 | - devstack-plugin-ceph-tempest-py3 |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 13 | |
| 14 | - job: |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 15 | name: cinder-tempest-plugin-lvm-lio-barbican |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 16 | description: | |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 17 | This jobs configures Cinder with LVM, LIO, barbican and |
| 18 | runs tempest tests and cinderlib tests. |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 19 | parent: devstack-tempest |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 20 | roles: |
| 21 | - zuul: opendev.org/openstack/cinderlib |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 22 | required-projects: |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 23 | - opendev.org/openstack/barbican |
| 24 | - opendev.org/openstack/tempest |
| 25 | - opendev.org/openstack/cinder-tempest-plugin |
| 26 | - opendev.org/openstack/cinder |
| 27 | - opendev.org/openstack/cinderlib |
| 28 | run: playbooks/tempest-and-cinderlib-run.yaml |
| 29 | # Required to collect the tox-based logs of the cinderlib functional tests |
| 30 | post-run: playbooks/post-cinderlib.yaml |
| 31 | host-vars: |
| 32 | controller: |
| 33 | devstack_plugins: |
| 34 | barbican: https://opendev.org/openstack/barbican |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 35 | vars: |
Luigi Toscano | c6215bd | 2020-02-21 12:42:58 +0100 | [diff] [blame] | 36 | tempest_test_regex: '(^tempest\.(api|scenario\.test_encrypted_cinder_volumes|scenario\.test_volume|scenario\.test_shelve_instance)|(^cinder_tempest_plugin))' |
| 37 | tempest_test_blacklist: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinder-tempest-plugin'].src_dir }}/tempest_blacklist.txt" |
Doug Hellmann | 4a63cd5 | 2018-09-09 05:49:23 -0400 | [diff] [blame] | 38 | tox_envlist: all |
Chandan Kumar | 23e5b63 | 2018-01-04 23:36:43 +0530 | [diff] [blame] | 39 | devstack_localrc: |
Doug Hellmann | 4a63cd5 | 2018-09-09 05:49:23 -0400 | [diff] [blame] | 40 | CINDER_ISCSI_HELPER: lioadm |
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/.*$ |