12dd334b2e
Depends-On: https://review.opendev.org/c/windmill/windmill-config/+/797553 Change-Id: I12e7b603c9d4ae7364982044069e9ac7ac4d6034 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
50 lines
1.1 KiB
YAML
50 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
|
|
vars:
|
|
zuul_pip_version: 3.19.1
|
|
|
|
# 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:
|
|
voting: false
|
|
- tox-linters
|
|
gate:
|
|
jobs:
|
|
- ansible-role-zuul-ubuntu-bionic
|
|
- tox-linters
|