Monty Taylor 7c371081c3 Run pypi uploads on a pypi slave.
PyPI uploads build a venv so that they can properly build an sdist tarball.
We need to do this on a proper slave for build depends.

Change-Id: Ibaac628890598ca87c43373777e3814a0692bfd8
2012-07-02 11:45:55 -04:00

36 lines
655 B
YAML

project:
template: 'python_jobs'
values:
name: 'python-cinderclient'
disabled: 'false'
github_org: 'openstack'
review_site: 'review.openstack.org'
publisher_site: 'nova.openstack.org'
tarball_project: 'cinder'
doc_publisher_site: 'docs.openstack.org'
node: 'precise'
---
# pypi-upload
main:
name: 'python-cinderclient-pypi'
review_site: 'review.openstack.org'
github_org: 'openstack'
project: 'python-cinderclient'
authenticatedBuild: 'false'
concurrent: 'true'
triggers:
- zuul_post
builders:
- gerrit_git_prep
- shell: tox -v -evenv python setup.py sdist upload
scm:
scm: 'false'
assignednode:
node: 'pypi'