cac5f39b01
We've migrated to bionic for testing, since it is stable and an effort to reduce CI resources. Change-Id: Icd476bd293192921a11b7003eab4cb3c6ddf3eb5 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
31 lines
675 B
YAML
31 lines
675 B
YAML
- job:
|
|
name: ansible-role-ssh
|
|
run: tests/playbooks/run.yaml
|
|
roles:
|
|
- zuul: openstack/ansible-role-ssh
|
|
|
|
- job:
|
|
name: ansible-role-ssh-fedora-latest
|
|
parent: ansible-role-ssh
|
|
nodeset: fedora-latest
|
|
|
|
- job:
|
|
name: ansible-role-ssh-ubuntu-bionic
|
|
parent: ansible-role-ssh
|
|
nodeset: ubuntu-bionic
|
|
|
|
- project:
|
|
templates:
|
|
- windmill-jobs-fedora-latest
|
|
- windmill-jobs-bionic
|
|
check:
|
|
jobs:
|
|
- ansible-role-ssh-fedora-latest
|
|
- ansible-role-ssh-ubuntu-bionic
|
|
- tox-linters
|
|
gate:
|
|
jobs:
|
|
- ansible-role-ssh-fedora-latest
|
|
- ansible-role-ssh-ubuntu-bionic
|
|
- tox-linters
|