ansible-role-zuul/.zuul.yaml
Paul Belanger 40ba59d89e Make jobs voting again
This should allow us to start testing the latest versions of zuul again.

Change-Id: Ia41f1104bff14728291502c33110eff150d3a372
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2021-06-23 12:03:37 -04:00

48 lines
1.1 KiB
YAML

- job:
name: ansible-role-zuul-base
parent: unittests
pre-run: tests/playbooks/pre.yaml
run: tests/playbooks/run.yaml
post-run: tests/collect-logs.yaml
roles:
- zuul: windmill/ansible-role-zuul
# Testing for zuul_install_method: pip
- job:
name: ansible-role-zuul
parent: ansible-role-zuul-base
- job:
name: ansible-role-zuul-ubuntu-bionic
parent: ansible-role-zuul
nodeset: ubuntu-bionic
# Testing for zuul_install_method: git
- job:
name: ansible-role-zuul-src
parent: ansible-role-zuul-base
required-projects:
- name: zuul/zuul
vars:
zuul_git_update: false
zuul_install_method: git
- job:
name: ansible-role-zuul-src-ubuntu-bionic
parent: ansible-role-zuul-src
nodeset: ubuntu-bionic
- project:
templates:
- windmill-jobs-bionic
check:
jobs:
- ansible-role-zuul-ubuntu-bionic
- ansible-role-zuul-src-ubuntu-bionic
- tox-linters
gate:
jobs:
- ansible-role-zuul-ubuntu-bionic
- ansible-role-zuul-src-ubuntu-bionic
- tox-linters