Browse Source
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>changes/35/569435/5
7 changed files with 65 additions and 43 deletions
@ -0,0 +1,39 @@
|
||||
- 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 |
Loading…
Reference in new issue