ansible-role-ssh/.zuul.yaml
Paul Belanger 2959772d57
Updates for zuulv3 jobs
Since migrating from zuulv2.5 our jobs were still legacy. This updates
the required bits again to get our jobs properly passing again.

Change-Id: Iba333fd2d8dc996e7eea63494478640d133c9da6
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-05-18 20:35:18 -04:00

40 lines
908 B
YAML

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