ansible-role-zuul/.zuul.yaml
Paul Belanger 3a137fd752
Stop using pre-compiled wheels
We actually want to ensure users are able to use our roles outside of
openstack-infra. Since those users won't have wheel mirrors, disable
our jobs from using them too.

Change-Id: I219f8980c5e0ee18cfa80b64ae179156cff7ee2b
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-04-13 14:12:11 -04:00

76 lines
1.8 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: openstack/ansible-role-zuul
# Testing for zuul_install_method: pip
- job:
name: ansible-role-zuul
parent: ansible-role-zuul-base
- job:
name: ansible-role-zuul-fedora-27
parent: ansible-role-zuul
nodeset: fedora-27
- job:
name: ansible-role-zuul-ubuntu-bionic
parent: ansible-role-zuul
nodeset: ubuntu-bionic
- job:
name: ansible-role-zuul-ubuntu-xenial
parent: ansible-role-zuul
nodeset: ubuntu-xenial
# Testing for zuul_install_method: git
- job:
name: ansible-role-zuul-src
parent: ansible-role-zuul-base
required-projects:
- name: openstack-infra/zuul
vars:
zuul_git_update: false
zuul_install_method: git
- job:
name: ansible-role-zuul-src-fedora-27
parent: ansible-role-zuul-src
nodeset: fedora-27
- job:
name: ansible-role-zuul-src-ubuntu-bionic
parent: ansible-role-zuul-src
nodeset: ubuntu-bionic
- job:
name: ansible-role-zuul-src-ubuntu-xenial
parent: ansible-role-zuul-src
nodeset: ubuntu-xenial
- project:
templates:
- windmill-jobs-fedora-27
- windmill-jobs-bionic
- windmill-jobs-xenial
check:
jobs:
- ansible-role-zuul-fedora-27
- ansible-role-zuul-ubuntu-bionic
- ansible-role-zuul-ubuntu-xenial
- ansible-role-zuul-src-fedora-27
- ansible-role-zuul-src-ubuntu-bionic
- ansible-role-zuul-src-ubuntu-xenial
- tox-linters
gate:
jobs:
- ansible-role-zuul-fedora-27
- ansible-role-zuul-ubuntu-xenial
- ansible-role-zuul-src-fedora-27
- ansible-role-zuul-src-ubuntu-xenial
- tox-linters