summaryrefslogtreecommitdiff
path: root/playbooks/tempest-and-cinderlib-run.yaml
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2020-06-26 22:10:58 +0200
committerLuigi Toscano <ltoscano@redhat.com>2020-06-26 22:10:58 +0200
commitf9019679b3d7ea252d9d6b0aeef6b69167f051af (patch)
treee8b6b532548b554b8ef4b751f8d4b06d130baa53 /playbooks/tempest-and-cinderlib-run.yaml
parentbad65f6f2bf4258423877057efde46f9ee515715 (diff)
downloadcinder-f9019679b3d7ea252d9d6b0aeef6b69167f051af.tar.gz
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. The same change was applied to the branchless jobs defined inside cinder-tempest-plugins: https://review.opendev.org/738078/ Change-Id: I2e8af74bae63c487e786da6e99aa4827029a05a2
Diffstat (limited to 'playbooks/tempest-and-cinderlib-run.yaml')
-rw-r--r--playbooks/tempest-and-cinderlib-run.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/tempest-and-cinderlib-run.yaml b/playbooks/tempest-and-cinderlib-run.yaml
index 99fd8362c..cbb33273d 100644
--- a/playbooks/tempest-and-cinderlib-run.yaml
+++ b/playbooks/tempest-and-cinderlib-run.yaml
@@ -25,4 +25,5 @@
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 }}"