Merge "Build wheels only for source isntalls"

This commit is contained in:
Zuul 2023-05-23 17:51:10 +00:00 committed by Gerrit Code Review
commit ec4d4a1e76
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
venv_install_destination_path: "{{ tempest_venv_bin | dirname }}"
venv_build_distro_package_list: "{{ tempest_devel_distro_packages }}"
venv_pip_install_args: "{{ tempest_pip_install_args }}"
venv_wheel_build_enable: "{{ venv_build_host != inventory_hostname }}"
venv_wheel_build_enable: "{{ tempest_install_method == 'source' }}"
venv_pip_packages: "{{ tempest_pip_packages + tempest_pip_plugins }}"
venv_facts_when_changed:
- section: "tempest"