
Change-Id: I774b08719297979c0079c37679c3face3788e111 Reviewed-on: https://review.openstack.org/11151 Reviewed-by: Monty Taylor <mordred@inaugust.com> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
46 lines
908 B
YAML
46 lines
908 B
YAML
- project:
|
|
name: gerritlib
|
|
github-org: openstack-ci
|
|
node: precise
|
|
doc-publisher-site: ci.openstack.org
|
|
tarball-publisher-site: ci.openstack.org
|
|
|
|
jobs:
|
|
- gate-{name}-merge
|
|
- gate-{name}-pep8
|
|
- gate-{name}-pyflakes
|
|
# TODO: standardize
|
|
#- '{name}-pypi'
|
|
|
|
- job:
|
|
name: 'gerritlib-pypi'
|
|
concurrent: true
|
|
node: pypi
|
|
|
|
properties:
|
|
- github:
|
|
url: 'https://github.com/openstack-ci/gerritlib'
|
|
- throttle:
|
|
max-per-node: 0
|
|
max-total: 0
|
|
option: project
|
|
enabled: false
|
|
|
|
wrappers:
|
|
- timeout:
|
|
timeout: 30
|
|
fail: true
|
|
- timestamps
|
|
|
|
triggers:
|
|
- zuul_post
|
|
|
|
builders:
|
|
- gerrit_git_prep
|
|
- shell: tox -v -evenv python setup.py sdist upload
|
|
|
|
publishers:
|
|
- tarball:
|
|
project: 'ci'
|
|
site: 'nova.openstack.org'
|