
Create a tox-py35 job for python35 testing. Change-Id: Iedef6538ac8ac6acc74d5e0e34a56225b564df9c Signed-off-by: Paul Belanger <pabelanger@redhat.com>
59 lines
1015 B
YAML
59 lines
1015 B
YAML
- job:
|
|
name: base
|
|
pre-run: base/pre
|
|
post-run: base/post
|
|
roles:
|
|
- zuul: openstack-infra/openstack-zuul-roles
|
|
success-url: http://zuulv3-dev.openstack.org/logs/{build.uuid}/
|
|
failure-url: http://zuulv3-dev.openstack.org/logs/{build.uuid}/
|
|
timeout: 1800
|
|
vars:
|
|
zuul_workspace_root: /home/zuul
|
|
nodes:
|
|
- name: ubuntu-xenial
|
|
image: ubuntu-xenial
|
|
|
|
- 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
|
|
|
|
- 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-linters
|