ara/.zuul.d/project.yaml
David Moreau Simard 9ff1f9f0c4
Refactor basic integration jobs for Ansible versions
The latest supported version of Ansible (currently 2.9) is used in
integration test jobs unless specified otherwise.

The basic integration test jobs ensure that we have coverage for all
currently supported versions of Ansible as well as devel to let us know
if there are any upcoming breaking changes.

Change-Id: I1745f0cf22f802aba5bf7f3d120a6b03ac88a1dd
2020-01-27 16:42:05 -05:00

35 lines
871 B
YAML

- project:
vars:
rtd_webhook_id: '49230'
templates:
- docs-on-readthedocs
check:
jobs:
- ara-api-distributed-sqlite
- ara-api-mysql
- ara-api-postgresql
- ara-api-fedora-packages:
voting: false
- ara-basic-ansible-devel:
voting: false
- ara-basic-ansible-2.8
- ara-basic-ansible-2.7
- ansible-role-ara-web-ubuntu
- ansible-role-ara-web-fedora
- ara-tox-linters
- ara-tox-py3
gate:
jobs:
- ara-api-distributed-sqlite
- ara-api-mysql
- ara-api-postgresql
- ara-basic-ansible-2.8
- ara-basic-ansible-2.7
- ansible-role-ara-web-ubuntu
- ansible-role-ara-web-fedora
- ara-tox-linters
- ara-tox-py3
post:
jobs:
- ara-upload-git-mirror