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:
parent
2f446c3a85
commit
94697373cf
@ -909,6 +909,7 @@
|
|||||||
semaphore: translations
|
semaphore: translations
|
||||||
vars:
|
vars:
|
||||||
fileserver_leading_path: translation-source
|
fileserver_leading_path: translation-source
|
||||||
|
constraints_file: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt'
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack/requirements
|
- openstack/requirements
|
||||||
secrets:
|
secrets:
|
||||||
@ -921,6 +922,8 @@
|
|||||||
parent: propose-updates
|
parent: propose-updates
|
||||||
pre-run: playbooks/translation/pre.yaml
|
pre-run: playbooks/translation/pre.yaml
|
||||||
run: playbooks/translation/propose-translation-update.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
|
semaphore: translations
|
||||||
required-projects:
|
required-projects:
|
||||||
- openstack/requirements
|
- openstack/requirements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user