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
This commit is contained in:
Luigi Toscano 2020-06-26 09:21:07 +02:00
parent 5d32357080
commit 0ca94af397
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
devstack_data_subdir_changed: cinder
devstack_data_subdir_owner: zuul
- role: run-cinderlib-tests
tox_install_siblings: false
cinderlib_base_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
post_tasks:
- name: Fail if the first tempest run did not work