mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-27 05:53:02 +00:00
Fixed python packages in tox virtualenvs
Reverted commit031475d42ewhich changed tox_install_siblings to false in base job ansible-collections-openstack-functional-devstack. This caused most jobs to install the latest Python packages of OpenStack SDK and other requirements from PyPI to tox' virtualenv instead of respecting the override-checkout keywords. Ref.:031475d42eChange-Id: Ide693ef95c613454e1cfb2ee1880793a49f6524e
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
vars:
|
||||
zuul_work_dir: src/opendev.org/openstack/ansible-collections-openstack
|
||||
tox_envlist: ansible
|
||||
tox_install_siblings: false
|
||||
tox_install_siblings: true
|
||||
fetch_subunit: false
|
||||
devstack_plugins:
|
||||
designate: https://opendev.org/openstack/designate
|
||||
@@ -48,8 +48,6 @@
|
||||
pre-run: ci/playbooks/get_amphora_tarball.yaml
|
||||
required-projects:
|
||||
- openstack/octavia
|
||||
- name: github.com/ansible/ansible
|
||||
override-checkout: stable-2.12
|
||||
files:
|
||||
- ^ci/roles/loadbalancer/.*$
|
||||
- ^plugins/modules/lb_health_monitor.py
|
||||
@@ -59,7 +57,8 @@
|
||||
- ^plugins/modules/loadbalancer.py
|
||||
vars:
|
||||
configure_swap_size: 8192
|
||||
tox_envlist: ansible
|
||||
tox_envlist: ansible-2.12
|
||||
tox_install_siblings: false
|
||||
devstack_plugins:
|
||||
designate: https://opendev.org/openstack/designate
|
||||
octavia: https://opendev.org/openstack/octavia
|
||||
|
||||
Reference in New Issue
Block a user