ansible-role-statsd/.zuul.yaml

32 lines
733 B
YAML

- job:
name: ansible-role-statsd
run: tests/test.yaml
post-run: tests/collect-logs.yaml
roles:
- zuul: windmill/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
- project:
templates:
- windmill-jobs-fedora-latest
- windmill-jobs-bionic
check:
jobs:
- ansible-role-statsd-fedora-latest
- ansible-role-statsd-ubuntu-bionic
- tox-linters
gate:
jobs:
- ansible-role-statsd-fedora-latest
- ansible-role-statsd-ubuntu-bionic
- tox-linters