Disable siblings for the cindelib functional tests
Follow the same pattern of the other jobs which deploy devstack
but runs also functional tests (see devtack-tox-functional
and devstack-tox-functional-consumer).
Without this, the older branches where cinderlib functional tests
use Python 2 (stein, and soon train when that is branched) fails
because they try to install packages part of which are Python 3
only.
Change-Id: Ibd2862f30d4c451118fb96d1f56a09fd66b2d75a
Luigi Toscano
5 years ago
| 24 | 24 | devstack_data_subdir_changed: cinder |
| 25 | 25 | devstack_data_subdir_owner: zuul |
| 26 | 26 | - role: run-cinderlib-tests |
| 27 | tox_install_siblings: false | |
| 27 | 28 | cinderlib_base_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}" |
| 28 | 29 | post_tasks: |
| 29 | 30 | - name: Fail if the first tempest run did not work |