Merge "Update bindep role defaults to be more sane"

This commit is contained in:
Zuul 2017-10-17 23:15:28 +00:00 committed by Gerrit Code Review
commit ecd0d55ce1
2 changed files with 4 additions and 3 deletions

View File

@ -8,11 +8,12 @@ then install the missing packages.
**Role Variables**
.. zuul:rolevar:: bindep_dir
:default: .
:default: {{ zuul.project.src_dir }}
The directory to look for bindep files in.
.. zuul:rolevar:: bindep_profile
:default: test
A specific bindep profile to request.

View File

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