ff69c3e571
We have migrated to bionic since it is stable, so we can drop xenial to help save some CI resources. Change-Id: Iae2d5f5757498c41cb687eda5d2d35190a201284 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
32 lines
734 B
YAML
32 lines
734 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
|
|
|
|
- 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
|