ansible-role-statsd/.zuul.yaml
Paul Belanger 925b64df58
Switch to fedora-latest nodeset
Change-Id: I35ad3854625ee7c15ed7aca72bf64ae32f5f80d4
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-07-31 14:56:56 -04:00

39 lines
918 B
YAML

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