--- - 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