ara-server/.zuul.d/project.yaml
David Moreau Simard ed9cf21ce9
Namespace Zuul jobs and use ubuntu bionic
The xenial image that was used by tox-linters had a version of
python not high enough for black (>=3.6).
Let's test everything on bionic and ensure that we control which nodeset
are used.

Change-Id: Ifb65cef05abcd67fba7f0941cf313dfc23e6b3ca
2018-11-09 14:38:35 -05:00

16 lines
303 B
YAML

- project:
vars:
rtd_webhook_id: '49230'
templates:
- docs-on-readthedocs
check:
jobs:
- ara-server-ansible-integration:
voting: false
- ara-tox-linters
- ara-tox-py3
gate:
jobs:
- ara-tox-linters
- ara-tox-py3