
This is being moved to project-config because it needs to be trusted. Change-Id: I4151695c50253b73a021289ad94493a6b3d8f7ae Depends-On: I6781923f08b39cfb6778ae581e0dea3b51ea31c4
46 lines
661 B
YAML
46 lines
661 B
YAML
- job:
|
|
name: tox
|
|
parent: base
|
|
pre-run: tox/pre
|
|
post-run: tox/post
|
|
|
|
- job:
|
|
name: tox-cover
|
|
parent: tox
|
|
run: tox/cover
|
|
voting: false
|
|
|
|
- job:
|
|
name: tox-docs
|
|
parent: tox
|
|
run: tox/docs
|
|
post-run: tox/docs-post
|
|
|
|
- job:
|
|
name: tox-linters
|
|
parent: tox
|
|
run: tox/linters
|
|
|
|
- job:
|
|
name: tox-py27
|
|
parent: tox
|
|
run: tox/py27
|
|
|
|
- job:
|
|
name: tox-py35
|
|
parent: tox
|
|
run: tox/py35
|
|
|
|
- job:
|
|
name: tox-tarball
|
|
parent: tox
|
|
run: tox/tarball
|
|
post-run: tox/tarball-post
|
|
|
|
- project:
|
|
name: openstack-infra/openstack-zuul-jobs
|
|
check:
|
|
jobs:
|
|
- tox-docs
|
|
- tox-linters
|