openstack-zuul-jobs/playbooks/python-tarball/pre.yaml
Monty Taylor b13fd7d7a0
Add build-openstack-python-tarball job
So that folks can gate on their tarballs working properly.

Also make sure tox is around in pre-run not run.

Change-Id: Id167cdaa2c527637c35a68e86f936b77b27ca983
2017-08-22 19:35:56 -04:00

11 lines
363 B
YAML

- hosts: all
roles:
- role: bindep
bindep_profile: test
bindep_dir: "src/{{ zuul.project.canonical_name }}"
# TODO(mordred) When we have site-local variables, these should go there
bindep_command: /usr/bindep-env/bin/bindep
bindep_fallback: /usr/local/jenkins/common_data/bindep-fallback.txt
- revoke-sudo
- ensure-tox