From 94697373cfbfff894f23070a6600bc6b28a68732 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Mon, 20 Nov 2017 09:56:18 +1100 Subject: [PATCH] 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 --- zuul.d/jobs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 26768e81c4..17ac017038 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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