bifrost/releasenotes/notes/override_upper_constraints-79f837d8ac58e53d.yaml
Yolanda Robla 34bccf2fa4 Allow looking constraints file from env var
In order to make it more flexible, and to consume the upper
constraints file from the right branch, allow to consume an
exported var, and default to the current path.

Change-Id: I57ef2944f4c2b643d240f30cac46ad91662ff538
2017-04-03 10:14:37 +02:00

9 lines
266 B
YAML

---
features:
- Allow consuming upper_constraints_file from an env
var UPPER_CONSTRAINTS_FILE. This will be specially
useful for OpenStack CI, where this var is defined
on each job run, pointing to the right requirements
file depending on branch.