Install build bindep profiles alongside doc and test

In order to be able to separate out depends needed for building wheels,
depends needed for running tests and depends needed for running
software, we can tag build depends with a 'build' profile. However,
doing that then means we don't have all of the things we need for
building docs or testing things.

Add build to the profile list for both docs builds and test installs.

Change-Id: I0689acb53789d3650926a3e11aec4570df5d950c
Needed-By: https://review.openstack.org/580159
This commit is contained in:
Monty Taylor 2018-07-05 17:42:19 -05:00
parent 90ed26769c
commit e3d911b3ef
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
- hosts: all
roles:
- role: bindep
bindep_profile: doc
bindep_profile: doc build
bindep_dir: "{{ zuul_work_dir }}"
- ensure-sphinx
- revoke-sudo

View File

@ -1,3 +1,3 @@
---
bindep_dir: "{{ zuul.project.src_dir }}"
bindep_profile: test
bindep_profile: build test