
We have been using the following ansible playbooks for testing feature/zuulv3 of zuul. This commit copies the playbooks from zuul and imports them here. Change-Id: Ib776cdce10b1f05501c46f6cf359723960f1bc71 Depends-On: I11da723df8823091f25e2a630e80ee4270d99a9b Depends-On: Ic03634dd02d2eb1fa5aa8a38f4beb5f0ec5582c6 Co-Authored-By: Andreas Jaeger <aj@suse.com> Signed-off-by: Paul Belanger <pabelanger@redhat.com>
54 lines
954 B
YAML
54 lines
954 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-tarball
|
|
parent: tox
|
|
run: tox/tarball
|
|
post-run: tox/tarball-post
|
|
|
|
- project:
|
|
name: openstack-infra/openstack-zuul-jobs
|
|
check:
|
|
jobs:
|
|
- tox-linters
|