ansible-role-carbon/.zuul.yaml
OpenDev Sysadmins 79b4140af2 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:52:07 +00:00

69 lines
1.7 KiB
YAML

- job:
name: ansible-role-carbon-base
pre-run: tests/playbooks/pre.yaml
run: tests/playbooks/run.yaml
roles:
- zuul: windmill/ansible-role-carbon
# Testing for carbon_install_method: pip
- job:
name: ansible-role-carbon
parent: ansible-role-carbon-base
- job:
name: ansible-role-carbon-fedora-latest
parent: ansible-role-carbon
nodeset: fedora-latest
- job:
name: ansible-role-carbon-ubuntu-bionic
parent: ansible-role-carbon
nodeset: ubuntu-bionic
- job:
name: ansible-role-carbon-ubuntu-xenial
parent: ansible-role-carbon
nodeset: ubuntu-xenial
# Testing for carbon_install_method: git
- job:
name: ansible-role-carbon-src
parent: ansible-role-carbon-base
vars:
carbon_install_method: git
- job:
name: ansible-role-carbon-src-fedora-latest
parent: ansible-role-carbon-src
nodeset: fedora-latest
- job:
name: ansible-role-carbon-src-ubuntu-bionic
parent: ansible-role-carbon-src
nodeset: ubuntu-bionic
- job:
name: ansible-role-carbon-src-ubuntu-xenial
parent: ansible-role-carbon-src
nodeset: ubuntu-xenial
- project:
check:
jobs:
- ansible-role-carbon-fedora-latest
- ansible-role-carbon-ubuntu-bionic
- ansible-role-carbon-ubuntu-xenial
- ansible-role-carbon-src-fedora-latest
- ansible-role-carbon-src-ubuntu-bionic
- ansible-role-carbon-src-ubuntu-xenial
- tox-linters
gate:
jobs:
- ansible-role-carbon-fedora-latest
- ansible-role-carbon-ubuntu-bionic
- ansible-role-carbon-ubuntu-xenial
- ansible-role-carbon-src-fedora-latest
- ansible-role-carbon-src-ubuntu-bionic
- ansible-role-carbon-src-ubuntu-xenial
- tox-linters