Codebase list cinder-tempest-plugin / 0ca94af
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
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2424 devstack_data_subdir_changed: cinder
2525 devstack_data_subdir_owner: zuul
2626 - role: run-cinderlib-tests
27 tox_install_siblings: false
2728 cinderlib_base_dir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/cinderlib'].src_dir }}"
2829 post_tasks:
2930 - name: Fail if the first tempest run did not work