Add constraints variable for translation jobs

The translation jobs use the "ensure-reno" role, which tries to
install reno, sphinx, openstackdocthemes, etc. from constraints.  We
need to specify the upper_constraints variable so the role knows where
to look for it.

Change-Id: I31fc0518f537c5135398e74f40381e0a631367b8
This commit is contained in:
Ian Wienand 2017-11-20 09:56:18 +11:00
parent 2f446c3a85
commit 94697373cf
1 changed files with 3 additions and 0 deletions

View File

@ -909,6 +909,7 @@
semaphore: translations
vars:
fileserver_leading_path: translation-source
constraints_file: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt'
required-projects:
- openstack/requirements
secrets:
@ -921,6 +922,8 @@
parent: propose-updates
pre-run: playbooks/translation/pre.yaml
run: playbooks/translation/propose-translation-update.yaml
vars:
constraints_file: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt'
semaphore: translations
required-projects:
- openstack/requirements