ansible-role-zuul/.zuul.yaml
Paul Belanger a6b24f0a25
Add zookeeper to bindep
This is to work around a bug in zuul, where it needs zookeeper to be
installed to start properly.

Change-Id: I75498a71af1290db1b2d1fb0214b5ecc393b1e4d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-03-06 16:31:34 -05:00

41 lines
923 B
YAML

- job:
name: ansible-role-zuul
parent: unittests
run: tests/test.yaml
post-run: tests/collect-logs.yaml
required-projects:
- name: openstack-infra/zuul
roles:
- zuul: openstack/ansible-role-zuul
- job:
name: ansible-role-zuul-fedora-27
parent: ansible-role-zuul
nodeset: fedora-27
- job:
name: ansible-role-zuul-ubuntu-bionic
parent: ansible-role-zuul
nodeset: ubuntu-bionic
- job:
name: ansible-role-zuul-ubuntu-xenial
parent: ansible-role-zuul
nodeset: ubuntu-xenial
- project:
templates:
- windmill-jobs-fedora-27
- windmill-jobs-xenial
check:
jobs:
- ansible-role-zuul-fedora-27
- ansible-role-zuul-ubuntu-bionic
- ansible-role-zuul-ubuntu-xenial
- tox-linters
gate:
jobs:
- ansible-role-zuul-fedora-27
- ansible-role-zuul-ubuntu-xenial
- tox-linters