ansible-role-nginx/.zuul.yaml
Paul Belanger 897a4c86b7 Stop testing on ubuntu-xenial
We are in the process of dropping xenial for bionic. This is to help
save on CI resources.

Change-Id: I49c4e3e2bf7ecc3a047fa86792a1ba4b5392b6ba
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-12-06 20:51:48 -05:00

35 lines
773 B
YAML

- job:
name: ansible-role-nginx-base
run: tests/playbooks/run.yaml
roles:
- zuul: openstack/ansible-role-nginx
- job:
name: ansible-role-nginx
parent: ansible-role-nginx-base
- job:
name: ansible-role-nginx-fedora-latest
parent: ansible-role-nginx
nodeset: fedora-latest
- job:
name: ansible-role-nginx-ubuntu-bionic
parent: ansible-role-nginx
nodeset: ubuntu-bionic
- project:
templates:
- windmill-jobs-fedora-latest
- windmill-jobs-bionic
check:
jobs:
- ansible-role-nginx-fedora-latest
- ansible-role-nginx-ubuntu-bionic
- tox-linters
gate:
jobs:
- ansible-role-nginx-fedora-latest
- ansible-role-nginx-ubuntu-bionic
- tox-linters