ansible-role-gear/.zuul.yaml
Paul Belanger 8fb8204493
Initial commit
Create an ansible role to manage gear / gearman.

Change-Id: Ia1c66f7dadcc19e8f4bf54694423cec38e95804d
Depends-On: I72494301b20c3e4a4675d7cde5725540d666e8b6
Depends-On: Ie4e01a51e75fcf869e5307ef4a24996231d91664
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-02-18 19:11:39 -05:00

40 lines
927 B
YAML

- job:
name: ansible-role-gearman
run: tests/test.yaml
required-projects:
- name: openstack-infra/gear
roles:
- zuul: openstack/ansible-role-gearman
- job:
name: ansible-role-gearman-centos-7
parent: ansible-role-gearman
nodeset: centos-7
- job:
name: ansible-role-gearman-fedora-27
parent: ansible-role-gearman
nodeset: fedora-27
- job:
name: ansible-role-gearman-ubuntu-xenial
parent: ansible-role-gearman
nodeset: ubuntu-xenial
- project:
templates:
- windmill-jobs-fedora-27
- windmill-jobs-xenial
check:
jobs:
- ansible-role-gearman-centos-7
- ansible-role-gearman-fedora-27
- ansible-role-gearman-ubuntu-xenial
- tox-linters
gate:
jobs:
- ansible-role-gearman-centos-7
- ansible-role-gearman-fedora-27
- ansible-role-gearman-ubuntu-xenial
- tox-linters