You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
674 B
30 lines
674 B
- job: |
|
name: ansible-role-ssh |
|
run: tests/playbooks/run.yaml |
|
roles: |
|
- zuul: windmill/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
|
|
|