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.
62 lines
1.7 KiB
62 lines
1.7 KiB
--- |
|
- job: |
|
name: ansible-role-zuul-registry-base |
|
pre-run: tests/playbooks/pre.yaml |
|
run: tests/playbooks/run.yaml |
|
post-run: tests/collect-logs.yaml |
|
roles: |
|
- zuul: windmill/ansible-role-zuul-registry |
|
|
|
# Testing for zuul_registry_install_method: pip |
|
- job: |
|
name: ansible-role-zuul-registry |
|
parent: ansible-role-zuul-registry-base |
|
|
|
- job: |
|
name: ansible-role-zuul-registry-fedora-latest |
|
parent: ansible-role-zuul-registry |
|
nodeset: fedora-latest |
|
|
|
- job: |
|
name: ansible-role-zuul-registry-ubuntu-bionic |
|
parent: ansible-role-zuul-registry |
|
nodeset: ubuntu-bionic |
|
|
|
# Testing for zuul_registry_install_method: git |
|
- job: |
|
name: ansible-role-zuul-registry-src |
|
parent: ansible-role-zuul-registry-base |
|
required-projects: |
|
- name: zuul/zuul-registry |
|
vars: |
|
zuul_registry_git_update: false |
|
zuul_registry_install_method: git |
|
|
|
- job: |
|
name: ansible-role-zuul-registry-src-fedora-latest |
|
parent: ansible-role-zuul-registry-src |
|
nodeset: fedora-latest |
|
|
|
- job: |
|
name: ansible-role-zuul-registry-src-ubuntu-bionic |
|
parent: ansible-role-zuul-registry-src |
|
nodeset: ubuntu-bionic |
|
|
|
- project: |
|
templates: |
|
- windmill-jobs-fedora-latest |
|
- windmill-jobs-bionic |
|
check: |
|
jobs: |
|
- ansible-role-zuul-registry-fedora-latest |
|
- ansible-role-zuul-registry-ubuntu-bionic |
|
- ansible-role-zuul-registry-src-fedora-latest |
|
- ansible-role-zuul-registry-src-ubuntu-bionic |
|
- tox-linters |
|
gate: |
|
jobs: |
|
- ansible-role-zuul-registry-fedora-latest |
|
- ansible-role-zuul-registry-ubuntu-bionic |
|
- ansible-role-zuul-registry-src-fedora-latest |
|
- ansible-role-zuul-registry-src-ubuntu-bionic |
|
- tox-linters
|
|
|