
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
35 lines
871 B
YAML
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
|