Run bindep for proposal jobs

We need gettext on the systems for the translations jobs, this should be
part of the bindep setup. Since we invoke tox, add bindep and tox setup
in pre-run.

Also, some proposal jobs need pyyaml, so add python-yaml to bindep.txt -
and use bindep for all proposal jobs.

Change-Id: I3c0e4741e1c0186b78859841db1ca5c791d4806b
This commit is contained in:
Andreas Jaeger 2017-10-19 22:31:41 +02:00
parent 69375f013f
commit 7fed969131
2 changed files with 5 additions and 0 deletions

View File

@ -2,3 +2,4 @@ language-pack-en [platform:ubuntu]
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
libjpeg-dev [platform:dpkg]
python-yaml [platform:dpkg]

View File

@ -6,3 +6,7 @@
roles:
- legacy-copy-project-config-scripts
- add-sshkey
- role: bindep
bindep_profile: test
bindep_dir: "{{ zuul.project.src_dir }}"
- ensure-tox