ansible-role-nginx/.zuul.yaml
Paul Belanger abacb74a12
Switch to fedora-latest for testing
This will make it easier for openstack-infra to update fedora.

Change-Id: I0ae6d6352a406d219e58b5043d2b732e5f2cd264
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-08-02 13:49:01 -04:00

44 lines
1.0 KiB
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
- job:
name: ansible-role-nginx-ubuntu-xenial
parent: ansible-role-nginx
nodeset: ubuntu-xenial
- project:
name: openstack/ansible-role-nginx
templates:
- windmill-jobs-fedora-latest
- windmill-jobs-bionic
- windmill-jobs-xenial
check:
jobs:
- ansible-role-nginx-fedora-latest
- ansible-role-nginx-ubuntu-bionic
- ansible-role-nginx-ubuntu-xenial
- tox-linters
gate:
jobs:
- ansible-role-nginx-fedora-latest
- ansible-role-nginx-ubuntu-bionic
- ansible-role-nginx-ubuntu-xenial
- tox-linters